]> git.mxchange.org Git - mailer.git/blobdiff - 0.2.1/templates/de/html/admin/admin_config_home_settings.tpl
template
[mailer.git] / 0.2.1 / templates / de / html / admin / admin_config_home_settings.tpl
index ef6e32a6f41543bb6011a169ceb206bf8eaaef01..cb04b3643e50c771b4c05ac73111183e41a26002 100644 (file)
@@ -1,48 +1,51 @@
-<FORM action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings" method="POST">\r
-<TABLE border="0" cellspacing="0" cellpadding="0" align="center" class="admin_table dashed" width="510">\r
-<TR>\r
-  <TD colspan="3" align="center" class="admin_title bottom2" height="30">\r
-    <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</STRONG>\r
-  </TD>\r
-</TR>\r
-<TR><TD colspan="3" class="seperator" height="5">&nbsp;</TD></TR>\r
-<TR>\r
-  <TD align="right" width="320" height="20">\r
-    {--ADMIN_CONFIG_INDEX_DELAY--}:\r
-  </TD>\r
-  <TD class="seperator" width="5">&nbsp;</TD>\r
-  <TD width="185" align="center">\r
-    <SELECT name="index_delay" size="1" class="admin_select">\r
-      <OPTION value="-1" $content[-1]>{--ADMIN_INDEX_NO_DELAY--}</OPTION>\r
-      <OPTION value="0" $content[0]>{--ADMIN_INDEX_MANUAL_FORWARD--}</OPTION>\r
-        <!-- Fuehren Sie dies einfach so weiter, wenn Sie mehr Werte brauchen //-->\r
-      <OPTION value="1" $content[1]>1 {--SECS--}</OPTION>\r
-      <OPTION value="2" $content[2]>2 {--SECS--}</OPTION>\r
-      <OPTION value="3" $content[3]>3 {--SECS--}</OPTION>\r
-      <OPTION value="4" $content[4]>4 {--SECS--}</OPTION>\r
-      <OPTION value="5" $content[5]>5 {--SECS--}</OPTION>\r
-      <OPTION value="10" $content[10]>10 {--SECS--}</OPTION>\r
-      <OPTION value="15" $content[15]>15 {--SECS--}</OPTION>\r
-      <OPTION value="30" $content[30]>30 {--SECS--}</OPTION>\r
-        <!-- Laenger sollte es aber nun nicht dauern! //-->\r
-    </SELECT>\r
-  </TD>\r
-</TR>\r
-<TR><TD colspan="3" class="seperator" height="5">&nbsp;</TD></TR>\r
-<TR>\r
-  <TD align="right" height="20">\r
-    {--ADMIN_CONFIG_INDEX_COOKIE--}\r
-  </TD>\r
-  <TD class="seperator" width="5">&nbsp;</TD>\r
-  <TD align="center">\r
-    {--__INDEX_COOKIE_SELECTION--}\r
-  </TD>\r
-</TR>\r
-<TR><TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD></TR>\r
-<TR>\r
-  <TD colspan="3" align="center" class="admin_footer">\r
-    <INPUT type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT type="submit" name="ok" class="admin_submit" value="{--SAVE_SETTINGS--}">\r
-  </TD>\r
-</TR>\r
-</TABLE>\r
+<FORM
+       action="{!URL!}/modules.php?module=admin&amp;what=config_home&amp;sub=settings"
+       method="POST">
+<TABLE border="0" cellspacing="0" cellpadding="0" align="center"
+       class="admin_table dashed" width="510">
+       <TR>
+               <TD colspan="3" align="center" class="admin_title bottom2" height="30">
+               <STRONG>{--ADMIN_EDIT_HOME_SETTINGS--}</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">
+                       <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 {--SECS--}</OPTION>
+                       <OPTION value="2"$content[2]>2 {--SECS--}</OPTION>
+                       <OPTION value="3"$content[3]>3 {--SECS--}</OPTION>
+                       <OPTION value="4"$content[4]>4 {--SECS--}</OPTION>
+                       <OPTION value="5"$content[5]>5 {--SECS--}</OPTION>
+                       <OPTION value="10"$content[10]>10 {--SECS--}</OPTION>
+                       <OPTION value="15"$content[15]>15 {--SECS--}</OPTION>
+                       <OPTION value="30"$content[30]>30 {--SECS--}</OPTION>
+                       <!-- Laenger sollte es aber nun nicht dauern! //-->
+               </SELECT></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">{--__INDEX_COOKIE_SELECTION--}</TD>
+       </TR>
+       <TR>
+               <TD colspan="3" class="bottom2 seperator" height="5">&nbsp;</TD>
+       </TR>
+       <TR>
+               <TD colspan="3" align="center" class="admin_footer"><INPUT
+                       type="reset" class="admin_reset" value="{--CLEAR_FORM--}">&nbsp;*&nbsp;<INPUT
+                       type="submit" name="ok" class="admin_submit"
+                       value="{--SAVE_SETTINGS--}"></TD>
+       </TR>
+</TABLE>
 </FORM>
\ No newline at end of file