help texts edited, customer dashboard finished and feedback form added

This commit is contained in:
piratefinn 2017-09-01 14:36:31 +01:00
parent 24037e0454
commit 506e3b36da
7 changed files with 272 additions and 47 deletions

View file

@ -12,7 +12,7 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Confirm Current Password</strong></label>
<div class="col-md-9">
<input type="password" class="form-control" formControlName="password">
<span class="help-block">This is a help text</span>
<span class="help-block">Required for security purposes.</span>
</div>
</div>
</div>
@ -21,7 +21,7 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Email</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="email">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this to alter your current account email.</span>
</div>
</div>
</div>
@ -30,7 +30,7 @@
<label class="col-md-3 form-control-label" for="text-input">Enter New Password</label>
<div class="col-md-9">
<input type="password" class="form-control" formControlName="new_password">
<span class="help-block">This is a help text</span>
<span class="help-block">Enter a new password here if you wish to alter your current one.</span>
</div>
</div>
</div>
@ -39,16 +39,16 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Postcode</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="postcode">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this if your location of residence has changed.</span>
</div>
</div>
</div>
<div class="card-block">
<div class="form-group row">
<label class="col-md-3 form-control-label" for="file-input">Profile Picture</label>
<div class="col-md-9">
<input type="file" #fileInput formControlName="profile_picture">
</div>
<div class="form-group row">
<label class="col-md-3 form-control-label" for="file-input">Profile Picture</label>
<div class="col-md-9">
<input type="file" #fileInput formControlName="profile_picture">
</div>
</div>
</div>
</form>
@ -60,7 +60,7 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Business Name</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="name">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this if your business name has changed.</span>
</div>
</div>
</div>
@ -69,16 +69,16 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Street Name</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="street_name">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this if your located street has changed.</span>
</div>
</div>
</div>
<div class="card-block">
<div class="form-group row">
<label class="col-md-3 form-control-label" for="text-input"><strong>Location</strong></label>
<label class="col-md-3 form-control-label" for="text-input"><strong>City/Town Location</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="town">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this if the city or town your business is located at has changed.</span>
</div>
</div>
</div>
@ -107,7 +107,7 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Full Name</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="full_name">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this if your full name has changed.</span>
</div>
</div>
</div>
@ -116,7 +116,7 @@
<label class="col-md-3 form-control-label" for="text-input"><strong>Display Name</strong></label>
<div class="col-md-9">
<input type="text" class="form-control" formControlName="display_name">
<span class="help-block">This is a help text</span>
<span class="help-block">Change this if wish to alter your user display name.</span>
</div>
</div>
</div>