]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_admins.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_list_admins.tpl
index eaaa2d43e2d32403d4f03844876e6dcd95149b8e..29904432f434da3a4438300e4c19781bf8586793 100644 (file)
@@ -1,26 +1,29 @@
-<form action="{!URL!}/modules.php?module=admin&amp;what=admins_edit"
-       method="POST">
-<TABLE border="0" cellspacing="0" cellpadding="0" width="640"
-       class="admin_table dashed" align="center">
-       <TR>
-               <TD colspan="5" align="center" class="admin_title bottom2" height="30">
-               <strong>{--ADMIN_ADMINS_EDIT_ACCOUNTS--}</strong></TD>
-       </TR>
-       <TR>
-               <TD align="center" class="admin_title bottom2 right2" width="20"><strong>{--ID_SELECT--}</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_CONTACT--}:</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="300"><strong>{--ADMIN_ADMINS_EMAIL--}:</strong></TD>
-               <TD align="center" class="admin_title bottom2 right2" width="160"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></TD>
-               <TD align="center" class="admin_title bottom2" width="160"><strong>{--ADMIN_LA_MODE--}:</strong></TD>
-       </TR>
-       {!__ADMINS_ROWS!}
-       <TR>
-               <TD colspan="5" class="admin_footer"><INPUT
-                       type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
-               <INPUT type="submit" name="edit" class="admin_submit"
-                       value="{--ADMIN_ADMINS_EDIT--}" /> <INPUT type="submit"
-                       name="del" class="admin_delete" value="{--ADMIN_ADMINS_DELETE--}" />
-               </TD>
-       </TR>
-</TABLE>
-</form>
\ No newline at end of file
+<div align="center">
+{%form,formMethodPost=modules.php?module=admin&amp;what=admins_edit%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed">
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               {--ADMIN_ADMINS_EDIT_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="300">{--ADMIN_ADMINS_EMAIL--}</td>
+       <td align="center" class="header_column bottom right" width="155">{--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="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_ACTION_EDIT_SUBMIT--}" />
+               <input type="submit" class="form_delete" name="delete" value="{--ADMIN_ACTION_DELETE_SUBMIT--}" />
+       </td>
+</tr>
+<table>
+{%form_close%}
+</div>