2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 03:00:54 +00:00

Refactor table buttons for printing (#4639)

- Make them to look like the other printing buttons
This commit is contained in:
Oliver
2023-04-20 22:12:33 +10:00
committed by GitHub
parent 68d1682000
commit c64ff9d569
2 changed files with 22 additions and 16 deletions

View File

@ -70,7 +70,7 @@
<span class='fas fa-print'></span> <span class='caret'></span>
</button>
<ul class='dropdown-menu'>
<li><a class='dropdown-item' href='#' id='print-label'><span class='fas fa-print'></span> {% trans "Print Label" %}</a>
<li><a class='dropdown-item' href='#' id='print-label'><span class='fas fa-tag'></span> {% trans "Print Label" %}</a>
</ul>
</div>
{% endif %}