diff options
author | Adam Young <ayoung@redhat.com> | 2010-09-24 10:47:40 -0400 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2010-09-24 20:51:09 -0400 |
commit | 65b455edf97742a922e51a5d81001ce106ec0043 (patch) | |
tree | a43801c7a90fc367947a7f7cd9f28a6326697e02 /install/static/index.xhtml | |
parent | 346615d4a0029fb3f59344a98963b7fea8356b8c (diff) | |
download | freeipa.git-65b455edf97742a922e51a5d81001ce106ec0043.tar.gz freeipa.git-65b455edf97742a922e51a5d81001ce106ec0043.tar.xz freeipa.git-65b455edf97742a922e51a5d81001ce106ec0043.zip |
Whoami link
The 'logged in as' message in the header into an active hypoerlink that loads the details page for the current user.
Also fixed a bug where, when reloading, the search page would fail due to scl being undefined.
Fixed a typo
replaced {'user-facet':'details', 'pkey':whoami_pkey},2);
with {'user-facet':'details', 'user-pkey':whoami_pkey},2);
Diffstat (limited to 'install/static/index.xhtml')
-rw-r--r-- | install/static/index.xhtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/static/index.xhtml b/install/static/index.xhtml index 3fcb5f62..062a4a7f 100644 --- a/install/static/index.xhtml +++ b/install/static/index.xhtml @@ -40,7 +40,7 @@ <img src="ipalogo.png" /> </span> <span id="loggedinas" class="header-loggedinas"> - <a>Logged in as <strong>hardcoded@FREEIP.ORG</strong></a> + <a href="#">Logged in as <strong>hardcoded@FREEIP.ORG</strong></a> </span> </div> |