CC-4811: Move the edit user form to its own page

-done
This commit is contained in:
denise 2013-01-08 15:09:35 -05:00
parent 3c6925da2a
commit 3de33bc3e3
4 changed files with 23 additions and 43 deletions

View file

@ -24,7 +24,7 @@
<div class="personal-block solo">
<ul>
<li>
<a id="current-user" href="#"><span class="name"><?php echo $this->loggedInAs()?></span></a> | <a href=<?php echo $baseUrl . "/Login/logout"?>><?php echo _("Logout")?></a>
<a id="current-user" href=<?php echo $baseUrl . "/User/edit-user"?>><span class="name"><?php echo $this->loggedInAs()?></span></a> | <a href=<?php echo $baseUrl . "/Login/logout"?>><?php echo _("Logout")?></a>
</li>
</ul>
</div>