s/POP/Access Number/ in the webui
authorivan <ivan>
Sun, 10 Feb 2002 16:14:50 +0000 (16:14 +0000)
committerivan <ivan>
Sun, 10 Feb 2002 16:14:50 +0000 (16:14 +0000)
Makefile
httemplate/browse/svc_acct_pop.cgi
httemplate/edit/svc_acct_pop.cgi
httemplate/index.html

index 283981a..dd134eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -6,8 +6,8 @@ DATASOURCE = DBI:Pg:host=localhost;dbname=freeside
 DB_USER = freeside
 DB_PASSWORD=
 
 DB_USER = freeside
 DB_PASSWORD=
 
-TEMPLATE = asp
-#TEMPLATE = mason
+#TEMPLATE = asp
+TEMPLATE = mason
 
 ASP_GLOBAL = /usr/local/etc/freeside/asp-global
 
 
 ASP_GLOBAL = /usr/local/etc/freeside/asp-global
 
index f3b2966..fb42aa7 100755 (executable)
@@ -1,7 +1,7 @@
 <!-- mason kludge -->
 <%
 
 <!-- mason kludge -->
 <%
 
-print header('POP Listing', menubar(
+print header('Access Number Listing', menubar(
   'Main Menu' => $p,
 )), "Points of Presence<BR><BR>", &table(), <<END;
       <TR>
   'Main Menu' => $p,
 )), "Points of Presence<BR><BR>", &table(), <<END;
       <TR>
@@ -41,7 +41,7 @@ END
 
 print <<END;
       <TR>
 
 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>
       </TR>
     </TABLE>
     </CENTER>
index 5db48a3..399502a 100755 (executable)
@@ -17,9 +17,9 @@ my $action = $svc_acct_pop->popnum ? 'Edit' : 'Add';
 my $hashref = $svc_acct_pop->hashref;
 
 my $p1 = popurl(1);
 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),
   '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'),
 ));
 
 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="!,
 END
 
 print qq!<BR><INPUT TYPE="submit" VALUE="!,
-      $hashref->{popnum} ? "Apply changes" : "Add POP",
+      $hashref->{popnum} ? "Apply changes" : "Add Access Number",
       qq!">!;
 
 print <<END;
       qq!">!;
 
 print <<END;
index 35ba8e8..99bfeec 100644 (file)
@@ -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/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>
             - Points of Presence 
           <LI><A HREF="browse/part_bill_event.cgi">View/Edit invoice events</A> - Actions for overdue invoices
         </ul>