The usual changes: forms fixed
[mailer.git] / templates / de / html / admin / admin_unlock_surfbar_urls.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=unlock_surfbar_urls%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="600">
4 <tr>
5         <td align="center" colspan="5" class="table_header">
6                 <strong>{--ADMIN_SURFBAR_UNLOCK_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center" width="30"><strong>{--ID_SELECT--}</strong></td>
11         <td class="header_column bottom right" align="center"><strong>{--_USERID--}</strong></td>
12         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_URL--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_TEST_URL--}</strong></td>
14         <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
15 </tr>
16 $content
17 <tr>
18         <td class="table_footer" colspan="5">
19                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
20                 <input type="submit" class="form_submit" name="unlock" value="{--ADMIN_SURFBAR_CONFIRM_URL_SUBMIT--}" />
21                 <input type="submit" class="form_delete" name="reject" value="{--ADMIN_SURFBAR_REJECT_URL_SUBMIT--}" />
22         </td>
23 </tr>
24 </table>
25 {%form_close%}
26 </div>