summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorivan <ivan>2002-02-10 16:14:50 +0000
committerivan <ivan>2002-02-10 16:14:50 +0000
commit1eb7fd4c48cadb7a6c8e45c561cd16e01279a56a (patch)
tree970a1533a14412cb93ec38d81053bdcf87412a6a
parenta4c96748eb6eab29a70f3a944c6520283a635c78 (diff)
s/POP/Access Number/ in the webui
-rw-r--r--Makefile4
-rwxr-xr-xhttemplate/browse/svc_acct_pop.cgi4
-rwxr-xr-xhttemplate/edit/svc_acct_pop.cgi6
-rw-r--r--httemplate/index.html2
4 files changed, 8 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 283981a87..dd134ebfc 100644
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ DATASOURCE = DBI:Pg:host=localhost;dbname=freeside
DB_USER = freeside
DB_PASSWORD=
-TEMPLATE = asp
-#TEMPLATE = mason
+#TEMPLATE = asp
+TEMPLATE = mason
ASP_GLOBAL = /usr/local/etc/freeside/asp-global
diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi
index f3b2966a6..fb42aa7e6 100755
--- a/httemplate/browse/svc_acct_pop.cgi
+++ b/httemplate/browse/svc_acct_pop.cgi
@@ -1,7 +1,7 @@
<!-- mason kludge -->
<%
-print header('POP Listing', menubar(
+print header('Access Number Listing', menubar(
'Main Menu' => $p,
)), "Points of Presence<BR><BR>", &table(), <<END;
<TR>
@@ -41,7 +41,7 @@ END
print <<END;
<TR>
- <TD COLSPAN=5><A HREF="${p}edit/svc_acct_pop.cgi"><I>Add new POP</I></A></TD>
+ <TD COLSPAN=5><A HREF="${p}edit/svc_acct_pop.cgi"><I>Add new Access Number</I></A></TD>
</TR>
</TABLE>
</CENTER>
diff --git a/httemplate/edit/svc_acct_pop.cgi b/httemplate/edit/svc_acct_pop.cgi
index 5db48a3f7..399502a70 100755
--- a/httemplate/edit/svc_acct_pop.cgi
+++ b/httemplate/edit/svc_acct_pop.cgi
@@ -17,9 +17,9 @@ my $action = $svc_acct_pop->popnum ? 'Edit' : 'Add';
my $hashref = $svc_acct_pop->hashref;
my $p1 = popurl(1);
-print header("$action POP", menubar(
+print header("$action Access Number", menubar(
'Main Menu' => popurl(2),
- 'View all POPs' => popurl(2). "browse/svc_acct_pop.cgi",
+ 'View all Access Numbers' => popurl(2). "browse/svc_acct_pop.cgi",
));
print qq!<FONT SIZE="+1" COLOR="#ff0000">Error: !, $cgi->param('error'),
@@ -44,7 +44,7 @@ Local <INPUT TYPE="text" NAME="loc" SIZE=5 MAXLENGTH=4 VALUE="$hashref->{loc
END
print qq!<BR><INPUT TYPE="submit" VALUE="!,
- $hashref->{popnum} ? "Apply changes" : "Add POP",
+ $hashref->{popnum} ? "Apply changes" : "Add Access Number",
qq!">!;
print <<END;
diff --git a/httemplate/index.html b/httemplate/index.html
index 35ba8e85e..99bfeecec 100644
--- a/httemplate/index.html
+++ b/httemplate/index.html
@@ -91,7 +91,7 @@
<LI><A HREF="browse/cust_main_county.cgi">View/Edit locales and tax rates</A>
- Change tax rates, or break down a country into states, or a state
into counties and assign different tax rates to each.
- <LI><A HREF="browse/svc_acct_pop.cgi">View/Edit POPs</A>
+ <LI><A HREF="browse/svc_acct_pop.cgi">View/Edit Access Numbers</A>
- Points of Presence
<LI><A HREF="browse/part_bill_event.cgi">View/Edit invoice events</A> - Actions for overdue invoices
</ul>