Skip to content

Ex 16-18 completed #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 18 commits into from
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes for c# side of DEVDOCS-1228
  • Loading branch information
AaronWDS committed Jul 27, 2019
commit 64e8e18df8cd408d8cc91fdd0a7d62978beb5fdd
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<div class="form-group">
<label for="ccEmail">CC Email</label>
<input type="email" class="form-control" id="ccEmail" name="ccEmail"
aria-describedby="emailHelp" placeholder="pat@example.com" required
aria-describedby="emailHelp" placeholder="pat@example.com" required />
<small id="emailHelp" class="form-text text-muted">The email and/or name for the cc recipient must be different from the signer.</small>
</div>
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="form-group">
<label for="ccEmail">CC Email</label>
<input type="email" class="form-control" id="ccEmail" name="ccEmail"
aria-describedby="emailHelp" placeholder="pat@example.com" required
aria-describedby="emailHelp" placeholder="pat@example.com" required />
<small id="emailHelp" class="form-text text-muted">The email and/or name for the cc recipient must be different from the signer.</small>
</div>
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<div class="form-group">
<label for="ccEmail">CC Email</label>
<input type="email" class="form-control" id="ccEmail" name="ccEmail"
aria-describedby="emailHelp" placeholder="pat@example.com" required
aria-describedby="emailHelp" placeholder="pat@example.com" required />
<small id="emailHelp" class="form-text text-muted">The email and/or name for the cc recipient must be different from the signer.</small>
</div>
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="form-group">
<label for="ccEmail">CC Email</label>
<input type="email" class="form-control" id="ccEmail" name="ccEmail"
aria-describedby="emailHelp" placeholder="pat@example.com" required
aria-describedby="emailHelp" placeholder="pat@example.com" required />
<small id="emailHelp" class="form-text text-muted">The email and/or name for the cc recipient must be different from the signer.</small>
</div>
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<div class="form-group">
<label for="ccEmail">CC Email</label>
<input type="email" class="form-control" id="ccEmail" name="ccEmail"
aria-describedby="emailHelp" placeholder="pat@example.com" required
aria-describedby="emailHelp" placeholder="pat@example.com" required />
<small id="emailHelp" class="form-text text-muted">The email for the cc recipient must be different from the signer's email.</small>
</div>
<div class="form-group">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<label for="signerEmail">Signer Email</label>
<input type="email" class="form-control" id="signerEmail" name="signerEmail"
aria-describedby="emailHelp" placeholder="pat@example.com" required
value="@ViewBag.Locals.DsConfig.SignerEmail">
value="@ViewBag.Locals.DsConfig.SignerEmail" />
<small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
</div>
<div class="form-group">
Expand Down