From 1eb7fd4c48cadb7a6c8e45c561cd16e01279a56a Mon Sep 17 00:00:00 2001 From: ivan Date: Sun, 10 Feb 2002 16:14:50 +0000 Subject: [PATCH] s/POP/Access Number/ in the webui --- Makefile | 4 ++-- httemplate/browse/svc_acct_pop.cgi | 4 ++-- httemplate/edit/svc_acct_pop.cgi | 6 +++--- httemplate/index.html | 2 +- 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 @@ <% -print header('POP Listing', menubar( +print header('Access Number Listing', menubar( 'Main Menu' => $p, )), "Points of Presence

", &table(), < @@ -41,7 +41,7 @@ END print < - Add new POP + Add new Access Number 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!Error: !, $cgi->param('error'), @@ -44,7 +44,7 @@ Local {popnum} ? "Apply changes" : "Add Access Number", qq!">!; print <View/Edit locales and tax rates - Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each. -
  • View/Edit POPs +
  • View/Edit Access Numbers - Points of Presence
  • View/Edit invoice events - Actions for overdue invoices -- 2.11.0