]> git.p6c8.net - jirafeau.git/commitdiff
[BUGFIX] admin.php password input box display not correctly
authorJerome Jutteau <mojo@couak.net>
Fri, 11 May 2018 15:58:29 +0000 (17:58 +0200)
committerJerome Jutteau <mojo@couak.net>
Fri, 11 May 2018 21:58:16 +0000 (23:58 +0200)
Signed-off-by: Fetsch Fabrice <fabrice.fetsch@uni-deal.com>
admin.php

index d3a069cc74e221ec6b0e067fe7032555cf7bcc8b..6560f10dc7a3d0f56bfac3203d42ba4741f08bc5 100644 (file)
--- a/admin.php
+++ b/admin.php
@@ -85,13 +85,14 @@ if (php_sapi_name() == "cli") {
                   <td class = "label"><label for = "enter_password">
                   <?php echo t('ADMIN_PSW') . ':'; ?></label>
                   </td>
+              </tr>
+              <tr>
                   <td class = "field"><input type = "password"
                   name = "admin_password" id = "admin_password"
                   size = "40" />
                   </td>
               </tr>
               <tr class = "nav">
-                  <td></td>
                   <td class = "nav next">
                   <input type = "submit" name = "key" value =
                   "<?php echo t('LOGIN'); ?>" />

patrick-canterino.de