Browse Source

Set proper price placeholder value into Add web form

Signed-off-by: Pekka Helenius <fincer89@hotmail.com>
v0.0.1-alpha
Pekka Helenius 4 years ago
parent
commit
b4992c71c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      bookstore/src/main/resources/templates/bookadd.html

+ 1
- 1
bookstore/src/main/resources/templates/bookadd.html View File

@ -66,7 +66,7 @@
<div class="input-group-prepend">
<div class="input-group-text" th:text="#{page.symbols.currency}"></div>
</div>
<input class="form-control" type="text" th:field="*{price}" placeholder="Book price"/>
<input class="form-control" type="text" th:field="*{price}" placeholder="0.00"/>
</div>
<small class="form-text text-muted" th:text="#{book.desc.set.price}"></small>


Loading…
Cancel
Save