Additions and fixes and server link fix

This commit is contained in:
piratefinn 2017-07-18 11:35:43 +01:00
parent e8dcd22ead
commit 51097bc09f
5 changed files with 502 additions and 77 deletions

View file

@ -209,7 +209,7 @@
<div class="col-md-9">
<div class="input-group">
<span class="input-group-addon"><i class="fa fa-gbp"></i></span>
<input type="number" min="0.00" step="0.01" class="form-control" formControlName="grosswage" placeholder="0.00">
<input type="number" min="0.00" step="0.01" class="form-control" formControlName="employeegrosswage" placeholder="0.00">
</div>
<span class="help-block">This is a help text</span>
</div>