Code

Updated FAQ
[gosa.git] / gosa-core / setup / setup_config2.tpl
index e5000dead61b8c423d4e27645df4ac1240388bca..3ed7daec9ac28659f395fbacb8b60fcb0d44bf86 100644 (file)
@@ -71,7 +71,7 @@
             {t}Timezone{/t}
         </div>
         <div class='step4_value'>
-            <select name='timezone' title='{t}Please your preferred timezone here{/t}' style="width:100%">
+            <select name='timezone' title='{t}Please choose your preferred timezone here{/t}' style="width:100%">
                {foreach from=$timezones.TIMEZONES item=val key=key}
             {if $key == $timezone}
                 {if isset($timezones.DST_ZONES.$key)}
         </div>
     </div>
 
+    <div class='step4_container'>
+        <div class='step4_name'>
+            {t}Logging options{/t}
+        </div>
+        <div class='step4_value'>
+                       <input type='checkbox' name='logging_syslog' value='1' 
+                               {if $logging_syslog} checked {/if} class='center'>{t}Syslog{/t} 
+                       <input type='checkbox' name='logging_mysql' value='1' 
+                               {if $logging_mysql} checked {/if} class='center'>{t}MySQL{/t}
+        </div>
+    </div>
+
+
     <p><b>{t}Mail settings{/t}</b></p>
 
     <div class='step4_container'>