[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


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 ) {
 %
 



More information about the freeside-commits mailing list