Sort out selection options

This commit is contained in:
2024-10-19 18:58:55 +01:00
parent 964771d876
commit 0f5c4f948c
14 changed files with 681 additions and 37 deletions

View File

@@ -3,7 +3,7 @@
<p><span class=label>
%=l('${prefix}_${Label}')
</span><span class=data>
% my @${Name}_options = ${Value};
% my @${Name}_options = ${structure:OptionsInPerl};
% param '${Name}' => $$${prefix}_data->{${Name}} unless param '${Name}';
%= select_field '${Name}' => @${Name}_options, class => 'input'
<br></span> </p>