]> git.mxchange.org Git - mailer.git/commitdiff
Missing CSS class added
authorRoland Häder <roland@mxchange.org>
Sun, 20 Jun 2010 18:02:26 +0000 (18:02 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 20 Jun 2010 18:02:26 +0000 (18:02 +0000)
inc/libs/mailid_functions.php
templates/de/html/admin/admin_login_form.tpl

index 20d26f4302dba2ba59c725b256a6c4f2b143d806..79651ffa017284112afa7e66b20d2d6d72844725 100644 (file)
@@ -6,9 +6,9 @@
  * -------------------------------------------------------------------- *
  * File              : mailid_functions.php                             *
  * -------------------------------------------------------------------- *
- * Short description : Functions for ext-                               *
+ * Short description : Functions for ext-mailid                         *
  * -------------------------------------------------------------------- *
- * Kurzbeschreibung  : Funktionen fuer ext-                             *
+ * Kurzbeschreibung  : Funktionen fuer ext-mailid                       *
  * -------------------------------------------------------------------- *
  * $Revision::                                                        $ *
  * $Date::                                                            $ *
index 9fcc5cbdea2c5651a0c8e4f84537f2b71669049f..8dbe4289279a65a881b3529329576b29e0288bca 100644 (file)
        </tr>
        $content[login_message]
        <tr>
-               <td align="right">
+               <td align="right" class="bottom">
                        {--ENTER_ADMIN_PASS--}:
                        <div class="tiny">
                                [<a href="{%url=modules.php?module=admin&amp;reset_pass=1%}">{--ADMIN_RESET_PASSWORD--}</a>]
                        </div>
                </td>
-               <td>
+               <td class="bottom">
                        <input type="password" name="pass" tabindex="2" size="20" maxlength="100" class="admin_normal" />
                </td>
        </tr>