Code

Updated height of filter editor
[gosa.git] / gosa-core / plugins / admin / departments / generic.tpl
index 6943139bf7e5d397575e8d37370e7cdbc758a8e4..bd8f9d5a96934c1be37b78cd1c26b77de7f15143 100644 (file)
@@ -1,9 +1,9 @@
 <!--////////////////////
        //      ORGANIZATIONAL UNIT (ou)
     //////////////////// -->
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%" cellpadding=4>
  <tr>
-   <td style="vertical-align:top; width:50%">
+   <td style="width:50%">
      <h3>{t}Properties{/t}</h3>
      
      <table summary="">
@@ -16,7 +16,7 @@
        </td>
       </tr>
       <tr>
-       <td style='vertical-align:top;'><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
+       <td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
        <td>
 {render acl=$descriptionACL}
         <textarea id='description' name='description' style='width:220px' title="{t}Descriptive text for   department{/t}">{$description}</textarea>
@@ -96,7 +96,7 @@
        </td>
       </tr>
       <tr>
-       <td style="vertical-align:top;"><LABEL for="postalAddress">{t}Address{/t}</LABEL></td>
+       <td><LABEL for="postalAddress">{t}Address{/t}</LABEL></td>
        <td>
 {render acl=$postalAddressACL}
        <textarea id="postalAddress" name="postalAddress" style="width:100%" rows=3 cols=22 title="{t}Postal address of this subtree{/t}">{$postalAddress}</textarea>
  </tr>
 </table>
 
-<p class='seperator'>&nbsp;</p>
+<hr>
 
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="" style="width:100%" cellpadding=4>
  <tr>
-   <td style="vertical-align:top; width:100%">
+   <td style="width:100%">
      <h3>{t}Administrative settings{/t}</h3>
 {render acl=$gosaUnitTagACL}
      <input id="is_administrational_unit" type=checkbox name="is_administrational_unit" value="1" {$gosaUnitTag}><label for="is_administrational_unit">{t}Tag department as an independent administrative unit{/t}</label>