Remove HTML from login src and add image template
[squirrelmail.git] / templates / default / login.tpl
index abe9c58e4f3b17089d427315321be1ff4f2603eb..ff1718adb1cd84f13254f5a859a07c66cd9793d4 100644 (file)
@@ -15,7 +15,8 @@
  *      $login_extra        - Some extra form fields needed by SquirrelMail
  *                            for the login.  Template designers SHOULD ALWAYS
  *                            INCLUDE this value somewhere in the form.
- *      $plugin_extra       - Extra table row(s) that may be added by plugin(s).
+ *      $plugin_output      - An array of extra output that may be added by 
+ *                            plugin(s).
  * 
  * @copyright © 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
@@ -32,7 +33,7 @@ extract($t);
 <table cellspacing="0">
  <tr>
   <td class="sqm_loginTop" colspan="2">
-   <?php echo $logo_str; ?>
+   <?php echo $logo_str; if (!empty($logo_str)) echo '<br />'; ?>
    <?php echo $sm_attribute_str; ?>
   </td>
  </tr>
@@ -58,7 +59,7 @@ extract($t);
    <?php echo $login_extra; ?>
   </td>
  </tr>
- <?php echo $plugin_extra; ?>
+ <?php if (!empty($plugin_output['login_form'])) echo $plugin_output['login_form']; ?>
  <tr>
   <td class="sqm_loginSubmit" colspan="2">
    <input type="submit" value="<?php echo _("Login"); ?>" />