diff options
author | ivan <ivan> | 2002-02-10 16:14:50 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-02-10 16:14:50 +0000 |
commit | 1eb7fd4c48cadb7a6c8e45c561cd16e01279a56a (patch) | |
tree | 970a1533a14412cb93ec38d81053bdcf87412a6a /httemplate/edit | |
parent | a4c96748eb6eab29a70f3a944c6520283a635c78 (diff) |
s/POP/Access Number/ in the webui
Diffstat (limited to 'httemplate/edit')
-rwxr-xr-x | httemplate/edit/svc_acct_pop.cgi | 6 |
1 files changed, 3 insertions, 3 deletions
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; |