Code

updated templates
[gosa.git] / gosa-plugins / goto / admin / systems / goto / SelectDeviceType.tpl
index 792abdbd4b021742e2da5d54aa66e131fd9a99f1..08a0f03105c75280b41c595b8c01cccdfa14ce63 100644 (file)
@@ -34,7 +34,7 @@
     <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}
@@ -48,6 +48,8 @@
 </table>
 <hr>
 <div style="align: right;" align="right"><p>
-       <input type="submit" name="systemTypeChosen" 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>