Code

Replaced config->search with get_cfg_value
[gosa.git] / gosa-core / setup / setup_config2.tpl
index f815366403bb61e94e04dd556b26c714c5eb0fc4..ab48a95311d57a5803b1b419e07c6f4768780d8e 100644 (file)
@@ -71,7 +71,7 @@
             {t}Timezone{/t}
         </div>
         <div class='step4_value'>
-            <select name='timezone' title='{t}Please choose your preferred timezone here{/t}' style="width:100%">
+            <select name='timezone' title='{t}Please choose your preferred timezone here{/t}' style="width:100%" size=1>
                {foreach from=$timezones.TIMEZONES item=val key=key}
             {if $key == $timezone}
                 {if isset($timezones.DST_ZONES.$key)}
 
     <div class='step4_container'>
         <div class='step4_name'>
-            {t}Logging options{/t}
+            {t}GOsa logging{/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}
+          {if $logging} 
+            <input checked type='checkbox' name='logging' value='1' class='center'>
+          {else}
+            <input type='checkbox' name='logging' value='1' class='center'>
+          {/if}
         </div>
     </div>