mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-02-02 13:14:16 +01:00
Add images for page 700
This commit is contained in:
parent
f4f1d216d5
commit
e29ac77277
BIN
docs/errata/images/Page700a.png
Normal file
BIN
docs/errata/images/Page700a.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 110 KiB |
BIN
docs/errata/images/Page700b.png
Normal file
BIN
docs/errata/images/Page700b.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 76 KiB |
BIN
docs/errata/images/Page700c.png
Normal file
BIN
docs/errata/images/Page700c.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 67 KiB |
BIN
docs/errata/images/Page700d.png
Normal file
BIN
docs/errata/images/Page700d.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
docs/errata/images/Page700e.png
Normal file
BIN
docs/errata/images/Page700e.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 75 KiB |
BIN
docs/errata/images/Page700f.png
Normal file
BIN
docs/errata/images/Page700f.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 73 KiB |
|
|
@ -1193,37 +1193,37 @@ public async Task<IActionResult> DeleteCustomerPost(string customerId)
|
|||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="contactName">Contact Name</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.ContactName,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="address">Address</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.Address,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="city">City</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.City,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="region">Region</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.Region,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="country">Country</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.Country,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="postalCode">Postal Code</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.PostalCode,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
<label class="form-label" for="phone">Phone</label>
|
||||
@Html.EditorFor(model => model.CompanyName,
|
||||
@Html.EditorFor(model => model.Phone,
|
||||
new { htmlAttributes = new { @class = "form-control" } })
|
||||
</div>
|
||||
<div class="mb-3">
|
||||
|
|
|
|||
Loading…
Reference in a new issue