Happy 2017
[squirrelmail.git] / templates / default / error_logout.tpl
index 9ca0608bd725a415e88ac1b46c9e0ab82aa8244d..564a28d1c77557ae9a6f1ad209cfd0f8d165aa7e 100644 (file)
@@ -16,7 +16,7 @@
  *      $errorMessage - Translated string containing error message to be
  *                      displayed.
  *
- * @copyright © 1999-2006 The SquirrelMail Project Team
+ * @copyright 1999-2017 The SquirrelMail Project Team
  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  * @version $Id$
  * @package squirrelmail
@@ -28,18 +28,19 @@ extract ($t);
 ?>
 <body>
 <div id="sqm_errorLogout">
-<table cellspacing="0">
+<table class="sqm_errorLogoutTop" cellspacing="0">
  <tr>
-  <td class="sqm_errorLogoutTop" colspan="2">
+  <td colspan="2">
    <?php 
-       echo $logo_str;
-       echo $sm_attribute_str
+       echo $logo_str; if (!empty($logo_str)) echo '<br />'; 
+       echo nl2br($sm_attribute_str) . (empty($sm_attribute_str) ? '' : '<br /><br />')
    ?>
   </td>
  </tr>
 </table>
-<br>
-<div style="width:70%; text-align:center; margin-left:auto; margin-right:auto">
+</div>
+<br />
+
 <table class="table_errorBoxWrapper" cellspacing="0">
  <tr>
   <td>
@@ -63,5 +64,3 @@ extract ($t);
   </td>
  </tr>
 </table>
-</div>
-</div>