From 5cb256bd3c15d7a232c1bdee23b4efcd1abd6b43 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 29 Nov 2006 16:05:26 +0000 Subject: [PATCH] Tweak --- web/htdocs/edit.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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" &> -- 1.7.10.4