add button print
This commit is contained in:
parent
9d379b3fbd
commit
9552a14de5
@ -17,7 +17,7 @@
|
||||
|
||||
<body topmargin="0" leftmargin="0" {if !$nuxprint} onload="printpage()" {/if}>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="col-md-6">
|
||||
<table width="200">
|
||||
<tr>
|
||||
<td>
|
||||
@ -48,6 +48,15 @@
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{if $nuxprint}
|
||||
<a href="{$nuxprint}" class="btn btn-success text-black btn-sm" name="nux" value="print">
|
||||
<i class="glyphicon glyphicon-print"></i>
|
||||
Nux Print
|
||||
<i class="glyphicon glyphicon-phone"></i>
|
||||
</a>
|
||||
<br>
|
||||
<iframe src="{$nuxprint}" style="height: 2px;"><iframe>
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -57,7 +66,7 @@
|
||||
{$xfooter}
|
||||
{/if}
|
||||
|
||||
{if $nuxprint} <iframe src="{$nuxprint}" style="display: none;" ><iframe> {/if}
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user