]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home_settings.tpl
A lot CSS classes rewritten, please update all your themes.
[mailer.git] / templates / de / html / admin / admin_config_home_settings.tpl
index 744a94cf61d030ceff522f1a09be8c98e59a36c3..81e7b8b5d9c03970712592fb7d721cb1212bc012 100644 (file)
@@ -1,20 +1,17 @@
-<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">
+<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="table dashed" width="510">
        <tr>
-               <td colspan="3" align="center" class="admin_title bottom2" height="30">
-                       <strong>{--ADMIN_EDIT_HOME_SETTINGS--}</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_HOME_SETTINGS_TITLE--}</strong>
                </td>
        </tr>
-       <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
        <tr>
                <td align="right" width="320" height="20">
                        {--ADMIN_CONFIG_INDEX_DELAY--}:
                </td>
-               <td class="seperator" width="5">&nbsp;</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 //-->
                </td>
        </tr>
        <tr>
-               <td colspan="3" class="seperator" height="5">&nbsp;</td>
-       </tr>
-       <tr>
-               <td align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
-               <td class="seperator" width="5">&nbsp;</td>
-               <td align="center">$content[cookie_selection]</td>
-       </tr>
-       <tr>
-               <td colspan="3" class="bottom2 seperator" height="5">&nbsp;</td>
+               <td class="bottom" align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
+               <td class="bottom" align="center">$content[cookie_selection]</td>
        </tr>
        <tr>
-               <td colspan="3" 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>