]> git.datanom.net - qtadmin.git/blobdiff - index.php
Add change row per page
[qtadmin.git] / index.php
index b1854abff9207070fb02bfed5b4ac21e0f422e0a..8c19452578a526ff34323f2ba5641035b5f4672e 100644 (file)
--- a/index.php
+++ b/index.php
@@ -26,7 +26,7 @@
         echo $util->getHeading();
 
         echo "<form onsubmit=\"javascript: updateRowsPerPage();\"><input type=\"text\"
-              value=\"$rowsPerPage\" id=\"rows\" size=\"4\"/><input type=\"submit\"
+              value=\"$rowsPerPage\" id=\"rows\" size=\"2\"/><input type=\"submit\"
               value=\"Change\"/></form><span class=\"user\">{$util->getUser()}
               <a title=\"Logout\" href=\"auth.php?op=logout\">Logout</a></span>";
         $which = ($util->isAdmin() == true) ? 'all' : $util->getUser();
This page took 0.028281 seconds and 5 git commands to generate.