Code

Added property class to get_cfg_requests
[gosa.git] / gosa-core / setup / setup_config3.tpl
index 1dfa10d27e05024308c36cc112e22ff339c67429..56868fe4287f7595757beba3c6350fa32bf6403c 100644 (file)
@@ -42,8 +42,8 @@
             {t}Smarty compile directory{/t}
         </div>
         <div class='step4_value'>
-                       <input size=40 id='compile' name='compile
-                               type='text' value='{$optional.compile}'>
+                       <input size=40 id='templateCompileDirectory' name='templateCompileDirectory
+                               type='text' value='{$optional.templateCompileDirectory}'>
         </div>
     </div>
     <div class='step4_container'>
@@ -51,7 +51,7 @@
             {t}SNMP community{/t}
         </div>
         <div class='step4_value'>
-                       <input size=40 id='compile' name='snmpcommunity' 
+                       <input size=40 id='snmpcommunity' name='snmpcommunity' 
                                type='text' value='{$optional.snmpcommunity}'>
         </div>
     </div>
             {if $optional.uniq_identifier_active == FALSE}
                 <input type='checkbox' value='1' name='uniq_identifier_active'
                     onClick='changeState("uniq_identifier");'>
-                               <select name="uniq_identifier" id="uniq_identifier" disabled>
+                               <select name="uniq_identifier" id="uniq_identifier" disabled size=1>
                                        {html_options options=$uniq_identifiers selected=$optional.uniq_identifier}
                                </select>
             {else}
                 <input type='checkbox' value='1' name='uniq_identifier_active' checked
                                        onClick='changeState("uniq_identifier");'>
-                               <select name="uniq_identifier" id="uniq_identifier" >
+                               <select name="uniq_identifier" id="uniq_identifier"  size=1>
                                        {html_options options=$uniq_identifiers selected=$optional.uniq_identifier}
                                </select>
             {/if}
         </div>
         <div class='step4_value'>
        
-            <select name="forcessl" size="1" title="">
-               {html_options options=$bool selected=$optional.forcessl}
+            <select name="forceSSL" size="1" title="">
+               {html_options options=$bool selected=$optional.forceSSL}
             </select>
         </div>
     </div>
         </div>
         <div class='step4_value'>
        
-            <select name="warnssl" size="1" title="">
-               {html_options options=$bool selected=$optional.warnssl}
+            <select name="warnSSL" size="1" title="">
+               {html_options options=$bool selected=$optional.warnSSL}
             </select>
         </div>
     </div>
             {t}Debug level{/t}
         </div>
         <div class='step4_value'>
-                       <select name='debuglevel'>
-                               {if $optional.debuglevel == 0}
+                       <select name='debugLevel' size=1>
+                               {if $optional.debugLevel == 0}
                                        <option value='0' selected>0 {t}Disabled{/t}</option>
                                        <option value='1'>1 {t}Enabled{/t}</option>
                                {else}