mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-15 02:42:30 +02:00
implement et2_label_empty class for all set_label methods and remove no longer necessary label.et2_label > input[type="checkbox"], as it is covered by the standard case
This commit is contained in:
@ -2873,8 +2873,10 @@ var et2_nextmatch_header = (function(){ "use strict"; return et2_baseWidget.exte
|
||||
this.label = _value;
|
||||
|
||||
this.labelNode.text(_value);
|
||||
|
||||
// add class if label is empty
|
||||
this.labelNode.toggleClass('et2_label_empty', !_value);
|
||||
}
|
||||
|
||||
});}).call(this);
|
||||
et2_register_widget(et2_nextmatch_header, ['nextmatch-header']);
|
||||
|
||||
|
Reference in New Issue
Block a user