A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_list_surfbar_actions.tpl
index 0c2c1f51230d9c2d74b52977ad90e6e87b6eb073..9d27f4d123adc01f10d0f86aa8c51c0fe1fcb047 100644 (file)
@@ -1,36 +1,36 @@
 <div align="center">
-<form accept-charset="utf-8" action="{?URL?}/modules.php?module=admin&amp;what=list_surfbar_actions" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="600">
+<form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=list_surfbar_actions%}" method="post">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="600">
 <tr>
-       <td colspan="4" class="admin_title bottom" height="30" align="center">
+       <td colspan="4" class="table_header bottom" align="center">
                <strong>{--ADMIN_LIST_SURFBAR_ACTIONS_TITLE--}</strong>
        </td>
 </tr>
 <tr>
-       <td align="center" class="header_column bottom right switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ID_SELECT--}</strong>
        </td>
-       <td align="center" class="header_column bottom right switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_CURRENT_STATUS--}</strong>
        </td>
-       <td align="center" class="header_column bottom right switch_sw$content[sw]">
+       <td align="center" class="header_column bottom right {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_MEMBER_ACTION--}</strong>
        </td>
-       <td align="center" class="header_column bottom switch_sw$content[sw]">
+       <td align="center" class="header_column bottom {%template,ColorSwitch%}">
                <strong>{--ADMIN_SURFBAR_NEW_STATUS--}</strong>
        </td>
 </tr>
 $content
 <tr>
-       <td colspan="4" class="admin_footer" height="30" align="center">
-               <input type="reset" class="admin_reset" value="{--ADMIN_UNSELECT_ALL--}" />
-               <input type="submit" name="edit" class="admin_submit" value="{--ADMIN_SURFBAR_EDIT_ACTIONS--}" />
+       <td colspan="4" class="table_footer" align="center">
+               <input type="reset" class="form_reset" value="{--ADMIN_UNSELECT_ALL--}" />
+               <input type="submit" name="edit" class="form_submit" value="{--ADMIN_SURFBAR_EDIT_ACTIONS--}" />
        </td>
 </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_LIST_SURFBAR_ACTIONS_NOTE--}
 </div>