Changeset 25
- Timestamp:
- Jun 12, 2009, 11:49:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/index.php
r24 r25 10 10 function ShowServerListOnRow($Row) 11 11 { 12 $Row['NetworkPortRealmd'] = '<a href="realmlist.php?Id='.$Row['Id'].'">'.$ this->System->Config['Web']['Host'].':'.$Row['NetworkPortRealmd'].'</a>';12 $Row['NetworkPortRealmd'] = '<a href="realmlist.php?Id='.$Row['Id'].'">'.$Row['NetworkPortRealmd'].'</a>'; 13 13 $Row['Name'] = '<a href="?Action=ServerShow&Id='.$Row['Id'].'">'.$Row['Name'].'</a>'; 14 14 return($Row); … … 196 196 global $Config; 197 197 198 $Output = ' <table class="BasicTable"><tr><td class="UserMenu">'.$this->UserMenu().'</td><td class="Content">';198 $Output = ''; 199 199 if(array_key_exists('Action', $_GET)) 200 200 { … … 470 470 $Output .= $this->ShowServerList(); 471 471 } 472 $Output .='</td></tr</table>';472 $Output = '<table class="BasicTable"><tr><td class="UserMenu">'.$this->UserMenu().'</td><td class="Content">'.$Output.'</td></tr</table>'; 473 473 return($Output); 474 474 }
Note:
See TracChangeset
for help on using the changeset viewer.