diff options
Diffstat (limited to 'httemplate')
| -rwxr-xr-x | httemplate/browse/svc_acct_pop.cgi | 4 | ||||
| -rwxr-xr-x | httemplate/edit/svc_acct_pop.cgi | 6 | ||||
| -rw-r--r-- | httemplate/index.html | 2 | 
3 files changed, 6 insertions, 6 deletions
| 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> | 
