Changeset a3ce071 for PostgreSqlDotnetCore/Views/PetCares/Create.cshtml
- Timestamp:
- 08/31/24 02:28:00 (3 months ago)
- Branches:
- main
- Parents:
- 99d0ecc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
PostgreSqlDotnetCore/Views/PetCares/Create.cshtml
r99d0ecc ra3ce071 30 30 </div> 31 31 </div> 32 <div class="form-group"> 33 @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" }) 34 <div class="col-md-10"> 35 @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } }) 36 @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" }) 37 </div> 38 </div> 32 39 <div class="form-group"> 33 40 @Html.LabelFor(model => model.dateending, htmlAttributes: new { @class = "control-label col-md-2" }) … … 37 44 </div> 38 45 </div> 39 <div class="form-group"> 40 @Html.LabelFor(model => model.start_date, htmlAttributes: new { @class = "control-label col-md-2" }) 41 <div class="col-md-10"> 42 @Html.EditorFor(model => model.start_date, new { htmlAttributes = new { @class = "form-control" } }) 43 @Html.ValidationMessageFor(model => model.start_date, "", new { @class = "text-danger" }) 44 </div> 45 </div> 46 46 47 47 48
Note:
See TracChangeset
for help on using the changeset viewer.