Fix no login button displayed when icons are disabled.
authorstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Sep 2006 19:08:18 +0000 (19:08 +0000)
committerstevetruckstuff <stevetruckstuff@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Mon, 18 Sep 2006 19:08:18 +0000 (19:08 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11717 7612ce4b-ef26-0410-bec9-ea0150e637f0

templates/default_advanced/login.tpl

index 5f2a0d852ea5a6b2ea1b372ce251bbacd92c21a0..cf3441ccc241de4d97ff63946f84e0accfe50074 100644 (file)
@@ -35,7 +35,7 @@ extract($t);
 <table cellspacing="0">
  <tr>
   <td colspan="2">
 <table cellspacing="0">
  <tr>
   <td colspan="2">
-   <?php echo getIcon($icon_theme_path, 'login1.png', _("Login"), _("Login")); ?>
+   <?php echo getIcon($icon_theme_path, 'login1.png', ''); ?>
   </td>
  </tr>
  <tr>
   </td>
  </tr>
  <tr>
@@ -74,7 +74,7 @@ extract($t);
     <?php echo $plugin_extra; ?>
     <tr>
      <td class="loginSubmit" colspan="2">
     <?php echo $plugin_extra; ?>
     <tr>
      <td class="loginSubmit" colspan="2">
-      <input type="image" src="<?php echo getIconPath($icon_theme_path, 'login_submit.png'); ?>" alt="<?php echo _("Login"); ?>" />
+      <input type="image" src="<?php echo getIconPath($icon_theme_path, 'login_submit.png', _("Login"), _("Login")); ?>" alt="<?php echo _("Login"); ?>" />
      </td>
     </tr>
    </table>
      </td>
     </tr>
    </table>