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