]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_edit_surfbar_urls.tpl
20b60155c3137e3f12fffa96380e7126678e97a8
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_surfbar_urls%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed">
4 <tr>
5         <td align="center" colspan="2" class="table_header bottom">
6                 <strong>{--ADMIN_SURFBAR_EDIT_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 $content
10 <tr>
11         <td class="table_footer" colspan="2">
12                 <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
13                 <input type="submit" name="do_edit" class="form_submit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW_SUBMIT--}" />
14         </td>
15 </tr>
16 </table>
17 {%form_close%}
18 </div>