]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_unlock_surfbar_urls.tpl
The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls.tpl
index 7f73eef3ba8432ff58b2d3d4e3bb919ac3c46e63..00f1f38daa20b7cc50584721c46823396df58273 100644 (file)
@@ -1,5 +1,5 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=unlock_surfbar_urls%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=unlock_surfbar_urls%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="600">
 <tr>
        <td align="center" colspan="5" class="table_header">
@@ -7,7 +7,7 @@
        </td>
 </tr>
 <tr>
-       <td class="header_column bottom right" align="center"><strong>{--ID_SELECT--}</strong></td>
+       <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
        <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
        <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
        <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
@@ -17,10 +17,10 @@ $content
 <tr>
        <td class="table_footer" colspan="5">
                <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="reject" class="form_submit" value="{--ADMIN_SURFBAR_REJECT_URL--}" />
-               <input type="submit" name="unlock" class="form_submit" value="{--ADMIN_SURFBAR_CONFIRM_URL--}" />
+               <input type="submit" class="form_submit" name="unlock" value="{--ADMIN_SURFBAR_CONFIRM_URL_SUBMIT--}" />
+               <input type="submit" class="form_delete" name="reject" value="{--ADMIN_SURFBAR_REJECT_URL_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>