Referal overview finished and rewritten for refback extension
[mailer.git] / templates / de / html / admin / admin_undelete_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="4" class="admin_title" height="30">
5                 <strong>{--ADMIN_SURFBAR_UNDELETE_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 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
12         <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
13 </tr>
14 $content
15 <tr>
16         <td class="admin_footer" colspan="4">
17                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />&nbsp;*
18                 <input type="submit" name="do_undelete" class="admin_lock" value="{--ADMIN_SURFBAR_UNDELETE_URL_NOW--}" />
19         </td>
20 </tr>
21 </table>
22 </form>