X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fedit.html;h=94c2f25151f5e58e1fff95eb70cef8258c754e65;hb=d337c09abbd99e6d19c8c293c2e0591b9aa6a44f;hp=05f7aa650a736be4281fededd78b7ea121b684fa;hpb=7feae6cd76b400d713cfa6a3c306e40833c24f90;p=irspy-moved-to-github.git diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html index 05f7aa6..94c2f25 100644 --- a/web/htdocs/edit.html +++ b/web/htdocs/edit.html @@ -1,8 +1,9 @@ -%# $Id: edit.html,v 1.3 2006-11-15 17:43:50 mike Exp $ +%# $Id: edit.html,v 1.4 2006-11-29 14:57:31 mike Exp $ <%args> $id => undef +$copy => undef <& /chrome/layout.mc, %ARGS, - title => ($r->param("copy") ? "Copy" : defined $id ? "Edit" : "New") . + title => (!defined $id ? "New" : $copy ? "Copy" : "Edit") . " target record", component => "/details/edit.mc" &>