Files
mapo-core/MP-TAB-SERV/Components/PrintMag.razor
T
2023-10-04 08:55:11 +02:00

13 lines
422 B
Plaintext

<div class="row textCondens mb-1">
<div class="col-6 text-end">
<b>Gestione stampa etichette <i class="fa fa-long-arrow-right" aria-hidden="true"></i></b>
<br />
Gestione etichette per l'ODL con modulo MAG
</div>
<div class="col-6">
<a runat="server" href="@navUrl" target="_blank" class="btn btn-success btn-lg w-100">MAG <i class="fa fa-print"></i></a>
</div>
</div>