Code

Just use the -n option from dh_installinit and the world is fine again.
[gosa.git] / systems / SelectDeviceType.tpl
1 <br>
2 <p class="seperator">
3 {t}This is a new system which currently has no system type defined. Please choose a system type for this entry, the depending dialog will be shown if you press 'save'. If this system should be added to an objectGroup, specify the objectgroup name and this system will be added automatically.{/t}
4 <br>
5 <br>
6 </p>
7 <p class="seperator">
8 <br>
9 <b>{t}Please select a system type and if prefered select a object group too.{/t}</b>
10 <br>
11 <br>
12 </p>
13 <br>
14 <table summary="" style='width:100%'>
15  <tr>
16   <td style='width:49%'>
17    <table summary="">
18     <tr>
19      <td> 
20       {t}System type{/t}&nbsp;
21           <select name="SystemType" title="{t}Choose a system type{/t}" style="width:120px;">
22        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
23       </select>
24      </td>
25     </tr>
26    </table>
27   </td>
28   <td>
29    <table summary="">
30     <tr>
31      <td> 
32       {t}Membership in following objectGroups{/t}&nbsp;
33           <select name="ObjectGroup" title="{t}Choose a object group{/t}" style="width:120px;">
34        {html_options values=$ObjectGroupKeys output=$ObjectGroups selected=$ObjectGroup}
35       </select>
36      </td>
37     </tr>
38    </table>
39   </td>
40  </tr>
41 </table>
42 <p class="seperator">&nbsp;</p>
43 <div style="align: right;" align="right"><p>
44         <input type="submit" name="SystemTypeChoosen" value="{t}Use{/t}">
45         <input type="submit" name="SystemTypeAborted" value="{t}Cancel{/t}">
46 </p></div>