mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-27 00:09:13 +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
|
||||
|
||||
//error_log(__METHOD__."() $this: total=$value[total]");
|
||||
|
Loading…
Reference in New Issue
Block a user