Skip to content
Snippets Groups Projects
Commit d16f7955 authored by Carsten  Rose's avatar Carsten Rose
Browse files

second.html: Mockup fuer 'confirmation email/password/...'

parent 45987768
No related branches found
No related tags found
No related merge requests found
......@@ -146,6 +146,26 @@
<p class="help-block">Example block-level help text here.</p>
</div>
<div class="form-group">
<label for="personEmail2">Email2</label>
<input type="email" class="form-control" id="personEmail2" name="personEmail2" placeholder="Email"
title="Tooltip"
data-toggle="tooltip" data-placement="right" data-compare-element="personEmail2RETYPE">
<p class="help-block">Email of the person.</p>
</div>
<div class="form-group">
<label for="personEmail2RETYPE">please retype</label>
<input type="email" class="form-control" id="personEmail2RETYPE" name="personEmail2RETYPE"
placeholder="Email" title="Tooltip"
data-toggle="tooltip" data-placement="right">
<p class="help-block"></p>
</div>
</form>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment