aAttribs may not be used in all cases
[squirrelmail.git] / templates / default / error_logout.tpl
index 9ca0608bd725a415e88ac1b46c9e0ab82aa8244d..a81057fb046533119318cf1e26fbf6134fbcae21 100644 (file)
@@ -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>