X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fsvc_acct_pop.cgi;h=fb42aa7e6217efa1a699cdd0575dac3a8525f584;hb=8f42b751aebda2e7dce2c363bed6f1e15b411b1d;hp=c58ce333324993e58312098348deff25b49a9195;hpb=4ec61507a7b255c3f5e8a573eca18c48ddaaa2c1;p=freeside.git diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index c58ce3333..fb42aa7e6 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -1,22 +1,7 @@ + <% -# -use strict; -use vars qw( $cgi $p $svc_acct_pop ); -use CGI; -use CGI::Carp qw(fatalsToBrowser); -use FS::UID qw(cgisuidsetup); -use FS::Record qw(qsearch qsearchs); -use FS::CGI qw(header menubar table popurl); -use FS::svc_acct_pop; - -$cgi = new CGI; - -&cgisuidsetup($cgi); - -$p = popurl(2); - -print $cgi->header( '-expires' => 'now' ), header('POP Listing', menubar( +print header('Access Number Listing', menubar( 'Main Menu' => $p, )), "Points of Presence

", &table(), < @@ -29,7 +14,7 @@ print $cgi->header( '-expires' => 'now' ), header('POP Listing', menubar( END -foreach $svc_acct_pop ( sort { +foreach my $svc_acct_pop ( sort { #$a->getfield('popnum') <=> $b->getfield('popnum') $a->state cmp $b->state || $a->city cmp $b->city || $a->ac <=> $b->ac || $a->exch <=> $b->exch || $a->loc <=> $b->loc @@ -56,7 +41,7 @@ END print < - Add new POP + Add new Access Number