Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 16:16:17 +0000 (16:16 +0000)
committerhickert <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

index bb19aa6f3405308c639e3a3ccf966c2e6541c66f..b0f9c158514706f0475213b4e17109d8c32504a3 100644 (file)
@@ -2,11 +2,11 @@
        //      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'>