mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
fixed typo giving fatal error with template infolog.edit
This commit is contained in:
parent
e3bea68512
commit
7b89481b76
@ -16,7 +16,7 @@
|
|||||||
*
|
*
|
||||||
* Multiple checkbox widgets can have the same name ending in [], in which case an array with the set_val's of the checked boxes get returned.
|
* Multiple checkbox widgets can have the same name ending in [], in which case an array with the set_val's of the checked boxes get returned.
|
||||||
*/
|
*/
|
||||||
class etemplate_widget_button extends etemplate_widget
|
class etemplate_widget_checkbox extends etemplate_widget
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
* (Array of) comma-separated list of legacy options to automatically replace when parsing with set_attrs
|
* (Array of) comma-separated list of legacy options to automatically replace when parsing with set_attrs
|
||||||
|
Loading…
Reference in New Issue
Block a user