Code

Column name changed.
[gosa.git] / gosa-plugins / goto / admin / systems / goto / SelectDeviceType.tpl
index 79bb51ae6b8c9044db7f6797d49940c0cf6c71bb..82d8f4dcd1d956253389c51ddb9cb88d992d2cc9 100644 (file)
@@ -1,6 +1,6 @@
 <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 and press the 'continue' button. If this system should be added to a group of system settings, specify the preferred object group below.{/t}
+{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}
 <br>
 <br>
 </p>
@@ -9,17 +9,11 @@
 {if $dns_cnt == 1}
 <b>{t}Please select a system type and an optional bundle of predefined settings to be inherited.{/t}</b>
 {else}
-<b>{t}Please select a system type and an bundle of predefined settings to be inherited.{/t}</b>
+<b>{t}Please select a system type and a bundle of predefined settings to be inherited.{/t}</b>
 {/if}
 <br>
 <br>
 </p>
-<pre>
-{foreach from=$dns item=item}
-       {$item}
-{/foreach}
-</pre>
-<br>
 <table summary="" style='width:100%'>
  <tr>
   <td style='width:49%'>
@@ -27,7 +21,7 @@
     <tr>
      <td> 
       {t}System type{/t}&nbsp;
-         <select name="SystemType" title="{t}Choose a system type{/t}" style="width:120px;">
+         <select name="SystemType" title="{t}System type{/t}" style="width:120px;">
        {html_options values=$SystemTypeKeys output=$SystemTypes selected=$SystemType}
       </select>
      </td>
@@ -39,7 +33,7 @@
     <tr>
      <td> 
       {t}Choose an object group as template{/t}&nbsp;
-         <select name="ObjectGroup" title="{t}Choose an object group{/t}" style="width:120px;">
+         <select name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
        {html_options values=$ObjectGroupKeys output=$ObjectGroups selected=$ObjectGroup}
       </select>
      </td>