Changeset 134


Ignore:
Timestamp:
Nov 17, 2007, 8:01:35 PM (17 years ago)
Author:
hosiplan
Message:

+ nutná grafická úprava

Location:
db
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • db/css/zakladni_css.css

    r118 r134  
    270270#right table#acc {
    271271  display: block;
    272   width: 60%;
     272  width: 75%;
    273273  empty-cells: show;
    274274  margin-top: 15px;
  • db/post_read.php

    r132 r134  
    694694          $this->sql_select['result']['other']['chars'] .= "<td title=\"Rasa\">".$Database['race'][$this->sql_select['result']['char'][$i]['race']]."</td>";
    695695          $this->sql_select['result']['other']['chars'] .= "<td title=\"Povolání\">".$Database['class'][$this->sql_select['result']['char'][$i]['class']]."</td>\n";
    696           $this->sql_select['result']['other']['chars'] .= "<td> - <a href=\"./index.php?char=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\" target=\"_blank\">Exportovat</a></td>\n";
    697           $this->sql_select['result']['other']['chars'] .= "<td> - <a href=\"./index.php?id=myacc&amp;heartstone=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">Heartstone</a></td>\n";
    698           $this->sql_select['result']['other']['chars'] .= "<td> - <a href=\"./index.php?id=myacc&amp;resetxp=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">ResetXP</a></td></tr>\n";
     696          $this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?char=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\" target=\"_blank\">Exportovat</a></td>\n";
     697          $this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?id=myacc&amp;heartstone=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">Heartstone</a></td>\n";
     698          $this->sql_select['result']['other']['chars'] .= "<td><a href=\"./index.php?id=myacc&amp;resetxp=".$this->sql_select['result']['char'][$i]['guid'].$this->sid."\">ResetXP</a></td></tr>\n";
    699699          };
    700700        if( $this->sql_select['result']['char_count'] == 0 ){
Note: See TracChangeset for help on using the changeset viewer.