A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_surfbar.tpl
index ad3e78b6f910bb8e9bb0f9cb5489f36544f34162..aecd355634bdf7c4bdf8800386f7043c6c015a0e 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_surfbar%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" align="center">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" align="center">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_SURFBAR_TITLE--}</strong>
                </td>
        </tr>
@@ -89,7 +89,7 @@
                </td>
        </tr>
        <tr>
-               <td align="center" colspan="2" class="admin_footer bottom">
+               <td align="center" colspan="2" class="table_footer bottom">
                        <strong>{--ADMIN_CONFIG_SURFBAR_PAYMENT_MODEL--}</strong>
                </td>
        </tr>
                </td>
        </tr>
        <tr>
-               <td align="center" colspan="2" class="admin_footer bottom">
+               <td align="center" colspan="2" class="table_footer bottom">
                        {--ADMIN_CONFIG_SURFBAR_PAUSE_MODE--}
                </td>
        </tr>
                        {--ADMIN_CONFIG_SURFBAR_NOTIFICATION_MODE--}
                </td>
                <td class="bottom" align="center">
-                       <select name="surfbar_notification_mode" class="admin_select" size="1">
+                       <select name="surfbar_notification_mode" class="form_select" size="1">
                                <option value="INSTANT"$content[surfbar_notification_mode_instant]>{--ADMIN_CONFIG_SURFBAR_NOTIFICATION_MODE_INSTANT--}</option>
                                <option value="RESET"$content[surfbar_notification_mode_reset]>{--ADMIN_CONFIG_SURFBAR_NOTIFICATION_MODE_RESET--}</option>
                        </select>
                </td>
        </tr>
        <tr>
-               <td colspan="2" class="admin_footer">
-                       <input type="reset" class="admin_reset" value="{--CLEAR_FORM--}" />
-                       <input type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}" />
+               <td colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" name="ok" class="form_submit" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
 </form>
 
-<div class="admin_note">
+<div class="notice">
        {--ADMIN_CONFIG_SURFBAR_NOTE--}
 </div>
 </div>