summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9faf31e)
raw | patch | inline | side by side (parent: 9faf31e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:17 +0000 (16:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:17 +0000 (16:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17144 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/locality.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/locality.tpl b/gosa-core/plugins/admin/departments/locality.tpl
index bb19aa6f3405308c639e3a3ccf966c2e6541c66f..b0f9c158514706f0475213b4e17109d8c32504a3 100644 (file)
// LOCALITY (l)
//////////////////// -->
-<table summary="" style="width:100%" cellpadding=4>
+<table summary="{t}Locality{/t}" style="width:100%" cellpadding=4>
<tr>
<td style="width:50%">
<h3>{t}Properties{/t}</h3>
- <table summary="">
+ <table summary="{t}Properties{/t}">
<tr>
<td><LABEL for="l">{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'>