]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_edit_surfbar_urls.tpl
Extension ext-network cleaned up
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls.tpl
index d3e9ecd12eb6810d43ac3d476fee509e799842b0..171d91585de9e3e1ced452b307103bf74dc44dff 100644 (file)
@@ -1,22 +1,18 @@
 <div align="center">
-<form accept-charset="UTF-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_urls%}" method="post">
+{%form,formMethodPost=modules.php?module=admin&amp;what=list_surfbar_urls%}
 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
 <tr>
-       <td align="center" colspan="2" class="table_header">
+       <td align="center" colspan="2" class="table_header bottom">
                <strong>{--ADMIN_SURFBAR_EDIT_URLS_TITLE--}</strong>
        </td>
 </tr>
-<tr>
-       <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
-       <td class="header_column bottom" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
-</tr>
 $content
 <tr>
        <td class="table_footer" colspan="2">
-               <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
-               <input type="submit" name="do_edit" class="form_submit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW_SUBMIT--}" />
+               <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+               <input type="submit" class="form_submit" name="do_edit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW_SUBMIT--}" />
        </td>
 </tr>
 </table>
-</form>
+{%form_close%}
 </div>