sklad: open label printing in a new window/tab

This commit is contained in:
Přemysl Eric Janouch 2019-04-15 23:31:13 +02:00
parent 1713bd1f06
commit 2bd4f5921c
Signed by: p
GPG Key ID: A0420B94F92B9493
1 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<small>&laquo; <a href="container?id={{ . }}">{{ . }}</a></small> <small>&laquo; <a href="container?id={{ . }}">{{ . }}</a></small>
{{ end }} {{ end }}
</h2> </h2>
<form method=post action="label?id={{ .Container.Id }}"> <form method=post action="label?id={{ .Container.Id }}" target=_blank>
<input type=submit value="Vytisknout štítek"> <input type=submit value="Vytisknout štítek">
</form> </form>
<form method=post action="container?id={{ .Container.Id }}&amp;remove"> <form method=post action="container?id={{ .Container.Id }}&amp;remove">
@ -99,7 +99,7 @@
<small>&laquo; <a href="container?id={{ . }}">{{ . }}</a></small> <small>&laquo; <a href="container?id={{ . }}">{{ . }}</a></small>
{{ end }} {{ end }}
</h3> </h3>
<form method=post action="label?id={{ .Id }}"> <form method=post action="label?id={{ .Id }}" target=_blank>
<input type=submit value="Vytisknout štítek"> <input type=submit value="Vytisknout štítek">
</form> </form>
<form method=post action="container?id={{ .Id }}&amp;remove"> <form method=post action="container?id={{ .Id }}&amp;remove">