mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-13 17:00:45 +01:00
Add tooltip for sidemenu toggle button
This commit is contained in:
parent
739bfb482b
commit
ff1ac017ce
@ -1365,7 +1365,7 @@ function egw_fw_ui_toggleSidebar (_contentDiv, _toggleCallback, _callbackContext
|
|||||||
var self = this;
|
var self = this;
|
||||||
this.toggleCallback = _toggleCallback;
|
this.toggleCallback = _toggleCallback;
|
||||||
this.toggleDiv = jQuery(document.createElement('div'))
|
this.toggleDiv = jQuery(document.createElement('div'))
|
||||||
.attr({id:"egw_fw_toggler"})
|
.attr({id:"egw_fw_toggler", title:egw.lang("show/hide")})
|
||||||
.addClass('noPrint')
|
.addClass('noPrint')
|
||||||
.click(function(){
|
.click(function(){
|
||||||
self.onToggle(_callbackContext);
|
self.onToggle(_callbackContext);
|
||||||
|
Loading…
Reference in New Issue
Block a user