This website works better with JavaScript.
Home
Explore
Register
Sign In
Fincer
/
java-bookstore
mirror of
https://github.com/Fincer/java-bookstore
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
4
Wiki
Activity
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
967396b23d
commit
b4992c71c4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
>
Write
Preview
Loading…
Cancel
Save