Code

Added sorting to workstation startup. FAI server/release
[gosa.git] / 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 procreed.{/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        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
26       </select>
27      </td>
28     </tr>
29    </table>
30   </td>
31   <td>
32    <table summary="">
33     <tr>
34      <td> 
35       {t}Choose an object group as template{/t}&nbsp;
36           <select name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
37        {html_options values=$ObjectGroupKeys output=$ObjectGroups selected=$ObjectGroup}
38       </select>
39      </td>
40     </tr>
41    </table>
42   </td>
43  </tr>
44 </table>
45 <p class="seperator">&nbsp;</p>
46 <div style="align: right;" align="right"><p>
47         <input type="submit" name="SystemTypeChoosen" value="{t}Continue{/t}">
48         <input type="submit" name="SystemTypeAborted" value="{msgPool type=cancelButton}">
49 </p></div>