80456c8ad28ea11c323e8e7c8138a5095c6f1859
[mailer.git] / templates / de / html / admin / admin_edit_surfbar_urls.tpl
1 <div align="center">
2 <form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_surfbar_urls" method="post">
3 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
4 <tr>
5         <td align="center" colspan="2" class="admin_title" height="30">
6                 <strong>{--ADMIN_SURFBAR_EDIT_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
11         <td class="admin_title bottom2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
12 </tr>
13 $content
14 <tr>
15         <td class="admin_footer" colspan="2">
16                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
17                 <input type="submit" name="do_edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_URL_NOW--}" />
18         </td>
19 </tr>
20 </table>
21 </form>
22 </div>