summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 13cdbce)
raw | patch | inline | side by side (parent: 13cdbce)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Sep 2006 09:14:32 +0000 (09:14 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 6 Sep 2006 09:14:32 +0000 (09:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@4604 594d385d-05f5-0310-b6e9-bd551577e9d8
plugins/admin/departments/generic.tpl | patch | blob | history |
index 96ada1954e9fc52930119275ce4fb5699d85f8c7..5fe9f76a72f172deeaa5886b7013c0519fbc31a1 100644 (file)
<td><LABEL for="ou">{t}Name of department{/t}</LABEL>{$must}</td>
<td>
{render acl=$ouACL}
- <input id="ou" name="ou" size=25 maxlength=60 value="{$ou}" title="{t}Name of subtree to create{/t}" {$ouACL}>
+ <input id="ou" name="ou" size=25 maxlength=60 value="{$ou}" title="{t}Name of subtree to create{/t}">
{/render}
</td>
</tr>
<td><LABEL for="description">{t}Description{/t}</LABEL>{$must}</td>
<td>
{render acl=$descriptionACL}
- <input id="description" name="description" size=25 maxlength=80 {$descriptionACL} value="{$description}" title="{t}Descriptive text for department{/t}">
+ <input id="description" name="description" size=25 maxlength=80 value="{$description}" title="{t}Descriptive text for department{/t}">
{/render}
</td>
</tr>
<td><LABEL for="businessCategory">{t}Category{/t}</LABEL></td>
<td>
{render acl=$businessCategoryACL}
- <input id="businessCategory" name="businessCategory" size=25 maxlength=80 {$businessCategoryACL} value="{$businessCategory}" title="{t}Category for this subtree{/t}">
+ <input id="businessCategory" name="businessCategory" size=25 maxlength=80 value="{$businessCategory}" title="{t}Category for this subtree{/t}">
{/render}
</td>
</tr>
<td><LABEL for="st">{t}State{/t}</LABEL></td>
<td>
{render acl=$stACL}
- <input id="st" name="st" size=25 maxlength=60 {$stACL} value="{$st}" title="{t}State where this subtree is located{/t}">
+ <input id="st" name="st" size=25 maxlength=60 value="{$st}" title="{t}State where this subtree is located{/t}">
{/render}
</td>
</tr>
<td><LABEL for="l">{t}Location{/t}</LABEL></td>
<td>
{render acl=$lACL}
- <input id="l" name="l" size=25 maxlength=60 {$lACL} value="{$l}" title="{t}Location of this subtree{/t}">
+ <input id="l" name="l" size=25 maxlength=60 value="{$l}" title="{t}Location of this subtree{/t}">
{/render}
</td>
</tr>
<td style="vertical-align:top;"><LABEL for="postalAddress">{t}Address{/t}</LABEL></td>
<td>
{render acl=$postalAddressACL}
- <textarea id="postalAddress" name="postalAddress" style="width:100%" rows=3 cols=22 {$postalAddressACL} title="{t}Postal address of this subtree{/t}">{$postalAddress}
+ <textarea id="postalAddress" name="postalAddress" style="width:100%" rows=3 cols=22 title="{t}Postal address of this subtree{/t}">{$postalAddress}
</textarea>
{/render}
</tr>
<td><LABEL for="telephoneNumber">{t}Phone{/t}</LABEL></td>
<td>
{render acl=$telephoneNumberACL}
- <input id="telephoneNumber" name="telephoneNumber" size=25 maxlength=60 {$telephoneNumberACL} value="{$telephoneNumber}" title="{t}Base telephone number of this subtree{/t}">
+ <input id="telephoneNumber" name="telephoneNumber" size=25 maxlength=60 value="{$telephoneNumber}" title="{t}Base telephone number of this subtree{/t}">
{/render}
</td>
</tr>
<td><LABEL for="facsimileTelephoneNumber">{t}Fax{/t}</LABEL></td>
<td>
{render acl=$facsimileTelephoneNumberACL}
- <input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=25 maxlength=60 {$facsimileTelephoneNumberACL} value="{$facsimileTelephoneNumber}" title="{t}Base facsimile telephone number of this subtree{/t}">
+ <input id="facsimileTelephoneNumber" name="facsimileTelephoneNumber" size=25 maxlength=60 value="{$facsimileTelephoneNumber}" title="{t}Base facsimile telephone number of this subtree{/t}">
{/render}
</td>
</tr>
<td style="vertical-align:top; width:100%">
<h2><img class="center" alt="" align="middle" src="images/closedlock.png"> {t}Administrative settings{/t}</h2>
{render acl=$gosaUnitTagACL}
- <input id="unitTag" type=checkbox name="unitTag" value="1" {$unitTag} {$gosaUnitTagACL}><label for="unitTag">{t}Tag department as an independent administrative unit{/t}</label>
+ <input id="unitTag" type=checkbox name="unitTag" value="1" {$unitTag}><label for="unitTag">{t}Tag department as an independent administrative unit{/t}</label>
{/render}
</td>
</tr>