mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
profile: form is now my settings page, removed (Page, profile-settings)
This commit is contained in:
@@ -22,7 +22,7 @@ erpnext.toolbar.setup = function() {
|
||||
erpnext.toolbar.add_modules();
|
||||
|
||||
// profile
|
||||
$('#toolbar-user').append('<li><a href="#!profile-settings">My Settings...</a></li>');
|
||||
$('#toolbar-user').append('<li><a href="#Form/Profile/'+user+'">My Settings...</a></li>');
|
||||
|
||||
$('.navbar .pull-right').append('\
|
||||
<li><a href="#!messages" title="Unread Messages"><span class="navbar-new-comments"></span></a></li>');
|
||||
|
||||
Reference in New Issue
Block a user