Code

Styled ACL dialog
[gosa.git] / gosa-core / setup / setup_config2.tpl
index f815366403bb61e94e04dd556b26c714c5eb0fc4..1cf915a178e8e97f8df042f4d3861b80cb517e11 100644 (file)
 
     <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>