- Better error message in method saveCustomFilter of Filters controller

- NavigationWidget.css: added margin-right to icons in the header menu
- FilterWidget.js: function sideMenuHook now calls the renamed refreshSideMenuHook function
- NavigationWidget.js:
	- Added comments
	- Renamed function _printNavItem to _buildLeftMenuStructure
	- Added funtion _buildHeaderMenuStructure to build the header menu
	- Added function refreshSideMenuHook to call a controller that will refresh the left menu array and GUI
- infocenterPersonDataset.js:
	- Renamed function refreshSideMenu to refreshSideMenuHook
	- Now this function calls the NavigationWidget -> refreshSideMenuHook function
This commit is contained in:
Paolo
2018-06-26 10:45:20 +02:00
parent b65521199d
commit 70d865a703
5 changed files with 103 additions and 73 deletions
+1 -1
View File
@@ -48,7 +48,7 @@
float: left;
height: 50px;
padding-top: 15px;
padding-right: 12px;
padding-left: 7px;
font-size: 16px;
margin-right: 3px;
}