]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_list_surfbar_actions.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions.tpl
index 07bc4b28465b003bb82ef9e10b5d269a68c47019..43b0daf96cdef3a60cb154a64b92bc19d9f2d9b2 100644 (file)
@@ -1,37 +1,36 @@
 <div align="center">
-<form action="{?URL?}/modules.php?module=admin&amp;what=list_surfbar_actions" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_surfbar_actions%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="600">
 <tr>
-       <td colspan="4" class="admin_header bottom2" height="30" align="center">
+       <td colspan="4" class="table_header bottom" align="center">
                <strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}" width="30">
                <strong>{--ID_SELECT--}</strong>
        </td>
-       <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
        </td>
-       <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
        </td>
-       <td align="center" class="admin_header bottom2 switch_sw$content[sw]">
+       <td align="center" class="header_column bottom {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
        </td>
 </tr>
 $content
 <tr>
-       <td colspan="4" class="admin_footer" height="30" align="center">
-               <input type="reset" class="admin_reset" value="{--ADMIN_UNSELECT_ALL--}" />
-               <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_ACTIONS--}" />
+       <td colspan="4" class="table_footer" align="center">
+               <input type="reset" class="form_reset" value="{--ADMIN_UNSELECT_ALL--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_SURFBAR_ACTIONS_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
-
-<div class="admin_note">
-       {--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
+{%form_close%}
 </div>
 
+<div class="notice">
+       {--ADMIN_LIST_SURFBAR_ACTIONS_NOTICE--}
 </div>