[freeside-commits] freeside/httemplate/misc batch-cust_pay.html, 1.8, 1.9 cancel_cust.html, 1.1, 1.2 cancel_pkg.html, 1.4, 1.5 change_pkg.cgi, 1.7, 1.8 recharge_svc.html, 1.3, 1.4
Ivan,,,
ivan at wavetail.420.am
Tue Dec 25 15:49:24 PST 2007
- Previous message: [freeside-commits] freeside/httemplate/edit/elements edit.html, 1.12, 1.13
- Next message: [freeside-commits] freeside/httemplate/edit agent.cgi, 1.16, 1.17 agent_payment_gateway.html, 1.3, 1.4 agent_type.cgi, 1.16, 1.17 cust_bill_pay.cgi, 1.15, 1.16 cust_credit.cgi, 1.19, 1.20 cust_credit_bill.cgi, 1.14, 1.15 cust_main_note.cgi, 1.2, 1.3 cust_pay.cgi, 1.24, 1.25 cust_pkg.cgi, 1.12, 1.13 cust_refund.cgi, 1.5, 1.6 msgcat.cgi, 1.4, 1.5 part_bill_event.cgi, 1.39, 1.40 part_export.cgi, 1.27, 1.28 part_pkg.cgi, 1.77, 1.78 part_virtual_field.cgi, 1.7, 1.8 payment_gateway.html, 1.7, 1.8 reg_code.cgi, 1.4, 1.5 router.cgi, 1.5, 1.6 svc_acct.cgi, 1.50, 1.51 svc_broadband.cgi, 1.14, 1.15 svc_domain.cgi, 1.14, 1.15 svc_forward.cgi, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/misc
In directory wavetail:/tmp/cvs-serv13949/httemplate/misc
Modified Files:
batch-cust_pay.html cancel_cust.html cancel_pkg.html
change_pkg.cgi recharge_svc.html
Log Message:
ho ho ho, merry XSSmas
Index: change_pkg.cgi
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/change_pkg.cgi,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- change_pkg.cgi 2 Aug 2007 23:09:43 -0000 1.7
+++ change_pkg.cgi 25 Dec 2007 23:49:22 -0000 1.8
@@ -1,9 +1,6 @@
<% include('/elements/header-popup.html', "Change Package") %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM ACTION="<% $p %>edit/process/cust_pkg.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
Index: cancel_cust.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cancel_cust.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- cancel_cust.html 1 Aug 2007 22:26:42 -0000 1.1
+++ cancel_cust.html 25 Dec 2007 23:49:22 -0000 1.2
@@ -1,9 +1,6 @@
<% include('/elements/header-popup.html', 'Cancel customer' ) %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM NAME="cust_cancel_popup" ACTION="<% popurl(1) %>cust_main-cancel.cgi" METHOD=POST>
<INPUT TYPE="hidden" NAME="custnum" VALUE="<% $custnum %>">
Index: recharge_svc.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/recharge_svc.html,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- recharge_svc.html 26 Apr 2007 04:46:32 -0000 1.3
+++ recharge_svc.html 25 Dec 2007 23:49:22 -0000 1.4
@@ -1,9 +1,6 @@
<% include('/elements/header-popup.html', 'Recharge Service' ) %>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM NAME="recharge_popup" ACTION="<% popurl(1) %>process/recharge_svc.html" METHOD=POST>
<INPUT TYPE="hidden" NAME="svcnum" VALUE="<% $svcnum %>">
Index: cancel_pkg.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/cancel_pkg.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cancel_pkg.html 1 Aug 2007 22:26:42 -0000 1.4
+++ cancel_pkg.html 25 Dec 2007 23:49:22 -0000 1.5
@@ -9,10 +9,7 @@
<SCRIPT TYPE="text/javascript" SRC="../elements/calendar-en.js"></SCRIPT>
<SCRIPT TYPE="text/javascript" SRC="../elements/calendar-setup.js"></SCRIPT>
-% if ( $cgi->param('error') ) {
- <FONT SIZE="+1" COLOR="#ff0000">Error: <% $cgi->param('error') %></FONT>
- <BR><BR>
-% }
+<% include('/elements/error.html') %>
<FORM NAME="sc_popup" ACTION="<% popurl(1) %>process/cancel_pkg.html" METHOD=POST>
<INPUT TYPE="hidden" NAME="pkgnum" VALUE="<% $pkgnum %>">
Index: batch-cust_pay.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/misc/batch-cust_pay.html,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- batch-cust_pay.html 16 Aug 2007 13:40:44 -0000 1.8
+++ batch-cust_pay.html 25 Dec 2007 23:49:22 -0000 1.9
@@ -2,12 +2,8 @@
menubar( 'Main Menu' => $p ),
)
%>
-% if ( $cgi->param('error') ) {
-
- <FONT SIZE="+1" COLOR="#ff0000"><% $cgi->param('error') %></FONT><BR><BR>
-% }
-
+<% include('/elements/error.html') %>
<FORM ACTION="process/batch-cust_pay.cgi" NAME="OneTrueForm" METHOD="POST" onsubmit="document.OneTrueForm.submit.disabled=true;">
- Previous message: [freeside-commits] freeside/httemplate/edit/elements edit.html, 1.12, 1.13
- Next message: [freeside-commits] freeside/httemplate/edit agent.cgi, 1.16, 1.17 agent_payment_gateway.html, 1.3, 1.4 agent_type.cgi, 1.16, 1.17 cust_bill_pay.cgi, 1.15, 1.16 cust_credit.cgi, 1.19, 1.20 cust_credit_bill.cgi, 1.14, 1.15 cust_main_note.cgi, 1.2, 1.3 cust_pay.cgi, 1.24, 1.25 cust_pkg.cgi, 1.12, 1.13 cust_refund.cgi, 1.5, 1.6 msgcat.cgi, 1.4, 1.5 part_bill_event.cgi, 1.39, 1.40 part_export.cgi, 1.27, 1.28 part_pkg.cgi, 1.77, 1.78 part_virtual_field.cgi, 1.7, 1.8 payment_gateway.html, 1.7, 1.8 reg_code.cgi, 1.4, 1.5 router.cgi, 1.5, 1.6 svc_acct.cgi, 1.50, 1.51 svc_broadband.cgi, 1.14, 1.15 svc_domain.cgi, 1.14, 1.15 svc_forward.cgi, 1.19, 1.20
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list