"copied"
[mailer.git] / 0.2.1-FINAL / templates / de / html / admin / admin_list_surfbar_actions.tpl
1 <form action="{!URL!}/modules.php?module=admin&amp;what=list_surfbar_actions" method="post">
2 <table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
3 <tr>
4         <td colspan="4" class="admin_header bottom2" height="30" align="center">
5                 <strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
6         </td>
7 </tr>
8 <tr>
9         <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
10                 <strong>{--ID_SELECT--}</strong>
11         </td>
12         <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
13                 <strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
14         </td>
15         <td align="center" class="admin_header bottom2 right2 switch_sw$content[sw]">
16                 <strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
17         </td>
18         <td align="center" class="admin_header bottom2 switch_sw$content[sw]">
19                 <strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
20         </td>
21 </tr>
22 $content
23 <tr>
24         <td colspan="4" class="admin_footer" height="30" align="center">
25                 <input type="reset" class="admin_reset" value="{--ADMIN_UNSELECT_ALL--}" />
26                 <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_ACTIONS--}" />
27         </td>
28 </tr>
29 </table>
30 </form>
31
32 <div class="admin_note">
33         {--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
34 </div>