summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4c3ffe)
raw | patch | inline | side by side (parent: b4c3ffe)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 24 Mar 2010 16:16:43 +0000 (16:16 +0000) | ||
committer | hickert <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 | patch | blob | history |
diff --git a/gosa-core/plugins/admin/users/templatize.tpl b/gosa-core/plugins/admin/users/templatize.tpl
index d2ba50c8eb6105fbbe669be042a122bb3e52eafb..3914e732285d1546df8a4721edfb5170ea79adc9 100644 (file)
<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>
<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}
<hr>
<div class="plugin-actions">
<button type='submit' name='edit_cancel'>{msgPool type=cancelButton}</button>
-
</div>
{/if}