mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 09:09:04 +01:00
remove label from readonly radiobutton, as we show label of checked option as value
This commit is contained in:
parent
96af6b8dba
commit
4ac94b2c01
@ -200,6 +200,10 @@ var et2_radiobox_ro = et2_valueWidget.extend([et2_IDetachedDOM],
|
||||
}
|
||||
},
|
||||
|
||||
set_label: function(_label) {
|
||||
// no label for ro radio, we show label of checked option as content
|
||||
},
|
||||
|
||||
/**
|
||||
* Code for implementing et2_IDetachedDOM
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user