Code

Updated FAQ
[gosa.git] / gosa-core / setup / setup_config2.tpl
index 62bdafc4cf97837bfd6f3edceaca1d1c3ba75164..3ed7daec9ac28659f395fbacb8b60fcb0d44bf86 100644 (file)
         </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'>