~ubuntu-branches/ubuntu/vivid/gosa/vivid

« back to all changes in this revision

Viewing changes to gosa-core/plugins/admin/departments/country.tpl

Tags: 2.7.1-1
* New upstream release
* Updated packaging to not include smarty (Closes: #620489)
* Fixed case of POSIX (Closes: #620486)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!--////////////////////
 
2
        //      COUNTRY (c)
 
3
    //////////////////// -->
 
4
 
 
5
<table summary="{t}Country{/t}" style="width:100%" cellpadding=4>
 
6
 <tr>
 
7
   <td style="width:50%">
 
8
     <h3>{t}Properties{/t}</h3>
 
9
     <table summary="{t}Properties{/t}">
 
10
      <tr>
 
11
       <td><LABEL for="c">{t}Country name{/t}</LABEL>{$must}</td>
 
12
       <td>
 
13
{render acl=$cACL}
 
14
        <input type='text' id="c" name="c" size=25 maxlength=60 value="{$c}" title="{t}Name of country 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
 
 
37
  {if $manager_enabled}
 
38
    <tr>
 
39
     <td><label for="manager">{t}Manager{/t}</label></td>
 
40
     <td>
 
41
{render acl=$managerACL}
 
42
        <input type='text' name='manager_name' id='manager_name' value='{$manager_name}' disabled
 
43
          title='{$manager}'>
 
44
{/render}
 
45
{render acl=$managerACL}
 
46
        {image path="images/lists/edit.png" action="editManager"}
 
47
 
 
48
{/render}
 
49
        {if $manager!=""}
 
50
{render acl=$managerACL}
 
51
        {image path="images/info_small.png" title="{$manager}"}
 
52
 
 
53
{/render}
 
54
{render acl=$managerACL}
 
55
        {image path="images/lists/trash.png" action="removeManager"}
 
56
 
 
57
{/render}
 
58
        {/if}
 
59
     </td>
 
60
    </tr>
 
61
  {/if}
 
62
        </table>
 
63
  </td>
 
64
 </tr>
 
65
</table>
 
66
<hr>
 
67
 
 
68
<h3>{t}Administrative settings{/t}</h3>
 
69
{render acl=$gosaUnitTagACL}
 
70
 <input id="is_administrational_unit" type=checkbox name="is_administrational_unit" value="1" {$gosaUnitTag}>
 
71
 <label for="is_administrational_unit">{t}Tag department as an independent administrative unit{/t}</label>
 
72
{/render}
 
73
<input type='hidden' name='dep_generic_posted' value='1'>