]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admins_acls.tpl
Rewrote a lot parts to extract 'payments' table (+ handling) into own extension:
[mailer.git] / templates / de / html / admin / admin_edit_admins_acls.tpl
index 497e0f4423dd4b69d8ce39bf7ba36f48740f39a0..142f84abc1b1a9be7ee59d02359c53d3184a4246 100644 (file)
@@ -1,25 +1,28 @@
 <div align="center">
 {%form,formMethodPost=modules.php?module=admin&amp;what=list_admins_acls%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
-       <tr>
-               <td colspan="5" align="center" class="table_header bottom">
-                       <strong>{--ADMIN_ADMINS_EDIT_ACLS_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="120"><strong>{--ADMIN_ADMINS_LOGIN_ID--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_ACTION--}:</strong></td>
-               <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_WHAT--}:</strong></td>
-               <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
-       </tr>
-       $content
-       <tr>
-               <td colspan="5" class="table_footer">
-                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ADMINS_CHANGE_ACLS_SUBMIT--}" />
-               </td>
-       </tr>
+<tr>
+       <td colspan="5" align="center" class="table_header bottom">
+               <strong>{--ADMIN_ADMINS_EDIT_ACLS_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="120"><strong>{--ADMIN_ADMINS_LOGIN_ID--}:</strong></td>
+       <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_ACTION--}:</strong></td>
+       <td align="center" class="header_column bottom right" width="204"><strong>{--ADMIN_MENU_WHAT--}:</strong></td>
+       <td align="center" class="header_column bottom" width="120"><strong>{--ADMIN_ADMINS_ACCESS_MODE--}:</strong></td>
+</tr>
+
+$content
+
+<tr>
+       <td colspan="5" class="table_footer">
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_ADMINS_CHANGE_ACLS_SUBMIT--}" />
+       </td>
+</tr>
 </table>
 {%form_close%}
 </div>