Merge pull request #2867 from HB9HIL/open_new_tab_on_print

[Labels] Open New Tab on Print
这个提交包含在:
Peter Goodhall 2023-12-20 22:35:56 +00:00 提交者 GitHub
当前提交 93aa9de72d
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23

查看文件

@ -1,4 +1,4 @@
<form method="post" class="col-md" action="<?php echo site_url('labels/print/'.$stationid) ?>"> <form method="post" class="col-md" action="<?php echo site_url('labels/print/'.$stationid) ?>" target="_blank">
<div class="mb-3 row"> <div class="mb-3 row">
<label class="my-1 me-2 col-md-4" for="grid">Include Grid?</label> <label class="my-1 me-2 col-md-4" for="grid">Include Grid?</label>
<div class="form-check-inline"> <div class="form-check-inline">