X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=web%2Fhtdocs%2Fedit.html;h=05f7aa650a736be4281fededd78b7ea121b684fa;hb=07bd6ea6c324b2707538656eb0526a223826922d;hp=7f9ebc6556caa2e3e299aaee1e2a424b6d300067;hpb=1b29429069328d4c2046b471206e865eed0b72c3;p=irspy-moved-to-github.git diff --git a/web/htdocs/edit.html b/web/htdocs/edit.html index 7f9ebc6..05f7aa6 100644 --- a/web/htdocs/edit.html +++ b/web/htdocs/edit.html @@ -1,3 +1,8 @@ -%# $Id: edit.html,v 1.1 2006-10-20 16:57:40 mike Exp $ -<& /chrome/layout.mc, %ARGS, title => "Edit target record", +%# $Id: edit.html,v 1.3 2006-11-15 17:43:50 mike Exp $ +<%args> +$id => undef + +<& /chrome/layout.mc, %ARGS, + title => ($r->param("copy") ? "Copy" : defined $id ? "Edit" : "New") . + " target record", component => "/details/edit.mc" &>