X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=httemplate%2Fbrowse%2Fsvc_acct_pop.cgi;h=8d35cb56a0da29527448c2475703cd9a53a9939f;hb=aac3f675b2bb9d6a90cb2c6b9c85951961475376;hp=e5a611763f92d3a7fc94c93874032a1ea2e28108;hpb=91387f8f489e561deaf1de052d80ef800a4970a3;p=freeside.git diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index e5a611763..8d35cb56a 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -1,24 +1,8 @@ -<% -# - -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( @FS::CGI::header ), header('POP Listing', menubar( - 'Main Menu' => $p, -)), "Points of Presence

", &table(), < +<%= header('Access Number Listing', menubar( 'Main Menu' => $p )) %> +Points of Presence

+Add new Access Number

+<%= table() %> City @@ -27,9 +11,9 @@ print $cgi->header( @FS::CGI::header ), header('POP Listing', menubar( Exchange Local -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,10 +40,8 @@ END print < - Add new POP - END