[freeside-commits] freeside/httemplate/elements errorpage.html, 1.1, 1.2 tr-select-part_referral.html, 1.3, 1.4
Jeff Finucane,420,,
jeff at wavetail.420.am
Mon Oct 8 12:14:28 PDT 2007
- Previous message: [freeside-commits] freeside/httemplate/edit/process cust_svc.cgi, 1.2, 1.3 domain_record.cgi, 1.3, 1.4 reg_code.cgi, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/misc bill.cgi, 1.13, 1.14 cancel-unaudited.cgi, 1.11, 1.12 delete-agent_payment_gateway.cgi, 1.1, 1.2 delete-cust_credit.cgi, 1.2, 1.3 delete-cust_pay.cgi, 1.3, 1.4 delete-cust_refund.cgi, 1.1, 1.2 delete-domain_record.cgi, 1.2, 1.3 delete-part_export.cgi, 1.4, 1.5 dump.cgi, 1.3, 1.4 inventory_item-import.html, 1.2, 1.3 unapply-cust_credit.cgi, 1.2, 1.3 unapply-cust_pay.cgi, 1.3, 1.4 unprovision.cgi, 1.3, 1.4 unsusp_pkg.cgi, 1.5, 1.6 unvoid-cust_pay_void.cgi, 1.2, 1.3 upload-batch.cgi, 1.11, 1.12 void-cust_pay.cgi, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/httemplate/elements
In directory wavetail:/tmp/cvs-serv9767/httemplate/elements
Modified Files:
tr-select-part_referral.html
Added Files:
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.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- tr-select-part_referral.html 1 Aug 2007 22:25:10 -0000 1.3
+++ tr-select-part_referral.html 8 Oct 2007 19:14:26 -0000 1.4
@@ -1,5 +1,5 @@
% 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 ) {
<INPUT TYPE="hidden" NAME="<% $opt{'element_name'} || $opt{'field'} || 'refnum' %>" VALUE="<% $opt{'part_referrals'}->[0]->refnum %>">
- Previous message: [freeside-commits] freeside/httemplate/edit/process cust_svc.cgi, 1.2, 1.3 domain_record.cgi, 1.3, 1.4 reg_code.cgi, 1.4, 1.5
- Next message: [freeside-commits] freeside/httemplate/misc bill.cgi, 1.13, 1.14 cancel-unaudited.cgi, 1.11, 1.12 delete-agent_payment_gateway.cgi, 1.1, 1.2 delete-cust_credit.cgi, 1.2, 1.3 delete-cust_pay.cgi, 1.3, 1.4 delete-cust_refund.cgi, 1.1, 1.2 delete-domain_record.cgi, 1.2, 1.3 delete-part_export.cgi, 1.4, 1.5 dump.cgi, 1.3, 1.4 inventory_item-import.html, 1.2, 1.3 unapply-cust_credit.cgi, 1.2, 1.3 unapply-cust_pay.cgi, 1.3, 1.4 unprovision.cgi, 1.3, 1.4 unsusp_pkg.cgi, 1.5, 1.6 unvoid-cust_pay_void.cgi, 1.2, 1.3 upload-batch.cgi, 1.11, 1.12 void-cust_pay.cgi, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list