Code

Updated department management
[gosa.git] / gosa-core / plugins / admin / departments / dcObject.tpl
1 <!--////////////////////
2         //      LOCALITY (l)
3     //////////////////// -->
5 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
6  <tr>
7    <td style="vertical-align:top; width:50%">
8      <h2><img class="center" alt="" align="middle" src="images/rightarrow.png"> {t}Properties{/t}</h2>
9      <table summary="">
10       <tr>
11        <td><LABEL for="dc">{t}Locality name{/t}</LABEL>{$must}</td>
12        <td>
13 {render acl=$dcACL}
14         <input type='text' id="dc" name="dc" size=25 maxlength=60 value="{$dc}" title="{t}Name of locality to create{/t}">
15 {/render}
16        </td>
17       </tr>
18       <tr>
19        <td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
20        <td>
21 {render acl=$descriptionACL}
22         <input type='text' id="description" name="description" size=25 maxlength=80 value="{$description}" title="{t}Descriptive text for department{/t}">
23 {/render}
24        </td>
25       </tr>
26         {if !$is_root_dse}
27       <tr>
28         <td><LABEL for="base">{t}Base{/t}</LABEL>{$must}</td>
29         <td>
30 {render acl=$baseACL}
31           {$base}
32 {/render}
33           </td>
34          </tr>
35         {/if}
36         </table>
37   </td>
38  </tr>
39 </table>
40 <p class='seperator'>&nbsp;</p>
41 <table summary="" style="width:100%; vertical-align:top; text-align:left;" cellpadding=4>
42  <tr>
43    <td style="vertical-align:top; width:100%">
44      <h2><img class="center" alt="" align="middle" src="images/lists/locked.png"> {t}Administrative settings{/t}</h2>
45 {render acl=$gosaUnitTagACL}
46      <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>
47 {/render}
48    </td>
49   </tr>
50 </table>
51 <input type='hidden' name='dep_generic_posted' value='1'>