]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_delete_admins.tpl
Heacy rewrite/cleanup:
[mailer.git] / templates / de / html / admin / admin_delete_admins.tpl
index 9dc905af50e3b4b261e02b42a9357b842452a26a..583bbfbe5186eee359db552e68f89ef39009e28b 100644 (file)
@@ -1,24 +1,26 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=admins_edit%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
-       <tr>
-               <td colspan="5" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_ADMINS_DELETE_ACCOUNTS_TITLE--}</strong>
-               </td>
-       </tr>
-       <tr>
-               <td align="center" class="header_column bottom right" width="30"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="header_column bottom right" width="155"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="155"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
-               <td align="center" class="header_column bottom" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" class="table_footer">
-                       <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               {--ADMIN_ADMINS_DELETE_ACCOUNTS_TITLE--}
+       </td>
+</tr>
+
+<tr>
+       <td align="center" class="header_column bottom right" width="30">{--ID_SELECT--}</td>
+       <td align="center" class="header_column bottom right" width="155">{--ADMIN_ADMINS_CONTACT--}</td>
+       <td align="center" class="header_column bottom right" width="155">{--ADMIN_ADMINS_EMAIL--}</td>
+       <td align="center" class="header_column bottom right" width="160">{--ADMIN_ADMINS_ACCESS_MODE--}</td>
+       <td align="center" class="header_column bottom" width="160">{--ADMIN_LA_MODE--}:</td>
+</tr>
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="submit" name="do_delete" class="form_delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>