From: Mike Taylor Date: Tue, 5 Dec 2006 12:21:39 +0000 (+0000) Subject: Add "help" links to all editable fields. X-Git-Tag: CPAN-v1.02~54^2~666 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=82058722957ef12b130f8042f2cb2087719c942d Add "help" links to all editable fields. --- diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 7b3e6d7..ba46e68 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.21 2006-11-29 18:22:08 mike Exp $ +%# $Id: edit.mc,v 1.22 2006-12-05 12:21:39 mike Exp $ <%args> $op $id => undef @@ -164,6 +164,9 @@ foreach my $ref (@fields) { % } + + <& /help/link.mc, help => "edit/$name" &> + % }