mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
Make checkbox with label unique enough to style it different than normal label
This commit is contained in:
parent
27c204cc7a
commit
5e25f344d6
@ -130,6 +130,7 @@ var et2_checkbox = et2_inputWidget.extend(
|
||||
label = '%s'+label;
|
||||
}
|
||||
this._super.apply(this, [label]);
|
||||
jQuery(this.getSurroundings()._widgetSurroundings).addClass('et2_checkbox_label');
|
||||
},
|
||||
/**
|
||||
* Override default to match against set/unset value
|
||||
|
Loading…
Reference in New Issue
Block a user