Code

Added Label fields to GOsa a(ddressbook/address_edit.tpl)
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 12:48:17 +0000 (12:48 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Mon, 18 Jul 2005 12:48:17 +0000 (12:48 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@957 594d385d-05f5-0310-b6e9-bd551577e9d8

plugins/addons/addressbook/address_edit.tpl

index f0f648b9bb8abfbd4e47c643bd0ac8eb9afab21e..cf213ed4df1f86c1ef7ce0760c0d357dadb9a992 100644 (file)
@@ -1,15 +1,17 @@
 <table summary="" style="width:100%; vertical-align:top; text-align:left; border:1px solid #B0B0B0;" cellpadding=4 cellspacing=0 border=0>
 <tr style="background-color: #E8E8E8; height:26px;font-weight:bold;">
-<td align=left width="100%">{$storage_info}
- <select name="storage_base" size="1" title="{t}Choose the department to store entry in{/t}">
-  {html_options options=$deplist selected=$storage_base}
- </select>
+<td align=left width="100%">
+
+       <LABEL for="storage_base">{$storage_info}</LABEL>
+               
+       <select id="storage_base" name="storage_base" size="1" title="{t}Choose the department to store entry in{/t}">
+               {html_options options=$deplist selected=$storage_base}
+       </select>
 </td>
 <td><a href="{$url}">X</a></td>
 </tr>
 <tr style="background-color: white">
 <td colspan=2>
-
 <table summary="" width="100%" cellspacing=2 cellpadding=4>
 <tr>
 <td style="width:50%; vertical-align:top; background-color: #F0F0F0">
  
  <table summary="" width="100%">
   <tr>
-   <td>{t}Name{/t}{$must}, {t}Given name{/t}{$must}</td><td><input name="sn" size=10 maxlength=60 value="{$info_sn}">, <input name="givenName" size=10 maxlength=60 value="{$info_givenName}"><td>
+   <td><LABEL for="sn">{t}Name{/t}{$must}</LABEL>, <LABEL for="givenName">{t}Given name{/t}{$must}</LABEL></td>
+   <td>        
+               
+               <input id="sn" name="sn" size=10 maxlength=60 value="{$info_sn}">, 
+               <input id="givenName" name="givenName" size=10 maxlength=60 value="{$info_givenName}"><td>
   </tr>
   <tr>
-   <td>{t}Initials{/t}</td><td><input name="initials" size=5 maxlength=20 value="{$info_initials}"></td>
+   <td><LABEL for="initials">{t}Initials{/t}</LABEL></td><td><input id="initials" name="initials" size=5 maxlength=20 value="{$info_initials}"></td>
+
   </tr>
   <tr>
-   <td>{t}Personal title{/t}</td><td><input name="title" size=10 maxlength=20 value="{$info_title}"></td>
+   <td><LABEL for="title">{t}Personal title{/t}</LABEL></td><td><input id="title" name="title" size=10 maxlength=20 value="{$info_title}"></td>
   </tr>
  </table>
 
 
  <table summary="" width="100%">
   <tr>
-   <td>{t}Address{/t}<br><br></td>
-   <td style="vertical-align:top;"><textarea name="homePostalAddress" rows=1 cols=20>{$info_homePostalAddress}</textarea></td>
+   <td><LABEL for="homePostalAddress">{t}Address{/t}</LABEL><br><br></td>
+   <td style="vertical-align:top;"><textarea id="homePostalAddress" name="homePostalAddress" rows=1 cols=20>{$info_homePostalAddress}</textarea></td>
   </tr>
   <tr>
-   <td>{t}Phone{/t}</td><td><input name="homePhone" size=15 maxlength=60 value="{$info_homePhone}"></td>
+   <td><LABEL for="homePhone">{t}Phone{/t}</LABEL></td><td><input id="homePhone" name="homePhone" size=15 maxlength=60 value="{$info_homePhone}"></td>
   </tr>
   <tr>
-   <td>{t}Mobile{/t}</td><td><input name="mobile" size=15 maxlength=60 value="{$info_mobile}"></td>
+   <td><LABEL for="mobile">{t}Mobile{/t}</LABEL></td><td><input id="mobile" name="mobile" size=15 maxlength=60 value="{$info_mobile}"></td>
   </tr>
   <tr>
-   <td>{t}Email{/t}</td><td><input name="mail" size=15 maxlength=60 value="{$info_mail}"></td>
+   <td><LABEL for="mail">{t}Email{/t}</LABEL></td><td><input id="mail" name="mail" size=15 maxlength=60 value="{$info_mail}"></td>
   </tr>
  </table>
 
   
     <table summary="" width="100%">
      <tr>
-      <td>{t}Company{/t}</td><td><input name="o" size=15 maxlength=60 value="{$info_o}"></td>
+      <td><LABEL for="">{t}Company{/t}</LABEL></td><td><input id="o" name="o" size=15 maxlength=60 value="{$info_o}"></td>
      </tr>
      <tr>
-      <td>{t}Department{/t}</td><td><input name="ou" size=15 maxlength=60 value="{$info_ou}"></td>
+      <td><LABEL for="">{t}Department{/t}</LABEL></td><td><input id="ou" name="ou" size=15 maxlength=60 value="{$info_ou}"></td>
      </tr>
      <tr>
-      <td>{t}City{/t}</td><td><input name="l" size=15 maxlength=60 value="{$info_l}"></td>
+      <td><LABEL for="">{t}City{/t}</LABEL></td><td><input id="l" name="l" size=15 maxlength=60 value="{$info_l}"></td>
      </tr>
      <tr>
-      <td>{t}Postal code{/t}</td><td><input name="postalCode" size=15 maxlength=60 value="{$info_postalCode}"></td>
+      <td><LABEL for="">{t}Postal code{/t}</LABEL></td><td><input id="postalCode" name="postalCode" size=15 maxlength=60 value="{$info_postalCode}"></td>
      </tr>
      <tr>
-      <td>{t}Country{/t}</td><td><input name="st" size=15 maxlength=60 value="{$info_st}"></td>
+      <td><LABEL for="">{t}Country{/t}</LABEL></td><td><input id="st" name="st" size=15 maxlength=60 value="{$info_st}"></td>
      </tr>
     </table>
    </td>
 
     <table summary="" width="100%">
      <tr>
-      <td>{t}Address{/t}<br><br></td><td style="vertical-align:top;"><textarea name="postalAddress" rows=1 cols=20>{$info_postalAddress}</textarea></td>
+      <td><LABEL for="">{t}Address{/t}</LABEL><br><br></td><td style="vertical-align:top;"><textarea id="postalAddress" name="postalAddress" rows=1 cols=20>{$info_postalAddress}</textarea></td>
      </tr>
      <tr>
-      <td>{t}Phone{/t}</td><td><input name="telephoneNumber" size=15 maxlength=60 value="{$info_telephoneNumber}"></td>
+      <td><LABEL for="">{t}Phone{/t}</LABEL></td><td><input id="telephoneNumber" name="telephoneNumber" size=15 maxlength=60 value="{$info_telephoneNumber}"></td>
      </tr>
      <tr>
-      <td>{t}FAX{/t}</td><td><input name="facsimileTelephoneNumber" size=15 maxlength=60 value="{$info_facsimileTelephoneNumber}"></td>
+      <td><LABEL for="">{t}FAX{/t}</LABEL></td><td><input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=15 maxlength=60 value="{$info_facsimileTelephoneNumber}"></td>
      </tr>
      <tr>
-      <td>{t}Pager{/t}</td><td><input name="pager" size=15 maxlength=60 value="{$info_pager}"></td>
+      <td><LABEL for="">{t}Pager{/t}</LABEL></td><td><input id="pager" name="pager" size=15 maxlength=60 value="{$info_pager}"></td>
      </tr>
     </table>
    </td>