Code

Updated role editing
[gosa.git] / gosa-core / plugins / admin / users / template.tpl
index 59e6e891aa2c7ed03b067c337435309decf58d93..ce9fee3953bcee937a30a2619b1f79d8ddc02037 100644 (file)
@@ -10,7 +10,7 @@
 
 <br>
 
-<table summary="" style="vertical-align:top; text-align:left;" cellpadding=4 border=0>
+<table summary="{t}User template selection dialog{/t}" cellpadding=4 border=0>
   <tr>
     <td><b><LABEL for="template">{t}Template{/t}</LABEL></b></td>
     <td>
   {/if}
 </table>
 
-<br>
-<p class="plugbottom">
-  <input type=submit name="template_continue" value="{t}Continue{/t}">
-  &nbsp;
 <input type=submit name="edit_cancel" value="{msgPool type=cancelButton}">
-</p>
+
+<hr>
+<div class="plugin-actions">
+ <button type='submit' name='template_continue'>{t}Continue{/t}</button>
<button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
+</div>