summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/templates/usershow.kid
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-09-06 11:09:12 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-09-06 11:09:12 -0700
commit2adeed3029bb223ea32c77f31da28bfe3dadcd3e (patch)
tree813b4bab1b29046f24226d5a75ebd5d1b4eb294d /ipa-server/ipa-gui/ipagui/templates/usershow.kid
parent268dd829df41199c23b9b740bbc9bad2164b22d6 (diff)
downloadfreeipa-2adeed3029bb223ea32c77f31da28bfe3dadcd3e.tar.gz
freeipa-2adeed3029bb223ea32c77f31da28bfe3dadcd3e.tar.xz
freeipa-2adeed3029bb223ea32c77f31da28bfe3dadcd3e.zip
Add search box in header.
Change account status to use select list and 'active'/'inactive' values. Improve autosuggest to keep suggesting unless you overwrite a suggestion (if you correct the name, it will re-suggest).
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/templates/usershow.kid')
-rw-r--r--ipa-server/ipa-gui/ipagui/templates/usershow.kid2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-server/ipa-gui/ipagui/templates/usershow.kid b/ipa-server/ipa-gui/ipagui/templates/usershow.kid
index b4ec46634..aff400c54 100644
--- a/ipa-server/ipa-gui/ipagui/templates/usershow.kid
+++ b/ipa-server/ipa-gui/ipagui/templates/usershow.kid
@@ -86,7 +86,7 @@ else:
<th>
<label class="fieldlabel" py:content="fields.nsAccountLock.label" />:
</th>
- <td>${user.get("nsAccountLock")}</td>
+ <td>${userhelper.account_status_display(user.get("nsAccountLock"))}</td>
</tr>
</table>