Add tooltip for sidemenu toggle button

This commit is contained in:
Hadi Nategh 2021-03-17 15:29:40 +01:00
parent 29cd28b538
commit e01059f3b6

View File

@ -1332,7 +1332,7 @@ function egw_fw_ui_toggleSidebar (_contentDiv, _toggleCallback, _callbackContext
var self = this;
this.toggleCallback = _toggleCallback;
this.toggleDiv = jQuery(document.createElement('div'))
.attr({id:"egw_fw_toggler"})
.attr({id:"egw_fw_toggler", title:egw.lang("show/hide")})
.addClass('noPrint')
.click(function(){
self.onToggle(_callbackContext);