23a813ff4ac3d7562519e9bc158d771c15670b74
[mailer.git] / templates / de / html / admin / admin_list_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="10" class="admin_title" height="30">
5                 <STRONG>{--EDIT_DEL_REFDEPTH--}</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_TEST_URL--}</STRONG></TD>
12         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_REWARD--}</STRONG></TD>
13         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_COSTS--}</STRONG></TD>
14         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</STRONG></TD>
15         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_STATUS--}</STRONG></TD>
16         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_REGISTERED--}</STRONG></TD>
17         <TD class="admin_title bottom2 right2" align="center"><STRONG>{--ADMIN_SURFBAR_LAST_LOCKED--}</STRONG></TD>
18         <TD class="admin_title bottom2" align="center"><STRONG>{--ADMIN_SURFBAR_LOCK_REASON--}</STRONG></TD>
19 </TR>
20 $content
21 <TR>
22         <TD class="admin_footer" align="center" colspan="10">
23                 <INPUT type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}">&nbsp;*
24                 <INPUT type="submit" name="edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_URL--}">&nbsp;*
25                 <INPUT type="submit" name="lock" class="admin_submit" value="{--ADMIN_SURFBAR_UNLOCK_URL--}">&nbsp;*
26                 <INPUT type="submit" name="del" class="admin_delete" value="{--ADMIN_SURFBAR_DEL_URL--}">
27         </TD>
28 </TR>
29 </TABLE>
30 </FORM>