print pdf btn ui change

This commit is contained in:
Yan
2018-04-19 15:41:22 +06:30
parent 46f572e2ae
commit f8a247c61a

View File

@@ -432,16 +432,12 @@
<iframe id="receipt_pdf" src="" class="pdf-iframe" scrolling="no"></iframe>
</div>
</div>
<div class="modal-footer ">
<div class="row m-b-10 m-r-30">
<div class="col-md-5 m-r-15">
<button type="button" class="btn btn-link bg-red waves-effect print_receipt">Print</button>
</div>
<div class="col-md-5 m-r-13">
<button type="button" class="btn btn-link bg-blue waves-effect btn_pdf_close" data-dismiss="modal">CLOSE</button>
</div>
</div>
<div class="modal-footer">
<button type="button" class="mr-2 btn btn-link bg-red waves-effect print_receipt"> Print
</button>
<button type="button" class="btn btn-link bg-blue waves-effect btn_pdf_close" data-dismiss="modal">
CLOSE
</button>
</div>
</div>
</div>