Changeset 142 for minimanager/realm.php
- Timestamp:
- Nov 23, 2007, 11:29:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/realm.php
r19 r142 57 57 <tr> 58 58 <th width=\"5%\">{$lang_global['delete_short']}</th> 59 <th width=\"40%\"><a href=\"realm.php?order_by=name&dir=$dir\" >".($order_by=='name' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_realm['name']}</a></th>59 <th width=\"40%\"><a href=\"realm.php?order_by=name&dir=$dir\"".($order_by=='name' ? " class=\"$order_dir\"" : "").">{$lang_realm['name']}</a></th> 60 60 <th width=\"5%\">{$lang_realm['online']}</th> 61 61 <th width=\"10%\">{$lang_realm['tot_char']}</th> 62 <th width=\"10%\"><a href=\"realm.php?order_by=address&dir=$dir\" >".($order_by=='address' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_realm['address']}</a></th>63 <th width=\"5%\"><a href=\"realm.php?order_by=port&dir=$dir\" >".($order_by=='port' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_realm['port']}</a></th>64 <th width=\"8%\"><a href=\"realm.php?order_by=icon&dir=$dir\" >".($order_by=='icon' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_realm['icon']}</a></th>65 <th width=\"5%\"><a href=\"realm.php?order_by=color&dir=$dir\" >".($order_by=='color' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_realm['color']}</a></th>66 <th width=\"7%\"><a href=\"realm.php?order_by=timezone&dir=$dir\" >".($order_by=='timezone' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_realm['timezone']}</a></th>62 <th width=\"10%\"><a href=\"realm.php?order_by=address&dir=$dir\"".($order_by=='address' ? " class=\"$order_dir\"" : "").">{$lang_realm['address']}</a></th> 63 <th width=\"5%\"><a href=\"realm.php?order_by=port&dir=$dir\"".($order_by=='port' ? " class=\"$order_dir\"" : "").">{$lang_realm['port']}</a></th> 64 <th width=\"8%\"><a href=\"realm.php?order_by=icon&dir=$dir\"".($order_by=='icon' ? " class=\"$order_dir\"" : "").">{$lang_realm['icon']}</a></th> 65 <th width=\"5%\"><a href=\"realm.php?order_by=color&dir=$dir\"".($order_by=='color' ? " class=\"$order_dir\"" : "").">{$lang_realm['color']}</a></th> 66 <th width=\"7%\"><a href=\"realm.php?order_by=timezone&dir=$dir\"".($order_by=='timezone' ? " class=\"$order_dir\"" : "").">{$lang_realm['timezone']}</a></th> 67 67 </tr>"; 68 68 … … 110 110 if ($realm = $sql->fetch_row($result)) { 111 111 $output .= "<center> 112 <fieldset style=\"width: 550px;\">112 <fieldset class=\"half_frame\"> 113 113 <legend>{$lang_realm['edit_realm']}</legend> 114 114 <form method=\"get\" action=\"realm.php\" name=\"form\">
Note:
See TracChangeset
for help on using the changeset viewer.