diff options
author | ivan <ivan> | 2002-07-04 10:35:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2002-07-04 10:35:43 +0000 |
commit | 6d02e527490b2f0cf080f7b519443caeecd76357 (patch) | |
tree | 9b338edf5411b6cc26039a72fd1e12a789cccabf /httemplate/browse/part_bill_event.cgi | |
parent | 50c327ded5ad9b96c5f5975643d46511abc01d49 (diff) |
move "add" links to the top
Diffstat (limited to 'httemplate/browse/part_bill_event.cgi')
-rwxr-xr-x | httemplate/browse/part_bill_event.cgi | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/httemplate/browse/part_bill_event.cgi b/httemplate/browse/part_bill_event.cgi index 1d674f749..670474d48 100755 --- a/httemplate/browse/part_bill_event.cgi +++ b/httemplate/browse/part_bill_event.cgi @@ -15,6 +15,8 @@ my $total = scalar(@part_bill_event); <%= header('Invoice Event Listing', menubar( 'Main Menu' => $p) ) %> Invoice events are actions taken on overdue invoices.<BR><BR> +<A HREF="<%= $p %>edit/part_bill_event.cgi"><I>Add a new invoice event</I></A> +<BR><BR> <%= $total %> events <%= $cgi->param('showdisabled') ? do { $cgi->param('showdisabled', 0); @@ -64,10 +66,6 @@ my $total = scalar(@part_bill_event); <%= $part_bill_event->eventcode %></FONT></TD> </TR> <% } %> - - <TR> - <TD COLSPAN=8><A HREF="<%= $p %>edit/part_bill_event.cgi"><I>Add a new invoice event</I></A></TD> - </TR> </TABLE> </BODY> </HTML> |