X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fedit.html;h=94c2f25151f5e58e1fff95eb70cef8258c754e65;hb=d337c09abbd99e6d19c8c293c2e0591b9aa6a44f;hp=8af5c84f19d6288048796572c4e024f4eccd60ce;hpb=80886fbf16b6350ec0ef7f1c5523c77426a2db1a;p=irspy-moved-to-github.git diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html index 8af5c84..94c2f25 100644 --- a/web/htdocs/edit.html +++ b/web/htdocs/edit.html @@ -1,7 +1,9 @@ -%# $Id: edit.html,v 1.2 2006-11-14 14:55:28 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 => (defined $id ? "Edit" : "New") . " target record", + title => (!defined $id ? "New" : $copy ? "Copy" : "Edit") . + " target record", component => "/details/edit.mc" &>