Code

added missing template
[gosa.git] / gosa-plugins / goto / admin / systems / goto / SelectDeviceType.tpl
index 90ecc566858e71eb488c48e64e4c928104d752af..022c3a68ef781849a57d872ca54697b99dc2388e 100644 (file)
 <br>
 <br>
 </p>
-<table summary="" style='width:100%'>
+<table summary="{t}System activation{/t}" style='width:100%'>
  <tr>
   <td style='width:49%'>
-   <table summary="">
+   <table summary="{t}Target system type selection{/t}">
     <tr>
      <td> 
       {t}System type{/t}&nbsp;
    </table>
   </td>
   <td>
-   <table summary="">
+   <table summary="{t}Object group selection{/t}">
     <tr>
      <td> 
       {t}Choose an object group as template{/t}&nbsp;
-         <select name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;">
+         <select name="ObjectGroup" title="{t}Object group{/t}" style="width:120px;" size=1>
                {if $dns_cnt == 1}
                <option value='none'>{t}none{/t}</option>       
                {/if}
   </td>
  </tr>
 </table>
-<p class="seperator">&nbsp;</p>
+<hr>
 <div style="align: right;" align="right"><p>
-       <input type="submit" name="SystemTypeChoosen" value="{t}Continue{/t}">
-       <input type="submit" name="SystemTypeAborted" value="{msgPool type=cancelButton}">
+       <button type='submit' name='systemTypeChosen'>{t}Continue{/t}</button>
+
+       <button type='submit' name='SystemTypeAborted'>{msgPool type=cancelButton}</button>
+
 </p></div>