Code

Updated template
[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;padding-top:25px;'>
16                 {t}GOsa language settings{/t}
17         </div>
18         <div class='default' style='float:left;padding-top:25px;'>
19                 <input type='radio' value='0' name='force_global_lang' {if !$force_global_lang} checked {/if}>&nbsp;
20                 {t}GOsa will automatically detect the language to use in the GOsa user interface.{/t}
21                 <br>
22                 <input type='radio' value='1' name='force_global_lang' {if $force_global_lang} checked {/if}>&nbsp;
23                 {t}Force GOsa to use the above selected language as default language.{/t}
24         </div>
25 </div>