]> git.datanom.net - qtadmin.git/blobdiff - index.php
Finish change row per page
[qtadmin.git] / index.php
index 7b94429a0a8b9d4c28afe5c2f946b0bcafdeb7fd..918076892730eb75f656ea064bd4625788b94f37 100644 (file)
--- a/index.php
+++ b/index.php
@@ -26,7 +26,8 @@
         echo $util->getHeading();
 
         echo "Rows per page <input type=\"text\" value=\"$rowsPerPage\" id=\"rows\"
-              size=\"2\"/><input type=\"button\" onclick=\"javascript: updateRowsPerPage()\" value=\"Change\"/><span class=\"user\">{$util->getUser()}
+              size=\"2\"/><input type=\"button\" onclick=\"javascript: updateRowsPerPage()\"
+              value=\"Change\"/><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.028304 seconds and 5 git commands to generate.