Code

Prepared password change enforcement
[gosa.git] / gosa-core / plugins / admin / users / template.tpl
index 37237f9fc0bc0e8a07068723fd5874f887536e85..ce9fee3953bcee937a30a2619b1f79d8ddc02037 100644 (file)
@@ -6,11 +6,11 @@
  {t}Creating a new user can be assisted by using templates. Many database records will be filled automatically. Choose 'none' to skip the usage of templates.{/t}
 </p>
 
-<p class="seperator">&nbsp;</p>
+<hr>
 
 <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>
   </tr>
   <tr>
     <td><b><LABEL for="sn">{t}Last name{/t}</LABEL></b></td>
-    <td><input name="sn" id="sn" size="30" maxlength="40" value="{$sn}"></td>
+    <td><input type='text' name="sn" id="sn" size="30" maxlength="40" value="{$sn}"></td>
   </tr>
   <tr>
     <td><b><LABEL for="givenName">{t}First name{/t}</LABEL></b></td>
-    <td><input name="givenName" id="givenName" size="30" maxlength="40" value="{$givenName}"></td>
+    <td><input type='text' name="givenName" id="givenName" size="30" maxlength="40" value="{$givenName}"></td>
   </tr>
   {if $got_uid eq "true"}
   <tr>
         {html_options output=$uids values=$uids selected=$uid}
       </select>
       {else}
-      <input name="uid" size="30" maxlength="40" value="{$uid}">
+      <input type='text' name="uid" size="30" maxlength="40" value="{$uid}">
       {/if}
     </td>
   </tr>
   {/if}
 </table>
 
-<br>
-<p class="plugbottom">
-  <input type=submit name="template_continue" value="{t}Continue{/t}">
-  &nbsp;
 <input type=submit name="edit_cancel" value="{t}Cancel{/t}">
-</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>