Code

Added some comments.
[gosa.git] / gosa-core / plugins / admin / departments / organization.tpl
index 69fb3c1e5dfa9e77eebc7d76e6d76f33e8b462be..7a955f3f550066c95d1975b329f255796a5c428b 100644 (file)
@@ -34,6 +34,7 @@
       <tr>
         <td colspan="2"><br></td>
       </tr>
+       {if !$is_root_dse}
       <tr>
         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
 
@@ -49,6 +50,7 @@
 {/render}
        </td>
        </tr>
+       {/if}
      </table>
 
    </td>
    <td style="vertical-align:top; width:100%">
      <h2><img class="center" alt="" align="middle" src="images/lists/locked.png"> {t}Administrative settings{/t}</h2>
 {render acl=$gosaUnitTagACL}
-     <input id="unitTag" type=checkbox name="unitTag" value="1" {$unitTag}><label for="unitTag">{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>