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_export.cgi | |
parent | 50c327ded5ad9b96c5f5975643d46511abc01d49 (diff) |
move "add" links to the top
Diffstat (limited to 'httemplate/browse/part_export.cgi')
-rwxr-xr-x | httemplate/browse/part_export.cgi | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/httemplate/browse/part_export.cgi b/httemplate/browse/part_export.cgi index e9d9fa3d4..76662e0c9 100755 --- a/httemplate/browse/part_export.cgi +++ b/httemplate/browse/part_export.cgi @@ -1,7 +1,7 @@ <!-- mason kludge --> -<%= header("Export Listing", menubar( 'Main Menu' => $p )) %> +<%= header("Export Listing", menubar( 'Main Menu' => "$p#sysadmin" )) %> Provisioning services to external machines, databases and APIs.<BR><BR> - +<A HREF="<%= $p %>edit/part_export.cgi"><I>Add a new export</I></A><BR><BR> <SCRIPT> function part_export_areyousure(href) { if (confirm("Are you sure you want to delete this export?") == true) @@ -34,9 +34,6 @@ function part_export_areyousure(href) { <% } %> - <TR> - <TD COLSPAN=3><A HREF="<%= $p %>edit/part_export.cgi"><I>Add a new export</I></A></TD> - </TR> </TABLE> </BODY> </HTML> |