Slight adjustment. Plugins create their own table row for login_form hook; core...
[squirrelmail.git] / templates / default_advanced / login.tpl
index 8776da85f44598bbe8f19b28a526e5e9d5456593..5f2a0d852ea5a6b2ea1b372ce251bbacd92c21a0 100644 (file)
  *                            this has been disabled by the admin.
  *      $org_name_str       - translated string containing orginization's name
  *      $login_field_value  - default value for the user name field
- *      $login_extra        - Some extra fields needed by SquirrelMail for the 
- *                            login.  YOU SHOULD ALWAYS INCLUDE THIS FIELD!!
+ *      $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).
  * 
  * @copyright © 1999-2006 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
@@ -66,13 +68,10 @@ extract($t);
      </td>
      <td class="fieldInput">
       <input type="password" name="secretkey" value="" id="secretkey" class="input" />
-     </td>
-    </tr>
-    <tr>
-     <td colspan="2">
       <?php echo $login_extra; ?>
      </td>
     </tr>
+    <?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"); ?>" />