mirror of
https://github.com/e107inc/e107.git
synced 2025-04-20 20:51:53 +02:00
Admin UI 'radio' type accepts 'newline' parameter in '__options' (writeParms)
This commit is contained in:
parent
2e15237ab1
commit
a875c5f3b5
@ -2456,7 +2456,7 @@ class e_form
|
||||
$eloptions = vartrue($parms['__options'], array());
|
||||
if(is_string($eloptions)) parse_str($eloptions, $eloptions);
|
||||
unset($parms['__options']);
|
||||
$ret = vartrue($eloptions['pre']).$this->radio_multi($key, $parms, $value, false).vartrue($eloptions['post']);
|
||||
$ret = vartrue($eloptions['pre']).$this->radio_multi($key, $parms, $value, varset($eloptions['newline']), false).vartrue($eloptions['post']);
|
||||
break;
|
||||
|
||||
case 'userclass':
|
||||
|
Loading…
x
Reference in New Issue
Block a user