Huge HTML/CSS rewrite (see forum)
[mailer.git] / templates / de / html / admin / admin_undelete_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="4" class="admin_title" height="30">
6                 <strong>{--ADMIN_SURFBAR_UNDELETE_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom2 right2" align="center"><strong>{--_UID--}</strong></td>
11         <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
12         <td class="header_column bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
13         <td class="header_column bottom2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
14 </tr>
15 $content
16 <tr>
17         <td class="admin_footer" colspan="4">
18                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
19                 <input type="submit" name="do_undelete" class="admin_lock" value="{--ADMIN_SURFBAR_UNDELETE_URL_NOW--}" />
20         </td>
21 </tr>
22 </table>
23 </form>
24 </div>