X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fedit.html;h=722b5abaff80e9ae2f53bc1a6b14fc85bcc20219;hp=94c2f25151f5e58e1fff95eb70cef8258c754e65;hb=5cb256bd3c15d7a232c1bdee23b4efcd1abd6b43;hpb=8625486cd778ef83c03fb5d5541b1485dfc02de7 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" &>