A lot has been rewritten, ext-teams added, ext-forced continued:
[mailer.git] / templates / de / html / admin / admin_list_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="table dashed" width="800">
4 <tr>
5         <td align="center" colspan="8" 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_LAST_LOCKED--}</strong></td>
17         <td class="header_column bottom" align="center"><strong>{--ADMIN_SURFBAR_LOCK_REASON--}</strong></td>
18 </tr>
19 $content
20 <tr>
21         <td class="table_footer" colspan="8">
22                 <input type="reset" class="form_reset" value="{--UNDO_SELECTIONS--}" />
23                 <input type="submit" class="form_submit" name="edit" value="{--ADMIN_SURFBAR_EDIT_URL--}" />
24                 <input type="submit" class="form_delete" name="lock" value="{--ADMIN_SURFBAR_UNLOCK_URL--}" />
25                 <input type="submit" class="form_submit" name="undelete" value="{--ADMIN_SURFBAR_UNDELETE_URL--}" />
26                 <input type="submit" class="form_delete" name="delete" value="{--ADMIN_SURFBAR_DELETE_URL--}" />
27         </td>
28 </tr>
29 </table>
30 </form>
31 </div>