summaryrefslogtreecommitdiff
path: root/httemplate/browse/svc_acct_pop.cgi
diff options
context:
space:
mode:
authorivan <ivan>2002-07-04 10:35:43 +0000
committerivan <ivan>2002-07-04 10:35:43 +0000
commit6d02e527490b2f0cf080f7b519443caeecd76357 (patch)
tree9b338edf5411b6cc26039a72fd1e12a789cccabf /httemplate/browse/svc_acct_pop.cgi
parent50c327ded5ad9b96c5f5975643d46511abc01d49 (diff)
move "add" links to the top
Diffstat (limited to 'httemplate/browse/svc_acct_pop.cgi')
-rwxr-xr-xhttemplate/browse/svc_acct_pop.cgi8
1 files changed, 5 insertions, 3 deletions
diff --git a/httemplate/browse/svc_acct_pop.cgi b/httemplate/browse/svc_acct_pop.cgi
index f8ee58c..e890f07 100755
--- a/httemplate/browse/svc_acct_pop.cgi
+++ b/httemplate/browse/svc_acct_pop.cgi
@@ -3,7 +3,10 @@
print header('Access Number Listing', menubar(
'Main Menu' => $p,
-)), "Points of Presence<BR><BR>", &table(), <<END;
+)) %>
+Points of Presence<BR><BR>
+<A HREF="<%= $p %>edit/svc_acct_pop.cgi"><I>Add new Access Number</I></A><BR><BR>
+<%= table() %>
<TR>
<TH></TH>
<TH>City</TH>
@@ -12,8 +15,8 @@ print header('Access Number Listing', menubar(
<TH>Exchange</TH>
<TH>Local</TH>
</TR>
-END
+<%
foreach my $svc_acct_pop ( sort {
#$a->getfield('popnum') <=> $b->getfield('popnum')
$a->state cmp $b->state || $a->city cmp $b->city
@@ -41,7 +44,6 @@ END
print <<END;
<TR>
- <TD COLSPAN=5><A HREF="${p}edit/svc_acct_pop.cgi"><I>Add new Access Number</I></A></TD>
</TR>
</TABLE>
</BODY>