diff options
author | ivan <ivan> | 2002-03-27 05:36:10 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-03-27 05:36:10 +0000 |
commit | 8ea299358401bea12bef7c2dd1841cef3cf45c20 (patch) | |
tree | e3d7255a60ed26f3b0f2e4564f5d0ff428fb79d7 /httemplate | |
parent | 11f0302c9846fb763794f7383c3b1b65e6cb5d34 (diff) |
s/referral/advertising source/
yes, the name sucks. got a better one?
Diffstat (limited to 'httemplate')
-rwxr-xr-x | httemplate/browse/part_referral.cgi | 6 | ||||
-rwxr-xr-x | httemplate/docs/admin.html | 12 | ||||
-rwxr-xr-x | httemplate/edit/part_referral.cgi | 10 | ||||
-rw-r--r-- | httemplate/index.html | 2 |
4 files changed, 14 insertions, 16 deletions
diff --git a/httemplate/browse/part_referral.cgi b/httemplate/browse/part_referral.cgi index 76cc22659..bbae8d008 100755 --- a/httemplate/browse/part_referral.cgi +++ b/httemplate/browse/part_referral.cgi @@ -1,12 +1,12 @@ <!-- mason kludge --> <% -print header("Referral Listing", menubar( +print header("Advertising source Listing", menubar( 'Main Menu' => $p, # 'Add new referral' => "../edit/part_referral.cgi", )), "Where a customer heard about your service. Tracked for informational purposes.<BR><BR>", &table(), <<END; <TR> - <TH COLSPAN=2>Referral</TH> + <TH COLSPAN=2>Advertising source</TH> </TR> END @@ -27,7 +27,7 @@ END print <<END; <TR> - <TD COLSPAN=2><A HREF="${p}edit/part_referral.cgi"><I>Add a new referral</I></A></TD> + <TD COLSPAN=2><A HREF="${p}edit/part_referral.cgi"><I>Add a new advertising source</I></A></TD> </TR> </TABLE> </CENTER> diff --git a/httemplate/docs/admin.html b/httemplate/docs/admin.html index 17cd62a92..0093fd2b7 100755 --- a/httemplate/docs/admin.html +++ b/httemplate/docs/admin.html @@ -34,12 +34,12 @@ <li>After creating a new agent type, you must create an agent. Click on <u>View/Edit agents</u> and <u>Add a new agent</u>. - <li>Set up at least one referral. Referrals will help you keep track of how - effective your advertising is, by helping you keep track of where customers - heard of your service offerings. You must create at least one referral. If - you do not wish to use the referral functionality, simply create a single - referral only. Click on <u>View/Edit referrals</u> and <u>Add a new - referral</u>. + <li>Set up at least one Advertising source. Advertising sources will help + you keep track of how effective your advertising is, tracking where customers + heard of your service offerings. You must create at least one advertising + source. If you do not wish to use the referral functionality, simply create + a single advertising source only. Click on <u>View/Edit advertising + sources</u> and <u>Add a new advertising source</u>. <li>Click on <u>New Customer</u> and create a new customer for your system accounts with billing type <b>Complimentary</b>. diff --git a/httemplate/edit/part_referral.cgi b/httemplate/edit/part_referral.cgi index 73be9e337..617f5dfca 100755 --- a/httemplate/edit/part_referral.cgi +++ b/httemplate/edit/part_referral.cgi @@ -17,9 +17,9 @@ my $action = $part_referral->refnum ? 'Edit' : 'Add'; my $hashref = $part_referral->hashref; my $p1 = popurl(1); -print header("$action Referral", menubar( +print header("$action Advertising source", menubar( 'Main Menu' => popurl(2), - 'View all referrals' => popurl(2). "browse/part_referral.cgi", + 'View all advertising sources' => popurl(2). "browse/part_referral.cgi", )); print qq!<FONT SIZE="+1" COLOR="#ff0000">Error: !, $cgi->param('error'), @@ -32,13 +32,11 @@ print qq!<INPUT TYPE="hidden" NAME="refnum" VALUE="$hashref->{refnum}">!, "Referral #", $hashref->{refnum} ? $hashref->{refnum} : "(NEW)"; print <<END; -<PRE> -Referral <INPUT TYPE="text" NAME="referral" SIZE=32 VALUE="$hashref->{referral}"> -</PRE> +Advertising source <INPUT TYPE="text" NAME="referral" SIZE=32 VALUE="$hashref->{referral}"> END print qq!<BR><INPUT TYPE="submit" VALUE="!, - $hashref->{refnum} ? "Apply changes" : "Add referral", + $hashref->{refnum} ? "Apply changes" : "Add advertising source", qq!">!; print <<END; diff --git a/httemplate/index.html b/httemplate/index.html index 4558a3289..c44b8e3db 100644 --- a/httemplate/index.html +++ b/httemplate/index.html @@ -175,7 +175,7 @@ <LI><A HREF="browse/agent.cgi">View/Edit agents</A> - Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type). - <LI><A HREF="browse/part_referral.cgi">View/Edit referrals</A> + <LI><A HREF="browse/part_referral.cgi">View/Edit advertising sources</A> - Where a customer heard about your service. Tracked for informational purposes. <LI><A HREF="browse/cust_main_county.cgi">View/Edit locales and tax rates</A> |