From: Steve Sutton Date: Thu, 28 Dec 2017 17:25:29 +0000 (-0500) Subject: Adding print button for the invoices. X-Git-Tag: v1.0.0^2~182 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=79e01812158e9c60b26d872bedcc8add7430b330;p=WP-Plugins%2Fglm-member-db-billing.git Adding print button for the invoices. Adding the PrintArea.js for the printing of the invoices. --- diff --git a/views/admin/billing/invoiceStore.html b/views/admin/billing/invoiceStore.html index d493a81..6a71da0 100644 --- a/views/admin/billing/invoiceStore.html +++ b/views/admin/billing/invoiceStore.html @@ -1,46 +1,11 @@ diff --git a/views/admin/billing/viewInvoice.html b/views/admin/billing/viewInvoice.html index 9f23d7a..e2f76ba 100644 --- a/views/admin/billing/viewInvoice.html +++ b/views/admin/billing/viewInvoice.html @@ -7,11 +7,35 @@ {include file='admin/billing/subHeader.html'} {/if} +
Print
+
{$invoiceHtml} +
{if $fromMemberMenu} Make a Payment {else} {/if} + + {include file='admin/footer.html'}