Code

Updated template
[gosa.git] / setup / setup_step6.tpl
index d67f255b9c2bc60775a393f89e4e3b5a3f84b22f..ad12837f37426c4efbdcc3825960c9c0e663ab2a 100644 (file)
                        <img class='center' src='images/info_small.png' title='{t}Please read the FAQ for more informations{/t}'>
         </div>
     </div>
-       <div class='step4_container' style='height:10em;'>
-       <div class='step4_name'  style='height:10em;'>
+       <div class='step4_container' style='height:12em;'>
+       <div class='step4_name'  style='height:12em;'>
             {t}Enable snapshot functionality{/t}
         </div>
-        <div class='step4_value'  style='height:10em;'>
+        <div class='step4_value'  style='height:12em;'>
             {if $generic_settings.snapshot_active == FALSE}
                 <input type='checkbox' value='1' name='snapshot_active'
-                    onClick='changeState("snapshot_base");
+                    onClick='  
+                                                               changeState("snapshot_base");
+                                                               changeState("snapshot_ldap_base");
                                                                changeState("snapshot_server");                                                 
                                                                changeState("snapshot_user");                                                   
                                                                changeState("snapshot_password");'>{t}Enable{/t}<br>
                 <div style='float:left;width:120px;'>
-                                       {t}Base{/t}&nbsp;
+                                       {t}Snapshot base{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_base' name='snapshot_base' 
+                               <input style='width:220' id='snapshot_base' name='snapshot_base' 
                                        type='text' value='{$generic_settings.snapshot_base}' disabled><br>
+                <div style='float:left;width:120px;'>
+                   {t}Ldap base{/t}&nbsp;
+                               </div>
+                               <input style='width:220' id='snapshot_ldap_base' name='snapshot_ldap_base' 
+                                       type='text' value='{$generic_settings.snapshot_ldap_base}' disabled><br>
                 <div style='float:left;width:120px;'>
                    {t}Server{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_server' name='snapshot_server' 
+                               <input style='width:220' id='snapshot_server' name='snapshot_server' 
                                        type='text' value='{$generic_settings.snapshot_server}' disabled><br>
                 <div style='float:left;width:120px;'>
                        {t}User{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_user' name='snapshot_user' 
+                               <input style='width:220' id='snapshot_user' name='snapshot_user' 
                                        type='text' value='{$generic_settings.snapshot_user}' disabled><br>
                 <div style='float:left;width:120px;'>
                        {t}Password{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_password' name='snapshot_password' 
+                               <input style='width:220' id='snapshot_password' name='snapshot_password' 
                                        type='password' value='{$generic_settings.snapshot_password}' disabled>
             {else}
                 <input type='checkbox' value='1' name='snapshot_active' checked>{t}Enable{/t}<br>
                 <div style='float:left;width:120px;'>
-                   {t}Base{/t}&nbsp;
+                   {t}Snapshot base{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_base' name='snapshot_base' 
+                               <input style='width:220' id='snapshot_base' name='snapshot_base' 
                                        type='text' value='{$generic_settings.snapshot_base}'><br>
+                <div style='float:left;width:120px;'>
+                   {t}Ldap base{/t}&nbsp;
+                               </div>
+                               <input style='width:220' id='snapshot_ldap_base' name='snapshot_ldap_base' 
+                                       type='text' value='{$generic_settings.snapshot_ldap_base}'><br>
                 <div style='float:left;width:120px;'>
                        {t}Server{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_server' name='snapshot_server' 
+                               <input style='width:220' id='snapshot_server' name='snapshot_server' 
                                        type='text' value='{$generic_settings.snapshot_server}'><br>
                 <div style='float:left;width:120px;'>
                    {t}User{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_user' name='snapshot_user' 
+                               <input style='width:220' id='snapshot_user' name='snapshot_user' 
                                        type='text' value='{$generic_settings.snapshot_user}'><br>
                 <div style='float:left;width:120px;'>
                        {t}Password{/t}&nbsp;
                                </div>
-                               <input style='width:60%' id='snapshot_password' name='snapshot_password' 
+                               <input style='width:220;' id='snapshot_password' name='snapshot_password' 
                                        type='password' value='{$generic_settings.snapshot_password}'>
             {/if}
         </div>
-        <div class='step4_status'  style='height:10em;'>
+        <div class='step4_status'  style='height:12em;'>
             {t}Infos in FAQ{/t}&nbsp;
             <img class='center' src='images/info_small.png' title='{t}Please read the FAQ for more informations{/t}'>
         </div>