]> git.mxchange.org Git - mailer.git/blob - templates/de/html/admin/admin_unlock_surfbar_urls.tpl
HTML->XHTML preparation (still *A LOT* to convert
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=unlock_surfbar_urls" method="POST">
2 <TABLE border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
3 <TR>
4         <TD align="center" colspan="5" class="admin_title" height="30">
5                 <strong>{--ADMIN_UNLOCK_SURFBAR_URLS_TITLE--}</strong>
6         </TD>
7 </TR>
8 <TR>
9         <TD class="admin_title bottom2 right2" align="center"><strong>{--ID_SELECT--}</strong></TD>
10         <TD class="admin_title bottom2 right2" align="center"><strong>{--_UID--}</strong></TD>
11         <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></TD>
12         <TD class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></TD>
13         <TD class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></TD>
14 </TR>
15 $content
16 <TR>
17         <TD class="admin_footer" colspan="5">
18                 <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <INPUT type="submit" name="reject" class="admin_submit" value="{--ADMIN_SURFBAR_REJECT_URL--}" />
20                 <INPUT type="submit" name="unlock" class="admin_submit" value="{--ADMIN_SURFBAR_CONFIRM_URL--}" />
21         </TD>
22 </TR>
23 </TABLE>
24 </form>