]> git.entuzijast.net Git - freeradius-dialup-admin.git/commitdiff
html fixes in accounting.php3
authorkkalev <kkalev>
Wed, 25 Sep 2002 13:23:58 +0000 (13:23 +0000)
committerkkalev <kkalev>
Wed, 25 Sep 2002 13:23:58 +0000 (13:23 +0000)
Changelog
htdocs/accounting.php3

index 432cfc4c64743c7a143e6dc6e827b9a86643fcdb..792174f06eca7538e208fde2a2ffb83a239a2aa8 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -11,6 +11,7 @@ Ver 1.60:
 * Add a few comments in log_badlogins, support auth logs containing the password, work nice when the client
   is localhost, add an option to scan the whole radius.log and add failed logins in the sql database (can be
   used for initialization).
+* html fixes in accounting.php3
 Ver 1.59:
 * Small html fixes in user_edit.php3 and password.php3
 * Show number of failed logins in the last 7 days in the user admin page
index 27473d62dbd645d38ea51f230d0de8d49f4ac09e..064c86e72c9869e23a84b5d8f5e196ae32b54f7f 100644 (file)
@@ -55,9 +55,10 @@ class Qi {
                                global $items;
                $nam = $this->item;
                        echo <<<EOM
-       <tr><td>
+       <tr><td align=left>
        <i>$items[$nam]</i>
        <input type=hidden name="item_of_$this->name" value="$this->item">
+       </td><td align=left>
        <select name=operator_of_$this->name>
 EOM;
                foreach($operators as $operator){
@@ -69,7 +70,9 @@ EOM;
                 }
        echo <<<EOM
        </select>
+       </td><td align=left>
        <input name="value_of_$this->name" type=text value="$this->value">
+       </td><td align=left>
        <input type=hidden name="delete_$this->name" value=0>
        <input type=submit class=button size=5 value=del onclick="this.form.delete_$this->name.value=1">
        </td></tr>
@@ -137,12 +140,12 @@ EOM;
 echo <<<EOM
 </select>
 <br><br>
-<b>Max results returned:</b>
+<b>Max results returned:</b><br>
 <input name=maxresults value=$config[sql_row_limit] size=5>
 </td>
 <td valign=top>
 <input type=hidden name=add value=0>
-<table border=0 width=540 cellpadding=1 cellspacing=1>
+<table border=0 width=340 cellpadding=1 cellspacing=1>
 <tr><td>
 <b>Selection criteria:</b>
 </td></tr>