projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
634f8ac
)
Clarify title generation.
author
Mike Taylor
<mike@indexdata.com>
Wed, 29 Nov 2006 14:57:31 +0000
(14:57 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 29 Nov 2006 14:57:31 +0000
(14:57 +0000)
web/htdocs/edit.html
patch
|
blob
|
history
diff --git
a/web/htdocs/edit.html
b/web/htdocs/edit.html
index
05f7aa6
..
94c2f25
100644
(file)
--- 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
</%args>
<& /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" &>