summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d001e2)
raw | patch | inline | side by side (parent: 1d001e2)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:06 +0000 (16:16 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:06 +0000 (16:16 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17140 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/plugins/admin/departments/country.tpl | patch | blob | history |
diff --git a/gosa-core/plugins/admin/departments/country.tpl b/gosa-core/plugins/admin/departments/country.tpl
index 10aa1c51cd4b4a6308c542efec3faa5de903cb4d..9855b3abfe0389adc2d0635b02819b9369f15833 100644 (file)
// COUNTRY (c)
//////////////////// -->
-<table summary="" style="width:100%" cellpadding=4>
+<table summary="{t}Country{/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="c">{t}Country 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'>