Various changes not checked in previously because source forge was down.
This commit is contained in:
parent
a06ad50cac
commit
8966e401c3
8 changed files with 298 additions and 46 deletions
|
|
@ -1302,7 +1302,7 @@ sub radioList {
|
|||
my ($name, $options, $label, $value, $vertical, $extras, $subtext, $uiLevel) =
|
||||
rearrange([qw(name options label value vertical extras subtext uiLevel)], @p);
|
||||
if (_uiLevelChecksOut($uiLevel)) {
|
||||
$output = WebGUI::Form::checkList({
|
||||
$output = WebGUI::Form::radioList({
|
||||
"name"=>$name,
|
||||
"options"=>$options,
|
||||
"value"=>$value,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue