mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
profile: added email signature to outgoing mail and 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">Profile Settings</a></li>');
|
||||
$('#toolbar-user').append('<li><a href="#!profile-settings">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