X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=httemplate%2Fbrowse%2Fsvc_acct_pop.cgi;h=8d35cb56a0da29527448c2475703cd9a53a9939f;hp=c6a661a98b37a79d44ddbef332e61452dfebef25;hb=117a674a7e37ff2f4f90fcf34710dfad288ac8a9;hpb=22a35047ecdffff80110e06cc08fc84f9ddba9b0 diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi index c6a661a98..8d35cb56a 100755 --- a/httemplate/browse/svc_acct_pop.cgi +++ b/httemplate/browse/svc_acct_pop.cgi @@ -1,8 +1,8 @@ -<% - -print 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 @@ -11,8 +11,8 @@ print header('POP Listing', menubar( Exchange Local -END +<% foreach my $svc_acct_pop ( sort { #$a->getfield('popnum') <=> $b->getfield('popnum') $a->state cmp $b->state || $a->city cmp $b->city @@ -40,10 +40,8 @@ END print < - Add new POP - END