summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 02ce1f0)
raw | patch | inline | side by side (parent: 02ce1f0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:10 +0000 (16:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:10 +0000 (16:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17141 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/dcObject.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/dcObject.tpl b/gosa-core/plugins/admin/departments/dcObject.tpl
index 3685a5d1611b5b315dac0b6b90c8e435b69fc4f2..48100c0817c727c01eed9c3c8c8fd7a4eb1b49d3 100644 (file)
// LOCALITY (l)
//////////////////// -->
-<table summary="" style="width:100%" cellpadding=4>
+<table summary="{t}Domain component{/t}" style="width:100%" cellpadding=4>
<tr>
<td style="width:50%">
<h3>{t}Properties{/t}</h3>
- <table summary="">
+ <table summary="{t}Prpperties{/t}">
<tr>
<td><LABEL for="dc">{t}Locality name{/t}</LABEL>{$must}</td>
<td>
</tr>
</table>
<hr>
-<table summary="" style="width:100%" cellpadding=4>
- <tr>
- <td style="width:100%">
- <h3>{t}Administrative settings{/t}</h3>
+<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>
<input type='hidden' name='dep_generic_posted' value='1'>