Skip to content

Commit

Permalink
UI: solve issue regarding 'disabled' datetime...
Browse files Browse the repository at this point in the history
.. Remove unused JavaScript and import.
  • Loading branch information
lukastocker committed Sep 29, 2023
1 parent b8d9229 commit 9326435
Show file tree
Hide file tree
Showing 8 changed files with 480 additions and 560 deletions.
5 changes: 2 additions & 3 deletions Modules/Test/test/ScoreSettingsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -298,9 +298,8 @@ public function testScoreSettingsSectionSummary(): void
<div class="form-group row">
<label for="id_3" class="control-label col-sm-4 col-md-3 col-lg-2">tst_reporting_date<span class="asterisk">*</span></label>
<div class="col-sm-8 col-md-9 col-lg-10">
<div class="input-group date il-input-datetime" id="id_3">
<input type="text" name="" placeholder="YYYY-MM-DD H:mm" class="form-control form-control-sm" />
<span class="input-group-addon"><a tabindex="0" class="glyph" href="#" aria-label="calendar"><span class="glyphicon glyphicon-calendar" aria-hidden="true"></span></a></span>
<div class="input-group date il-input-datetime" id="">
<input type="date" name="" placeholder="YYYY-MM-DD H:mm" class="form-control form-control-sm" />
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 9326435

Please sign in to comment.