[freeside-commits] freeside/httemplate/elements errorpage.html, NONE, 1.1.2.1 tr-select-part_referral.html, 1.2, 1.2.2.1
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Oct 8 12:04:50 PDT 2007
- Previous message: [freeside-commits] freeside/httemplate/edit/process cust_svc.cgi, 1.2, 1.2.2.1 domain_record.cgi, 1.3, 1.3.2.1 quick-cust_pkg.cgi, 1.9, 1.9.2.1 reg_code.cgi, 1.4, 1.4.2.1
- Next message: [freeside-commits] freeside/httemplate/misc bill.cgi, 1.12.2.1, 1.12.2.2 cancel-unaudited.cgi, 1.11, 1.11.2.1 cust_main-cancel.cgi, 1.4, 1.4.2.1 delete-agent_payment_gateway.cgi, 1.1, 1.1.2.1 delete-cust_credit.cgi, 1.2, 1.2.2.1 delete-cust_pay.cgi, 1.3, 1.3.2.1 delete-cust_refund.cgi, 1.1.2.1, 1.1.2.2 delete-domain_record.cgi, 1.2, 1.2.2.1 delete-part_export.cgi, 1.4, 1.4.2.1 dump.cgi, 1.3, 1.3.2.1 inventory_item-import.html, 1.2, 1.2.2.1 unapply-cust_credit.cgi, 1.2, 1.2.2.1 unapply-cust_pay.cgi, 1.3, 1.3.2.1 unprovision.cgi, 1.3, 1.3.2.1 unsusp_pkg.cgi, 1.5, 1.5.2.1 unvoid-cust_pay_void.cgi, 1.2, 1.2.2.1 upload-batch.cgi, 1.11, 1.11.2.1 void-cust_pay.cgi, 1.2, 1.2.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv9413/httemplate/elements
Modified Files:
Tag: FREESIDE_1_7_BRANCH
tr-select-part_referral.html
Added Files:
Tag: FREESIDE_1_7_BRANCH
errorpage.html
Log Message:
Remove remaining calls to idiot/eidiot. Should fix 1479
--- NEW FILE: errorpage.html ---
<% include("/elements/header.html", "Error processing your request") %>
Your request could not be processed because of the following error<% (scalar(@_) > 1) ? 's' : '' %>:
% while (@_) {
<P><FONT SIZE="+1" COLOR="#ff0000"><B><% shift %></B></FONT>
%}
% $m->flush_buffer();
% $HTML::Mason::Commands::m->abort();
% #die "shouldn't fall through to here (mason \$m->abort didn't)";
Index: tr-select-part_referral.html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/httemplate/elements/tr-select-part_referral.html,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -u -d -r1.2 -r1.2.2.1
--- tr-select-part_referral.html 23 Aug 2006 22:25:38 -0000 1.2
+++ tr-select-part_referral.html 8 Oct 2007 19:04:47 -0000 1.2.2.1
@@ -8,7 +8,7 @@
%
%
% if ( scalar( @{$opt{'part_referrals'}} ) == 0 ) {
-% eidiot "You have not created any advertising sources. You must create at least one advertising source before adding a customer. Go to ". popurl(2). "browse/part_referral.html and create one or more advertising sources.";
+ <P><FONT SIZE="+1" COLOR="#ff0000">You have not created any advertising sources. You must create at least one advertising source before adding a customer. Go to <A HREF="<% popurl(2) %>browse/part_referral.html">advertising source listing</A> and create one or more advertising sources.</FONT>
% } elsif ( scalar( @{$opt{'part_referrals'}} ) == 1 ) {
%
- Previous message: [freeside-commits] freeside/httemplate/edit/process cust_svc.cgi, 1.2, 1.2.2.1 domain_record.cgi, 1.3, 1.3.2.1 quick-cust_pkg.cgi, 1.9, 1.9.2.1 reg_code.cgi, 1.4, 1.4.2.1
- Next message: [freeside-commits] freeside/httemplate/misc bill.cgi, 1.12.2.1, 1.12.2.2 cancel-unaudited.cgi, 1.11, 1.11.2.1 cust_main-cancel.cgi, 1.4, 1.4.2.1 delete-agent_payment_gateway.cgi, 1.1, 1.1.2.1 delete-cust_credit.cgi, 1.2, 1.2.2.1 delete-cust_pay.cgi, 1.3, 1.3.2.1 delete-cust_refund.cgi, 1.1.2.1, 1.1.2.2 delete-domain_record.cgi, 1.2, 1.2.2.1 delete-part_export.cgi, 1.4, 1.4.2.1 dump.cgi, 1.3, 1.3.2.1 inventory_item-import.html, 1.2, 1.2.2.1 unapply-cust_credit.cgi, 1.2, 1.2.2.1 unapply-cust_pay.cgi, 1.3, 1.3.2.1 unprovision.cgi, 1.3, 1.3.2.1 unsusp_pkg.cgi, 1.5, 1.5.2.1 unvoid-cust_pay_void.cgi, 1.2, 1.2.2.1 upload-batch.cgi, 1.11, 1.11.2.1 void-cust_pay.cgi, 1.2, 1.2.2.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list