sklad: open label printing in a new window/tab
This commit is contained in:
parent
1713bd1f06
commit
2bd4f5921c
|
@ -27,7 +27,7 @@
|
||||||
<small>« <a href="container?id={{ . }}">{{ . }}</a></small>
|
<small>« <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 }}&remove">
|
<form method=post action="container?id={{ .Container.Id }}&remove">
|
||||||
|
@ -99,7 +99,7 @@
|
||||||
<small>« <a href="container?id={{ . }}">{{ . }}</a></small>
|
<small>« <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 }}&remove">
|
<form method=post action="container?id={{ .Id }}&remove">
|
||||||
|
|
Loading…
Reference in New Issue