Skip to content

Commit

Permalink
Issue #2251: Rewriting dynamic field date time for multivalue purpose.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanhaerter committed Apr 19, 2023
1 parent 97d6791 commit 10a3c5f
Show file tree
Hide file tree
Showing 3 changed files with 288 additions and 107 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
# --

<div class="DynamicFieldDateTime">
[% Data.DateSelectionHTML %]
[% IF Data.Mandatory %]
<div id="[% Data.DivIDMandatory %]" class="TooltipErrorMessage">
Expand All @@ -29,3 +30,4 @@
</p>
</div>
[% END %]
</div>
Loading

0 comments on commit 10a3c5f

Please sign in to comment.