From eadedb567dfa818f4c48fade47d4fc6087f8399f Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 6 Feb 2013 13:15:13 +0530 Subject: [PATCH 1/2] added bookmarks --- public/js/toolbar.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/js/toolbar.js b/public/js/toolbar.js index 44d8c34a68..fd7109ad89 100644 --- a/public/js/toolbar.js +++ b/public/js/toolbar.js @@ -51,7 +51,8 @@ erpnext.toolbar.setup = function() { erpnext.toolbar.add_modules = function() { $('').prependTo('.navbar .nav:first'); From 0c2c521d387b7251b6e1fea25299b3d0c086f1cc Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Wed, 6 Feb 2013 14:20:07 +0530 Subject: [PATCH 2/2] cleanp: bookmarks --- home/page/latest_updates/latest_updates.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/page/latest_updates/latest_updates.js b/home/page/latest_updates/latest_updates.js index db64849e72..7e28824229 100644 --- a/home/page/latest_updates/latest_updates.js +++ b/home/page/latest_updates/latest_updates.js @@ -1,4 +1,10 @@ erpnext.updates = [ + ["6th February, 2013", [ + "Bookmarks: Add bookmarks via toolbar by clicking on the sign.", + ]], + ["5th February, 2013", [ + "Holiday Block List: Block users from taking leave on certain days.", + ]], ["2nd February, 2013", [ "Warehouse: Added table Warehouse User to restrict Warehouse Entry per user.", ]],