mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-30 12:08:26 +00:00
[cleanup] Fixed title bars, toolbars in all pages, added default background
This commit is contained in:
@@ -10,9 +10,9 @@ wn.pages['Setup'].onload = function(wrapper) {
|
||||
});
|
||||
|
||||
wrapper.appframe.add_module_icon("Setup");
|
||||
wrapper.appframe.add_button(wn._("Refresh"), function() {
|
||||
wrapper.appframe.set_title_right(wn._("Refresh"), function() {
|
||||
wn.pages.Setup.make(wrapper);
|
||||
}, "icon-refresh");
|
||||
});
|
||||
|
||||
wn.pages.Setup.make(wrapper);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user