713 |
my ($authorised_value, $all) = split /:/, $authorised_value_all; |
713 |
my ($authorised_value, $param_options) = split /:/, $authorised_value_all; |
832 |
push @tmpl_parameters, {'entry' => $text, 'input' => $input, 'labelid' => $labelid, 'name' => $text.$sep.$authorised_value_all, 'include_all' => $all }; |
839 |
push @tmpl_parameters, {'entry' => $text, 'input' => $input, 'labelid' => $labelid, 'name' => $text.$sep.$authorised_value_all, 'include_all' => $all, 'select_multiple' => $multiple}; |