Code

Added storage RDN properties.
[gosa.git] / gosa-core / plugins / admin / departments / organization.tpl
index 8ee12f983605779ab12ef69a18ec24e7e07a3ad1..9a8df1818f665853ea3b0e9c28bb0faba6457170 100644 (file)
@@ -1,12 +1,12 @@
 <!--////////////////////
        //      ORGANIZATION (o)
     //////////////////// -->
-<table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
+<table summary="{t}Organization{/t}" style="width:100%" cellpadding=4>
  <tr>
-   <td style="vertical-align:top; width:50%">
-     <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
+   <td style="width:50%">
+     <h3>{t}Properties{/t}</h3>
      
-     <table summary="">
+     <table summary="{t}Properties{/t}">
       <tr>
        <td><LABEL for="o">{t}Name of organization{/t}</LABEL>{$must}</td>
        <td>
           title='{$manager}'>
 {/render}
 {render acl=$managerACL}
-        <input type='image' src='images/lists/edit.png' name='editManager' class='center'>
+        {image path="images/lists/edit.png" action="editManager"}
+
 {/render}
         {if $manager!=""}
 {render acl=$managerACL}
-        <img src='images/info_small.png' title='{$manager}' class='center'>
+        {image path="images/info_small.png" title="{$manager}"}
+
 {/render}
 {render acl=$managerACL}
-        <input type='image' src='images/lists/trash.png' name='removeManager' class='center'>
+        {image path="images/lists/trash.png" action="removeManager"}
+
 {/render}
         {/if}
      </td>
      </table>
 
    </td>
-   <td style="border-left:1px solid #A0A0A0">
+   <td class='left-border'>
+
     &nbsp;
    </td>
    <td>
-     <h2><img class="center" alt="" align="middle" src="plugins/departments/images/department.png"> {t}Location{/t}</h2>
+     <h3>{t}Location{/t}</h3>
 
      <table summary="" style="width:100%">
       <tr>
@@ -95,7 +99,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>
- <tr>
-   <td style="vertical-align:top; width:100%">
-     <h2><img class="center" alt="" align="middle" src="images/lists/locked.png"> {t}Administrative settings{/t}</h2>
+<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>
+ <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>
 {/render}
-   </td>
-  </tr>
-</table>
 
 <!-- Place cursor -->
 <input type='hidden' name='dep_generic_posted' value='1'>