Change names tags for labels in the labels sections
This commit is contained in:
parent
a36fb0b0fc
commit
f8e1776ca8
|
@ -242,7 +242,7 @@
|
|||
{% endfor %}
|
||||
<a href="javascript:$('#print_tags').submit()" class="dropdown-item">
|
||||
<i class="bi bi-x"></i>
|
||||
Print tags
|
||||
Print labels
|
||||
</a>
|
||||
</form>
|
||||
</li>
|
||||
|
|
|
@ -2,11 +2,11 @@
|
|||
{% block main %}
|
||||
|
||||
<div class="pagetitle">
|
||||
<h1>Print tags</h1>
|
||||
<h1>Print Labels</h1>
|
||||
<nav>
|
||||
<ol class="breadcrumb">
|
||||
<li class="breadcrumb-item"><a href="{{ url_for('inventory.taglist')}}">Tag management</a></li>
|
||||
<li class="breadcrumb-item active">Print Tags</li>
|
||||
<li class="breadcrumb-item active">Print Labels</li>
|
||||
</ol>
|
||||
</nav>
|
||||
</div><!-- End Page Title -->
|
||||
|
@ -18,7 +18,7 @@
|
|||
<div class="card">
|
||||
<div class="card-body">
|
||||
<div class="pt-4 pb-2">
|
||||
<h5 class="card-title text-center pb-0 fs-4">Print Tags</h5>
|
||||
<h5 class="card-title text-center pb-0 fs-4">Print Labels</h5>
|
||||
<p class="text-center small">{{ title }}</p>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h5 class="card-title">Print details</h5>
|
||||
<h5 class="card-title">Print Label</h5>
|
||||
<div class="row">
|
||||
<div class="col-lg-3 col-md-4">
|
||||
<div style="width:256px; height:148px; border: solid 1px; padding: 10px;">
|
||||
|
|
Reference in New Issue