]> git.datanom.net - qtadmin.git/blobdiff - index.php
Add change row per page
[qtadmin.git] / index.php
index c36290097da71a5ee464077d7dfe128d3dd69c24..00e9a8bd6b09a4d7d03134a074da7c7b469e9458 100644 (file)
--- a/index.php
+++ b/index.php
@@ -27,7 +27,7 @@
 
         echo "<form id=\"rowsForm\" \">
               Rows per page <input type=\"text\" value=\"$rowsPerPage\" id=\"rows\"
-              size=\"2\"/><input type=\"submit\" onclick=\"javascript: updateRowsPerPage()\" value=\"Change\"/></form><span class=\"user\">{$util->getUser()}
+              size=\"2\"/><input type=\"button\" onclick=\"javascript: updateRowsPerPage()\" 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();
         $rows = $DB->getQMails($offset, $rowsPerPage, $which);
This page took 0.028824 seconds and 5 git commands to generate.