Synch advanced template with SM attribute string changes
[squirrelmail.git] / templates / default_advanced / login.tpl
index d7f966a3d27feee61af1ade9d479e3c1087ca024..c662c0bf167df66b5731fb246712706659974fa5 100644 (file)
@@ -15,9 +15,9 @@
  *      $login_extra        - Some extra form fields needed by SquirrelMail
  *                            for the login.  Template designers SHOULD ALWAYS
  *                            INCLUDE this value somewhere in the form.
- *      $plugin_output      - An array of extra output that may be added by 
+ *      $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
  * @version $Id$
@@ -25,8 +25,6 @@
  * @subpackage templates
  */
 
-// add includes
-require(SM_PATH . 'templates/util_global.php');
 
 /* retrieve the template vars */
 extract($t);
@@ -46,7 +44,7 @@ extract($t);
  </tr>
  <tr>
   <td class="attr" colspan="2">
-   <?php echo $sm_attribute_str; ?>
+   <?php echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '<br /><br />'); ?>
   </td>
  </tr>
  <tr>