]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_admins_mails_list.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_admins_mails_list.tpl
index 1bd75e77247e27d7d44fd75581a67982b724839d..b1e6ed6a717822ca77ed8562e0049e10dfdc03db 100644 (file)
@@ -1,29 +1,32 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=admins_mails%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="3" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_LIST_ADMINS_MAILS_TITLE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td width="30" class="header_column bottom right" align="center">
-                       <strong>{--ID_SELECT--}</strong>
-               </td>
-               <td width="235" class="header_column bottom right" align="center">
-                       <strong>{--ADMIN_ADMINS_TEMPLATE--}:</strong>
-               </td>
-               <td width="235" class="header_column bottom" align="center">
-                       <strong>{--ADMIN_ADMINS_CONTACT--}:</strong>
-               </td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="3" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-                       <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="3" align="center" class="table_header bottom">
+               {--ADMIN_LIST_ADMINS_MAILS_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td width="30" class="header_column bottom right" align="center">
+               {--ID_SELECT--}
+       </td>
+       <td width="235" class="header_column bottom right" align="center">
+               {--ADMIN_ADMINS_TEMPLATE--}
+       </td>
+       <td width="235" class="header_column bottom" align="center">
+               {--ADMIN_ADMINS_CONTACT--}
+       </td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="3" class="table_footer">
+               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>