Changeset 142 for minimanager/banned.php
- Timestamp:
- Nov 23, 2007, 11:29:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
minimanager/banned.php
r19 r142 55 55 <tr> 56 56 <th width=\"5%\">{$lang_global['delete_short']}</td> 57 <th width=\"19%\"><a href=\"banned.php?order_by=$key_field&ban_type=$ban_type&dir=$dir\" >".($order_by==$key_field ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_banned['ip_acc']}</a></th>58 <th width=\"18%\"><a href=\"banned.php?order_by=bandate&ban_type=$ban_type&dir=$dir\" >".($order_by=='bandate' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_banned['bandate']}</a></th>59 <th width=\"18%\"><a href=\"banned.php?order_by=unbandate&ban_type=$ban_type&dir=$dir\" >".($order_by=='unbandate' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_banned['unbandate']}</a></th>60 <th width=\"15%\"><a href=\"banned.php?order_by=bannedby&ban_type=$ban_type&dir=$dir\" >".($order_by=='bannedby' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_banned['bannedby']}</a></th>61 <th width=\"25%\"><a href=\"banned.php?order_by=banreason&ban_type=$ban_type&dir=$dir\" >".($order_by=='banreason' ? "<img src=\"img/arr_".($dir ? "up" : "dw").".gif\" /> " : "")."{$lang_banned['banreason']}</a></th>57 <th width=\"19%\"><a href=\"banned.php?order_by=$key_field&ban_type=$ban_type&dir=$dir\"".($order_by==$key_field ? " class=\"$order_dir\"" : "").">{$lang_banned['ip_acc']}</a></th> 58 <th width=\"18%\"><a href=\"banned.php?order_by=bandate&ban_type=$ban_type&dir=$dir\"".($order_by=='bandate' ? " class=\"$order_dir\"" : "").">{$lang_banned['bandate']}</a></th> 59 <th width=\"18%\"><a href=\"banned.php?order_by=unbandate&ban_type=$ban_type&dir=$dir\"".($order_by=='unbandate' ? " class=\"$order_dir\"" : "").">{$lang_banned['unbandate']}</a></th> 60 <th width=\"15%\"><a href=\"banned.php?order_by=bannedby&ban_type=$ban_type&dir=$dir\"".($order_by=='bannedby' ? " class=\"$order_dir\"" : "").">{$lang_banned['bannedby']}</a></th> 61 <th width=\"25%\"><a href=\"banned.php?order_by=banreason&ban_type=$ban_type&dir=$dir\"".($order_by=='banreason' ? " class=\"$order_dir\"" : "").">{$lang_banned['banreason']}</a></th> 62 62 </tr>"; 63 63 … … 125 125 global $lang_global, $lang_banned, $output; 126 126 $output .= "<center> 127 <fieldset style=\"width: 550px;\">127 <fieldset class=\"half_frame\"> 128 128 <legend>{$lang_banned['ban_entry']}</legend> 129 129 <form method=\"get\" action=\"banned.php\" name=\"form\">
Note:
See TracChangeset
for help on using the changeset viewer.