Changeset 142 for minimanager/realm.php


Ignore:
Timestamp:
Nov 23, 2007, 11:29:33 PM (17 years ago)
Author:
george
Message:

Minimanager 0.1.5b

File:
1 edited

Legend:

Unmodified
Added
Removed
  • minimanager/realm.php

    r19 r142  
    5757   <tr>
    5858        <th width=\"5%\">{$lang_global['delete_short']}</th>
    59         <th width=\"40%\"><a href=\"realm.php?order_by=name&amp;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&amp;dir=$dir\"".($order_by=='name' ? " class=\"$order_dir\"" : "").">{$lang_realm['name']}</a></th>
    6060        <th width=\"5%\">{$lang_realm['online']}</th>
    6161        <th width=\"10%\">{$lang_realm['tot_char']}</th>
    62         <th width=\"10%\"><a href=\"realm.php?order_by=address&amp;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&amp;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&amp;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&amp;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&amp;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&amp;dir=$dir\"".($order_by=='address' ? " class=\"$order_dir\"" : "").">{$lang_realm['address']}</a></th>
     63        <th width=\"5%\"><a href=\"realm.php?order_by=port&amp;dir=$dir\"".($order_by=='port' ? " class=\"$order_dir\"" : "").">{$lang_realm['port']}</a></th>
     64        <th width=\"8%\"><a href=\"realm.php?order_by=icon&amp;dir=$dir\"".($order_by=='icon' ? " class=\"$order_dir\"" : "").">{$lang_realm['icon']}</a></th>
     65    <th width=\"5%\"><a href=\"realm.php?order_by=color&amp;dir=$dir\"".($order_by=='color' ? " class=\"$order_dir\"" : "").">{$lang_realm['color']}</a></th>
     66        <th width=\"7%\"><a href=\"realm.php?order_by=timezone&amp;dir=$dir\"".($order_by=='timezone' ? " class=\"$order_dir\"" : "").">{$lang_realm['timezone']}</a></th>
    6767   </tr>";
    6868
     
    110110 if ($realm = $sql->fetch_row($result)) {
    111111        $output .= "<center>
    112         <fieldset style=\"width: 550px;\">
     112        <fieldset class=\"half_frame\">
    113113        <legend>{$lang_realm['edit_realm']}</legend>
    114114    <form method=\"get\" action=\"realm.php\" name=\"form\">
Note: See TracChangeset for help on using the changeset viewer.