summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Young <ayoung@redhat.com>2010-07-09 09:06:17 -0400
committerAdam Young <ayoung@redhat.com>2010-07-09 09:06:17 -0400
commit505cac0f06dc98f8ca00bfb3552681e523204f91 (patch)
tree6c0e6b35cbd0fc93b6fa9d56afe9810dcc456c3b
parent4f2ec34143588189cc2803fa2645b8781f2611e9 (diff)
downloadfreeipa-505cac0f06dc98f8ca00bfb3552681e523204f91.tar.gz
freeipa-505cac0f06dc98f8ca00bfb3552681e523204f91.tar.xz
freeipa-505cac0f06dc98f8ca00bfb3552681e523204f91.zip
since user-find.inc -> users.inc needed to change references to it.
-rw-r--r--install/static/ipa.xhtml6
1 files changed, 3 insertions, 3 deletions
diff --git a/install/static/ipa.xhtml b/install/static/ipa.xhtml
index 085d025b0..1490f9392 100644
--- a/install/static/ipa.xhtml
+++ b/install/static/ipa.xhtml
@@ -27,7 +27,7 @@
}
if ( !bodycontent )
{
- bodycontent="user-find.inc";
+ bodycontent="users.inc";
}
$(document).ready(function(){
@@ -50,12 +50,12 @@
<table border="1">
<tr>
- <td><a href="ipa.xhtml?bodycontent=user-find.inc">Identity</a></td>
+ <td><a href="ipa.xhtml?bodycontent=users.inc">Identity</a></td>
<td><a href="ipa.xhtml?bodycontent=policy.inc">Policy</a></td>
<td><a href="ipa.xhtml?bodycontent=config.inc">Configuration</a></td>
</tr>
<tr>
- <td><a href="ipa.xhtml?bodycontent=user-find.inc" >Users</a></td>
+ <td><a href="ipa.xhtml?bodycontent=users.inc" >Users</a></td>
<td><a href="ipa.xhtml?bodycontent=groups.inc" >Groups</a></td>
<td><a href="ipa.xhtml?bodycontent=hosts.inc" >Hosts</a></td>
<td><a href="ipa.xhtml?bodycontent=hostgroups.inc" >Host Groups</a></td>