A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_home_settings.tpl
index aa0576d21dbd682d7749f4fa297a2bc833a270db..81e7b8b5d9c03970712592fb7d721cb1212bc012 100644 (file)
@@ -1,8 +1,8 @@
 <div align="center">
 <form accept-charset="utf-8" action="{%url=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}" method="post">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed" width="510">
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="510">
        <tr>
-               <td colspan="2" align="center" class="admin_title bottom">
+               <td colspan="2" align="center" class="table_header bottom">
                        <strong>{--ADMIN_CONFIG_HOME_SETTINGS_TITLE--}</strong>
                </td>
        </tr>
@@ -11,7 +11,7 @@
                        {--ADMIN_CONFIG_INDEX_DELAY--}:
                </td>
                <td width="185" align="center">
-                       <select name="index_delay" size="1" class="admin_select">
+                       <select name="index_delay" size="1" class="form_select">
                                <option value="-1"$content[-1]>{--ADMIN_INDEX_NO_DELAY--}</option>
                                <option value="0"$content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</option>
                                <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen //-->
@@ -32,9 +32,9 @@
                <td class="bottom" align="center">$content[cookie_selection]</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>