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