Changeset 595d2e5 for KernelRecordsMVC.Web/Views/Admin/CreateRelease.cshtml
- Timestamp:
- 09/02/26 05:22:09 (4 weeks ago)
- Branches:
- main
- Children:
- 1dcdb2c
- Parents:
- d89d25b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
KernelRecordsMVC.Web/Views/Admin/CreateRelease.cshtml
rd89d25b r595d2e5 43 43 44 44 45 <div asp-validation-summary=" ModelOnly"45 <div asp-validation-summary="All" 46 46 class="admin-validation"> 47 47 </div> 48 49 48 50 49 <!-- ================================================= … … 489 488 <input asp-for="Tracks[i].SongDuration" 490 489 data-field="SongDuration" 491 placeholder="03:42" /> 490 placeholder="03:42" 491 inputmode="numeric" 492 maxlength="5" /> 492 493 493 494 <span asp-validation-for="Tracks[i].SongDuration" … … 645 646 <input type="text" 646 647 data-field="SongDuration" 647 placeholder="03:42" /> 648 placeholder="03:42" 649 inputmode="numeric" 650 maxlength="5" 651 pattern="\d{1,2}:[0-5]\d" 652 title="Enter a duration like 03:42" /> 648 653 649 654 </div>
Note:
See TracChangeset
for help on using the changeset viewer.
