Code

Bugfix for #4263
[gosa.git] / trunk / gosa-plugins / goto / admin / systems / goto / SelectDeviceType.tpl
1 <br>
2 <p class="seperator">
3 {t}This system has no system type configured. Please choose a system type for this object and an optional inheritance group. Press the 'continue' button to proceed.{/t}
4 <br>
5 <br>
6 </p>
7 <p class="seperator">
8 <br>
9 {if $dns_cnt == 1}
10 <b>{t}Please select a system type and an optional bundle of predefined settings to be inherited.{/t}</b>
11 {else}
12 <b>{t}Please select a system type and a bundle of predefined settings to be inherited.{/t}</b>
13 {/if}
14 <br>
15 <br>
16 </p>
17 <table summary="" style='width:100%'>
18  <tr>
19   <td style='width:49%'>
20    <table summary="">
21     <tr>
22      <td> 
23       {t}System type{/t}&nbsp;
24           <select name="SystemType" title="{t}System type{/t}" style="width:120px;"
25                         onChange="document.mainform.submit();">
26        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
27       </select>
28      </td>
29     </tr>
30    </table>
31   </td>
32   <td>
33    <table summary="">
34     <tr>
35      <td> 
36       {t}Choose an object group as template{/t}&nbsp;
37           <select name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
38                 {if $dns_cnt == 1}
39                 <option value='none'>{t}none{/t}</option>       
40                 {/if}
41        {html_options options=$ogroups selected=$ObjectGroup}
42       </select>
43      </td>
44     </tr>
45    </table>
46   </td>
47  </tr>
48 </table>
49 <p class="seperator">&nbsp;</p>
50 <div style="align: right;" align="right"><p>
51         <input type="submit" name="SystemTypeChoosen" value="{t}Continue{/t}">
52         <input type="submit" name="SystemTypeAborted" value="{msgPool type=cancelButton}">
53 </p></div>