[freeside-commits] freeside/httemplate/view cust_pay.html,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Sun Oct 28 18:08:55 PDT 2007


Update of /home/cvs/cvsroot/freeside/httemplate/view
In directory wavetail:/tmp/cvs-serv10960/httemplate/view

Modified Files:
	cust_pay.html 
Log Message:
still have link back to the customer on printable receipt... should hide it from print at some point though

Index: cust_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/view/cust_pay.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cust_pay.html	27 Oct 2007 04:46:05 -0000	1.1
+++ cust_pay.html	29 Oct 2007 01:08:52 -0000	1.2
@@ -7,6 +7,14 @@
 % } elsif ( $link eq 'print' ) { 
 
   <% include('/elements/header-popup.html', "Payment Receipt" ) %>
+  
+% #it would be nice if the menubar could be hidden for print, but better to
+% # have it available than not, otherwise the user winds up at a dead end
+  <% menubar(
+       "View this customer (#$custnum)" => "${p}view/cust_main.cgi?$custnum",
+     )
+  %>
+  <BR><BR>
 
 % } else { 
 



More information about the freeside-commits mailing list