summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2016-11-08 01:22:20 -0800
committerIvan Kohler <ivan@freeside.biz>2016-11-08 01:22:20 -0800
commit6735a4c543ee51a75a3feff3d3c535dbab389de2 (patch)
tree74725c551ec0509137df561c2e3748aedf36e7d0
parentb679a1c4513a48f097629c0c639431d9d0212ef8 (diff)
payment posting styled inside customer
-rwxr-xr-xhttemplate/edit/cust_pay.cgi11
1 files changed, 3 insertions, 8 deletions
diff --git a/httemplate/edit/cust_pay.cgi b/httemplate/edit/cust_pay.cgi
index 116eeebd6..a203e9131 100755
--- a/httemplate/edit/cust_pay.cgi
+++ b/httemplate/edit/cust_pay.cgi
@@ -1,25 +1,20 @@
% if ( $link eq 'popup' ) {
<& /elements/header-popup.html, $title &>
% } else {
- <& /elements/header.html, $title, '' &>
+ <& /elements/header-cust_main.html, view=>'payment_history', custnum=>$custnum &>
+ <h2><% $title |h %></h2>
% }
<& /elements/init_calendar.html &>
<& /elements/error.html &>
-% unless ( $link eq 'popup' ) {
- <% small_custview($custnum, $conf->config('countrydefault')) %>
-% }
-
<FORM NAME="PaymentForm" ACTION="<% popurl(1) %>process/cust_pay.cgi" METHOD=POST onSubmit="document.PaymentForm.submitButton.disabled=true">
<INPUT TYPE="hidden" NAME="link" VALUE="<% $link %>">
<INPUT TYPE="hidden" NAME="linknum" VALUE="<% $linknum %>">
<INPUT TYPE="hidden" NAME="payby" VALUE="<% $payby %>">
<INPUT TYPE="hidden" NAME="paybatch" VALUE="<% $paybatch %>">
-<BR>
-
<% mt('Payment') |h %>
<% ntable("#cccccc", 2) %>
@@ -122,7 +117,7 @@
</BODY>
</HTML>
% } else {
- <& /elements/footer.html &>
+ <& /elements/footer-cust_main.html &>
% }
<%init>