]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_admins_acls.tpl
Merge branch 'contrib' into 0.2.1-FINAL
[mailer.git] / templates / de / html / admin / admin_edit_admins_acls.tpl
index 497e0f4423dd4b69d8ce39bf7ba36f48740f39a0..7159babc21c2b7e35ffb003d7d4bfaea4e5318d9 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">
+               {--ADMIN_ADMINS_EDIT_ACLS_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="120">{--ADMIN_ADMINS_LOGIN_ID--}</td>
+       <td align="center" class="header_column bottom right" width="204">{--ADMIN_MENU_ACTION--}</td>
+       <td align="center" class="header_column bottom right" width="204">{--ADMIN_MENU_WHAT--}</td>
+       <td align="center" class="header_column bottom" width="120">{--ADMIN_ADMINS_ACCESS_MODE--}</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>