More XHTML-fied and extended header added to templates
[mailer.git] / templates / de / html / admin / admin_lock_surfbar_urls.tpl
1 <div align="center">
2 <form 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="5" class="admin_title" height="30">
6                 <strong>{--ADMIN_SURFBAR_LOCK_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
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_STATUS--}</strong></td>
13         <td class="admin_title bottom2 right2" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
14         <td class="admin_title bottom2" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
15 </tr>
16 $content
17 <tr>
18         <td class="admin_footer" colspan="5">
19                 <input type="reset" class="admin_reset" value="{--UNDO_SELECTIONS--}" />
20                 <input type="submit" name="do_lock" class="admin_lock" value="{--ADMIN_SURFBAR_LOCK_URL_NOW--}" />
21         </td>
22 </tr>
23 </table>
24 </form>
25 </div>