summaryrefslogtreecommitdiffstats
path: root/ipa-server/ipa-gui/ipagui/templates/usernew.kid
diff options
context:
space:
mode:
authorKevin McCarthy <kmccarth@redhat.com>2007-08-29 16:49:46 -0700
committerKevin McCarthy <kmccarth@redhat.com>2007-08-29 16:49:46 -0700
commit50450d6acb6f79f46aec531a8d8832a45e77ddee (patch)
tree7e5bfdff7eaf895ed27b7c61bb7c3506cdece055 /ipa-server/ipa-gui/ipagui/templates/usernew.kid
parente9bd8dee3b0350c08d16d57bfd008a72cb283c48 (diff)
downloadfreeipa-50450d6acb6f79f46aec531a8d8832a45e77ddee.tar.gz
freeipa-50450d6acb6f79f46aec531a8d8832a45e77ddee.tar.xz
freeipa-50450d6acb6f79f46aec531a8d8832a45e77ddee.zip
UI cleanup
Diffstat (limited to 'ipa-server/ipa-gui/ipagui/templates/usernew.kid')
-rw-r--r--ipa-server/ipa-gui/ipagui/templates/usernew.kid4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipa-server/ipa-gui/ipagui/templates/usernew.kid b/ipa-server/ipa-gui/ipagui/templates/usernew.kid
index 84b6029ae..37f5bb449 100644
--- a/ipa-server/ipa-gui/ipagui/templates/usernew.kid
+++ b/ipa-server/ipa-gui/ipagui/templates/usernew.kid
@@ -3,10 +3,10 @@
py:extends="'userlayout.kid'">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" py:replace="''"/>
- <title>Add a Person</title>
+ <title>Add Person</title>
</head>
<body>
- <h2>Add New User</h2>
+ <h2>Add Person</h2>
${form.display(action="usercreate")}
</body>