]> git.mxchange.org Git - mailer.git/blobdiff - templates/de/html/admin/admin_config_home.tpl
Mailer project continued (heavy refactoring):
[mailer.git] / templates / de / html / admin / admin_config_home.tpl
index 2bf7bf6d3d77ac7bdf0bdf5c7e90e41609ca99f6..bfdd03711b23fe80a64b4f7d16b2c573b1d82db7 100644 (file)
@@ -1,19 +1,48 @@
 <div align="center">
-<table border="0" cellspacing="0" cellpadding="0" class="admin_table dashed">
+{%form,formMethodPost=modules.php?module=admin&amp;what=config_home&amp;sub=settings%}
+<table border="0" cellspacing="0" cellpadding="0" class="table dashed" width="510">
        <tr>
-               <td colspan="3" align="center" class="admin_title" height="30"><strong>{--ADMIN_CONFIG_HOME--}</strong>
+               <td colspan="2" align="center" class="table_header bottom">
+                       <strong>{--ADMIN_CONFIG_HOME_SETTINGS_TITLE--}</strong>
                </td>
        </tr>
        <tr>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--ID_SELECT--}</strong></td>
-               <td align="center" class="admin_title bottom2 right2"><strong>{--MENU_WHAT--}</strong></td>
-               <td align="center" class="admin_title bottom2"><strong>{--HOME_ACTION--}</strong></td>
+               <td align="right" width="320" height="20">
+                       {--ADMIN_CONFIG_INDEX_DELAY--}
+               </td>
+               <td width="185" align="center">
+                       <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 //-->
+                               <option value="1"$content[1]>1 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="2"$content[2]>2 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="3"$content[3]>3 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="4"$content[4]>4 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="5"$content[5]>5 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="10"$content[10]>10 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="15"$content[15]>15 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <option value="30"$content[30]>30 {--TIME_UNIT_SECOND--} (JavaScript+HTML)</option>
+                               <!-- Laenger sollte es aber nun nicht dauern! //-->
+                       </select>
+               </td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right" height="20">{--ADMIN_CONFIG_INDEX_COOKIE--}</td>
+               <td class="bottom" align="center">$content[cookie_selection]</td>
+       </tr>
+       <tr>
+               <td class="bottom" align="right" height="20">{--ADMIN_CONFIG_INDEX_DISPLAY_HOME_IN_INDEX--}</td>
+               <td class="bottom" align="center">
+                       {%template,ConfigurationYesNoSelectionBox=display_home_in_index%}
+               </td>
        </tr>
-       $content
        <tr>
-               <td colspan="3" class="admin_footer">
-                       <div class="admin_note">{--HOME_BOTTOM_NOTE--}</div>
+               <td colspan="2" class="table_footer">
+                       <input type="reset" class="form_reset" value="{--CLEAR_FORM--}" />
+                       <input type="submit" class="form_submit" name="ok" value="{--SAVE_SETTINGS--}" />
                </td>
        </tr>
 </table>
+{%form_close%}
 </div>