mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-10 07:21:04 +01:00
Put select options in sel_options
This commit is contained in:
parent
5bfd90e207
commit
775d08a89b
@ -123,6 +123,16 @@ class etemplate_widget_nextmatch extends etemplate_widget
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
foreach($value as $name => $_value)
|
||||||
|
{
|
||||||
|
if(strpos($name, 'options-') !== false)
|
||||||
|
{
|
||||||
|
$select = substr($name, 8);
|
||||||
|
self::$request->sel_options[$select] = $_value;
|
||||||
|
unset($value[$name]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// todo: no need to store rows in request, it's enought to send them to client
|
// todo: no need to store rows in request, it's enought to send them to client
|
||||||
|
|
||||||
//error_log(__METHOD__."() $this: total=$value[total]");
|
//error_log(__METHOD__."() $this: total=$value[total]");
|
||||||
|
Loading…
Reference in New Issue
Block a user