Code

Added new checkbox that allows to leave the lang attribute empty
[gosa.git] / setup / setup_step1.tpl
1 <div>
2         <div class='default'>
3                 <b>{t}Please select the language you prefer to use GOsa with.{/t}</b>
4         </div>
5         <br>
6         <div  class='default' style='float:left;width:160px;'>
7                 {t}Setup language{/t}
8         </div>
9         <div class='default' style=';'>
10                 <select name='lang' title='{t}Please your prefered language here{/t}' size=5 style='width:300px;'>
11                 {html_options options=$languages selected=$lang}
12                 </select>
13         </div>
14         
15         <div  class='default' style='float:left;width:160px;'>
16                 <br>
17                 <br>
18                 {t}GOsa language settings{/t}
19         </div>
20         <div class='default' style='float:left;'>
21                 <br>
22                 <br>
23                 {t}To force GOsa to use the selected language as global default language, use the option below.{/t}
24                 <br> 
25                 {t}If you want GOsa to automatically detect the language settings, leave this option clear.{/t} 
26                 &nbsp; 
27                 <br> 
28                 {if $force_global_lang}
29                 <input checked type='checkbox' name='force_global_lang'>&nbsp;{t}Force global language{/t} 
30                 {else}
31                 <input type='checkbox' name='force_global_lang'>&nbsp;{t}Force global language{/t} 
32                 {/if}
33         </div>
34 </div>