Code

Updated table summary
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 16:16:43 +0000 (16:16 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Wed, 24 Mar 2010 16:16:43 +0000 (16:16 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@17153 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-core/plugins/admin/users/templatize.tpl

index d2ba50c8eb6105fbbe669be042a122bb3e52eafb..3914e732285d1546df8a4721edfb5170ea79adc9 100644 (file)
@@ -10,7 +10,7 @@
 <br>
 
 {if $templates}
-<table summary="" cellpadding=4 border=0>
+<table summary="{t}Apply user template{/t}" cellpadding=4 border=0>
   <tr>
     <td><b><LABEL for="template">{t}Template{/t}</LABEL></b></td>
     <td>
@@ -24,9 +24,7 @@
 <hr>
 <div class="plugin-actions">
   <button type='submit' name='templatize_continue'>{msgPool type=applyButton}</button>
-
   <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
-
 </div>
 
 {else}
@@ -36,7 +34,6 @@
   <hr>
   <div class="plugin-actions">
     <button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
-
   </div>
 
 {/if}