]> 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 c1fb1222622e8f05b7e23d2a01f92d360fb760d9..43b0daf96cdef3a60cb154a64b92bc19d9f2d9b2 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_actions%}" method="post">
+{%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="table_header bottom" align="center">
@@ -7,7 +7,7 @@
        </td>
 </tr>
 <tr>
-       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}" width="30">
                <strong>{--ID_SELECT--}</strong>
        </td>
        <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
@@ -24,14 +24,13 @@ $content
 <tr>
        <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_SURFBAR_EDIT_ACTIONS--}" />
+               <input type="submit" class="form_submit" name="edit" value="{--ADMIN_EDIT_SURFBAR_ACTIONS_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
-
-<div class="notice">
-       {--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
+{%form_close%}
 </div>
 
+<div class="notice">
+       {--ADMIN_LIST_SURFBAR_ACTIONS_NOTICE--}
 </div>