summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 715b3c0)
raw | patch | inline | side by side (parent: 715b3c0)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Apr 2008 11:37:54 +0000 (11:37 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 30 Apr 2008 11:37:54 +0000 (11:37 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@10740 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl | patch | blob | history |
diff --git a/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl b/gosa-core/ihtml/themes/default/pwd_kerberos_mit.tpl
index 32cede8aa367c6cf16db3b517e1db3be435def57..373e42c0ad669e3c8ef4b627951020e4fdaecfed 100644 (file)
<tr>
</tr>
<td>
- <label for="POLICY">{t}POLICY{/t}</label>
+ <label for="POLICY">{t}Policy{/t}</label>
</td>
<td>
<select name="POLICY">
{foreach from=$POLICIES item=item key=key}
{if $POLICY==$item}
- <option selected value="{$item}">{$item}</option>
+ <option selected value="{$key}">{$item}</option>
{else}
- <option value="{$item}">{$item}</option>
+ <option value="{$key}">{$item}</option>
{/if}
{/foreach}
</select>