Code

Added inherit && default fix for Terminal startup
[gosa.git] / plugins / admin / systems / SelectDeviceType.tpl
index dddbfa272869a564c5c8882e964ba8e7876888c7..d25acbf49d72780f3f97c6048e507ddf30e4b566 100644 (file)
@@ -1,12 +1,12 @@
 <br>
 <p class="seperator">
-{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}
+{t}This is a new system which currently has no system type defined. Please choose a system type for this entry and press the 'continue' button. If this system should be added to a group of system settings, specify the preferred object group below.{/t}
 <br>
 <br>
 </p>
 <p class="seperator">
 <br>
-<b>{t}Please select a system type and if prefered select a object group too.{/t}</b>
+<b>{t}Please select a system type and an optional bundle of predefined settings to be inherited.{/t}</b>
 <br>
 <br>
 </p>
@@ -29,8 +29,8 @@
    <table summary="">
     <tr>
      <td> 
-      {t}Membership in following objectGroups{/t}&nbsp;
-         <select name="ObjectGroup" title="{t}Choose a object group{/t}" style="width:120px;">
+      {t}Choose an object group as template{/t}&nbsp;
+         <select name="ObjectGroup" title="{t}Choose an object group{/t}" style="width:120px;">
        {html_options values=$ObjectGroupKeys output=$ObjectGroups selected=$ObjectGroup}
       </select>
      </td>
@@ -41,6 +41,6 @@
 </table>
 <p class="seperator">&nbsp;</p>
 <div style="align: right;" align="right"><p>
-       <input type="submit" name="SystemTypeChoosen" value="{t}Use{/t}">
+       <input type="submit" name="SystemTypeChoosen" value="{t}Continue{/t}">
        <input type="submit" name="SystemTypeAborted" value="{t}Cancel{/t}">
 </p></div>