Code

Fixed baseSelectDialog parameters
[gosa.git] / plugins / personal / generic / generic_certs.tpl
index 0b905ff5c9fd7d2647bfafc7bda4dd4533553544..f39a4e174f740aed6ef7e0fe97823b502f316b27 100644 (file)
@@ -1,18 +1,18 @@
 <input type="hidden" name="MAX_FILE_SIZE" value="2000000">
  <!-- Headline container -->
-<h2><img alt="" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
+<h2><img alt="" class="center" align="middle" src="images/certs.png"> {t}Certificates{/t}</h2>
 
-<table style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
+<table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
  <tr>
    <td width="12%" style="vertical-align:top">
       {t}Standard certificate{/t}
    </td>
    <td style="vertical-align:top">
-        {$userCertificateinfo}
+        <LABEL for="userCertificate_file">{$userCertificateinfo}</LABEL>
         </td>
         <td style="vertical-align:top;text-align:right">
         {if $userCertificate_state ne "true"}
-     <input name="userCertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
+     <input id="userCertificate_file" name="userCertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
      {else}
      <input type=submit name="remove_userCertificate" value="{t}Remove{/t}">
         {/if}
 
 <br>
 
- <table style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
+ <table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0>
  <tr>
    <td width="12%" style="vertical-align:top">
       {t}S/MIME certificate{/t} 
    </td>
    <td style="vertical-align:top">
-     {$userSMIMECertificateinfo}
+     <LABEL for="userSMIMECertificate_file">{$userSMIMECertificateinfo}</LABEL>
    </td>
    <td style="vertical-align:top;text-align:right">
         {if $userSMIMECertificate_state ne "true"}
-     <input name="userSMIMECertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
+     <input id="userSMIMECertificate_file" name="userSMIMECertificate_file" type="file" size="20" maxlength="255" accept="text/*.*">
      {else}
      <input type=submit name="remove_userSMIMECertificate" value="{t}Remove{/t}">
         {/if}
 
 <br>
 
-<table style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0> 
+<table summary="" style="vertical-align:top; text-align:left;border-top: 1px solid rgb(176,176,176);" width="100%" cellpadding=4 border=0> 
  <tr>
    <td width="12%" style="vertical-align:top">
       {t}PKCS12 certificate{/t} 
    </td>
    <td style="vertical-align:top">
-     {$userPKCS12info}
+     <LABEL for="userPKCS12_file">{$userPKCS12info}</LABEL>
    </td>
    <td style="vertical-align:top;text-align:right">
         {if $userPKCS12_state ne "true"}
-     <input name="userPKCS12_file" type="file" size="20" maxlength="255" accept="text/*.*">
+     <input id="userPKCS12_file" name="userPKCS12_file" type="file" size="20" maxlength="255" accept="text/*.*">
         {else}
      <input type=submit name="remove_userPKCS12" value="{t}Remove{/t}">
         {/if}
  {if $governmentmode eq "true"}
  <tr>
    <td>
-     {t}Certificate serial number{/t}
+     <LABEL for="certificateSerialNumber">{t}Certificate serial number{/t}</LABEL>
    </td>
    <td>
-     <input name="certificateSerialNumber" size=10 maxlength=20 {$certificateSerialNumberACL}
+     <input id="certificateSerialNumber" name="certificateSerialNumber" size=10 maxlength=20 {$certificateSerialNumberACL}
             value="{$certificateSerialNumber}">
    </td>
  </tr>
@@ -73,7 +73,7 @@
 </table>
 
 <p class="plugbottom">
-  <input type=submit name="cert_edit_finish" value="{t}Finish{/t}">
+  <input type=submit name="cert_edit_finish" value="{t}Save{/t}">
   &nbsp;
   <input type=submit name="cert_edit_cancel" value="{t}Cancel{/t}">
 </p>