From: Mike Taylor Date: Wed, 29 Nov 2006 16:05:26 +0000 (+0000) Subject: Tweak X-Git-Tag: CPAN-v1.02~54^2~700 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=5cb256bd3c15d7a232c1bdee23b4efcd1abd6b43;ds=sidebyside Tweak --- diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html index 94c2f25..722b5ab 100644 --- a/web/htdocs/edit.html +++ b/web/htdocs/edit.html @@ -1,9 +1,8 @@ -%# $Id: edit.html,v 1.4 2006-11-29 14:57:31 mike Exp $ +%# $Id: edit.html,v 1.5 2006-11-29 16:05:26 mike Exp $ <%args> +$op $id => undef -$copy => undef <& /chrome/layout.mc, %ARGS, - title => (!defined $id ? "New" : $copy ? "Copy" : "Edit") . - " target record", + title => ucfirst($op) . " target record", component => "/details/edit.mc" &>