Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_list_surfbar_urls.tpl
1 <div align="center">
2 {%form,formMethodPost=modules.php?module=admin&amp;what=list_surfbar_urls%}
3 <table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="10" class="table_header">
6                 <strong>{--ADMIN_SURFBAR_LIST_URLS_TITLE--}</strong>
7         </td>
8 </tr>
9 <tr>
10         <td class="header_column bottom right" align="center"><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_TEST_URL--}</strong></td>
13         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_VIEWS_TOTAL--}</strong></td>
14         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_STATUS--}</strong></td>
15         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_REGISTERED--}</strong></td>
16         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_FIXED_RELOAD--}</strong></td>
17         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_FIXED_WAITING--}</strong></td>
18         <td class="header_column bottom right" align="center"><strong>{--ADMIN_SURFBAR_LAST_LOCKED--}</strong></td>
19         <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
20 </tr>
21 $content
22 <tr>
23         <td class="table_footer" colspan="10">
24                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
25                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_SURFBAR_EDIT_URL_SUBMIT--}" />
26                 <input type="submit" class="form_submit" name="lock" value="{--ADMIN_SURFBAR_UNLOCK_URL_SUBMIT--}" />
27                 <input type="submit" class="form_submit" name="undelete" value="{--ADMIN_SURFBAR_UNDELETE_URL_SUBMIT--}" />
28                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_SURFBAR_DELETE_URL_SUBMIT--}" />
29         </td>
30 </tr>
31 </table>
32 {%form_close%}
33 </div>