Skip to content

Commit

Permalink
Multi-field asterisk now present (I believe)
Browse files Browse the repository at this point in the history
  • Loading branch information
droberts-ctrlo committed Oct 13, 2023
1 parent 75c0492 commit ff8af73
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions views/fields/multi_field.tt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,13 @@
%]

<div class="[% column_class %]">
[% IF is_required %]
<fieldset class="fieldset fieldset--required">
[% ELSE %]
<fieldset class="fieldset">
[% INCLUDE fields/sub/label_fieldset.tt; %]

[% END %]
[% INCLUDE fields/sub/label_fieldset.tt %]

<div class="multiple-select">
<div class="multiple-select__list">
[%
Expand All @@ -44,7 +48,7 @@
IF show_buttons;
INCLUDE fields/hidden.tt name="" value=1;
END;

IF col.type == "daterange";
INCLUDE fields/daterange.tt
label = ""
Expand Down Expand Up @@ -123,7 +127,7 @@
END;
%]
</div>

<button
type="button"
class="btn btn-add-link"
Expand Down

0 comments on commit ff8af73

Please sign in to comment.