Clarify title generation.
[irspy-moved-to-github.git] / web / htdocs / edit.html
1 %# $Id: edit.html,v 1.4 2006-11-29 14:57:31 mike Exp $
2 <%args>
3 $id => undef
4 $copy => undef
5 </%args>
6 <& /chrome/layout.mc, %ARGS,
7     title => (!defined $id ? "New" : $copy ? "Copy" : "Edit") .
8         " target record",
9     component => "/details/edit.mc" &>