From: Mike Taylor Date: Wed, 29 Nov 2006 18:20:42 +0000 (+0000) Subject: "Add a target", "Edit details" and "Copy target" links use new X-Git-Tag: CPAN-v1.02~54^2~692 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=e61822e08298d3fe51aa1eefa3fd9785ba2c83f8 "Add a target", "Edit details" and "Copy target" links use new parameter scheme. Record menu is omitted when in copy-a-target. --- diff --git a/web/htdocs/chrome/menu.mc b/web/htdocs/chrome/menu.mc index f0c4c3b..d7d27b0 100644 --- a/web/htdocs/chrome/menu.mc +++ b/web/htdocs/chrome/menu.mc @@ -1,9 +1,9 @@ -%# $Id: menu.mc,v 1.18 2006-11-24 18:01:51 mike Exp $ +%# $Id: menu.mc,v 1.19 2006-11-29 18:20:42 mike Exp $

Home
Test all targets
Find a target
- Add a target
+ Add a target

Show targets @@ -32,14 +32,14 @@ my $id = $r->param("id"); } } -% if (defined $id) { +% if (defined $id && $r->param("op") ne "copy") {

This Target Show details
- Edit details + ">Edit details
- ">Copy target + ">Copy target

">Quick Test