Code

Fixed User dialog, to detect changed attributes correctly
[gosa.git] / plugins / admin / departments / generic.tpl
index 8087320892cb8c7d6eb22411c4990912da9c5456..aeb92d87c2bbf2a523579139898e910e90dec451 100644 (file)
@@ -1,33 +1,33 @@
-<table style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
  <tr>
-   <td style="vertical-align:top;">
-     <h2><img alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+   <td style="vertical-align:top; width:50%">
+     <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
      
-     <table>
+     <table summary="">
       <tr>
-       <td>{t}Name of department{/t}{$must}</td>
-       <td><input name="ou" size=25 maxlength=60 value="{$ou}" title="{t}Name of subtree to create{/t}"></td>
+       <td><LABEL for="ou">{t}Name of department{/t}</LABEL>{$must}</td>
+       <td><input id="ou" name="ou" size=25 maxlength=60 value="{$ou}" title="{t}Name of subtree to create{/t}" {$ouACL}></td>
       </tr>
       <tr>
-       <td>{t}Description{/t}{$must}</td>
+       <td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
        <td>
-        <input name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for department{/t}">
+        <input id="description" name="description" size=25 maxlength=60 {$descriptionACL} value="{$description}" title="{t}Descriptive text for department{/t}">
        </td>
       </tr>
       <tr>
-       <td>{t}Category{/t}</td>
+       <td><LABEL for="businessCategory">{t}Category{/t}</LABEL></td>
        <td>
-        <input name="businessCategory" size=25 maxlength=60 {$businessCategoryACL} value="{$businessCategory}" title="{t}Category for this subtree{/t}">
+        <input id="businessCategory" name="businessCategory" size=25 maxlength=60 {$businessCategoryACL} value="{$businessCategory}" title="{t}Category for this subtree{/t}">
        </td>
       </tr>
       <tr>
         <td colspan="2"><br></td>
       </tr>
       <tr>
-        <td>{t}Base{/t}{$must}</td>
+        <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
 
         <td>
-         <select size="1" name="base" title="{t}Choose subtree to place department in{/t}"> 
+         <select id="base" size="1" name="base" title="{t}Choose subtree to place department in{/t}"> 
           {html_options options=$bases selected=$base_select}
          </select>
        </td>
     &nbsp;
    </td>
    <td>
-     <h2><img alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
+     <h2><img class="center" alt="" align="middle" src="images/house.png"> {t}Location{/t}</h2>
 
-     <table>
+     <table summary="" style="width:100%">
       <tr>
-       <td>{t}State{/t}</td>
-       <td><input name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}"></td>
+       <td><LABEL for="st">{t}State{/t}</LABEL></td>
+       <td><input id="st" name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}"></td>
       </tr>
       <tr>
-       <td>{t}Location{/t}</td>
-       <td><input name="l" size=25 maxlength=60 {$lACL} value="{$l}" title="{t}Location of this subtree{/t}"></td>
+       <td><LABEL for="l">{t}Location{/t}</LABEL></td>
+       <td><input id="l" name="l" size=25 maxlength=60 {$lACL} value="{$l}" title="{t}Location of this subtree{/t}"></td>
       </tr>
       <tr>
-       <td style="vertical-align:top;">{t}Address{/t}</td>
-       <td><textarea name="postalAddress" rows=3 cols=22 {$postalAddressACL} title="{t}Postal address of this subtree{/t}">{$postalAddress}</textarea>
+       <td style="vertical-align:top;"><LABEL for="postalAddress">{t}Address{/t}</LABEL></td>
+       <td><textarea id="postalAddress" name="postalAddress" style="width:100%" rows=3 cols=22 {$postalAddressACL} title="{t}Postal address of this subtree{/t}">{$postalAddress}</textarea>
       </tr>
       <tr>
-       <td>{t}Phone{/t}</td>
-       <td><input name="telephoneNumber" size=25 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}" title="{t}Base telephone number of this subtree{/t}"></td>
+       <td><LABEL for="telephoneNumber">{t}Phone{/t}</LABEL></td>
+       <td><input id="telephoneNumber" name="telephoneNumber" size=25 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}" title="{t}Base telephone number of this subtree{/t}"></td>
       </tr>
       <tr>
-       <td>{t}Fax{/t}</td>
-       <td><input name="facsimileTelephoneNumber" size=25 maxlength=60 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Base facsimile telephone number of this subtree{/t}"></td>
+       <td><LABEL for="facsimileTelephoneNumber">{t}Fax{/t}</LABEL></td>
+       <td><input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=25 maxlength=60 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Base facsimile telephone number of this subtree{/t}"></td>
       </tr>
      </table>