Skip to content

Commit

Permalink
Issue #2251: Rewriting dynamic field checkbox for multivalue purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Apr 21, 2023
1 parent 24cb0a6 commit 326a0d4
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 99 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<div class="clear"></div>
<input type="radio" id="[% Data.FieldNameUsed1 %]" name="[% Data.FieldNameUsed %]" value="1" [% Data.FieldUsedChecked1 %] />
[% ELSE %]
<input type="hidden" id="[% Data.FieldNameUsed %]" name="[% Data.FieldNameUsed %]" value="1" />
<input type="hidden" id="[% Data.FieldIDUsed %]" name="[% Data.FieldNameUsed %]" value="1" />
[% END %]
<input type="checkbox" class="[% Data.FieldClass %]" id="[% Data.FieldName %]" name="[% Data.FieldName %]" title="[% Data.FieldLabelEscaped %]" [% Data.FieldChecked %] value="1" />
<input type="checkbox" class="[% Data.FieldClass %]" id="[% Data.FieldID %]" name="[% Data.FieldName %]" title="[% Data.FieldLabelEscaped %]" [% Data.FieldChecked %] value="1" />
[% IF Data.Mandatory %]
<div id="[% Data.DivIDMandatory %]" class="TooltipErrorMessage">
<p>
Expand Down
Loading

0 comments on commit 326a0d4

Please sign in to comment.