sklad: use textarea placeholder also for editing
This commit is contained in:
parent
0b32fa576f
commit
f8bb344aab
|
@ -36,9 +36,9 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<form method=post action="container?id={{ .Container.Id }}">
|
<form method=post action="container?id={{ .Container.Id }}">
|
||||||
<textarea name=description rows="{{ max 5 (lines .Container.Description) }}">
|
<textarea name=description rows="{{ max 5 (lines .Container.Description) }}"
|
||||||
{{ .Container.Description }}
|
placeholder="Popis obalu nebo jeho obsahu">
|
||||||
</textarea>
|
{{ .Container.Description }}</textarea>
|
||||||
<footer>
|
<footer>
|
||||||
<div>
|
<div>
|
||||||
<label for=series>Řada:</label>
|
<label for=series>Řada:</label>
|
||||||
|
|
Loading…
Reference in New Issue