]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_del_surfbar_urls.tpl
69889a4040a1194b2e3357b01bb6402d760afeea
[mailer.git] / templates / de / html / admin / admin_del_surfbar_urls.tpl
1 <FORM action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_urls" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
3 <TR>
4         <TD align="center" colspan="3" class="admin_title" height="30">
5                 <STRONG>{--ADMIN_SURFBAR_DELETE_URLS_TITLE--}</STRONG>
6         </TD>
7 </TR>
8 <TR>
9         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--_UID--}</STRONG></TD>
10         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_TEST_URL--}</STRONG></TD>
11         <TD class="admin_title bottom2" align="center"><STRONG>{--ADMIN_SURFBAR_REGISTERED--}</STRONG></TD>
12 </TR>
13 $content
14 <TR>
15         <TD class="admin_footer" colspan="3">
16                 <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
17                 <INPUT type="submit" name="remove" class="admin_delete" value="{--ADMIN_SURFBAR_DEL_URL_NOW--}">
18         </TD>
19 </TR>
20 </TABLE>
21 </FORM>