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:
b26b3d5
)
Title different when use for adding new records.
author
Mike Taylor
<mike@indexdata.com>
Tue, 14 Nov 2006 14:55:28 +0000
(14:55 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 14 Nov 2006 14:55:28 +0000
(14:55 +0000)
web/htdocs/edit.html
patch
|
blob
|
history
diff --git
a/web/htdocs/edit.html
b/web/htdocs/edit.html
index
7f9ebc6
..
8af5c84
100644
(file)
--- a/
web/htdocs/edit.html
+++ b/
web/htdocs/edit.html
@@
-1,3
+1,7
@@
-%# $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.2 2006-11-14 14:55:28 mike Exp $
+<%args>
+$id => undef
+</%args>
+<& /chrome/layout.mc, %ARGS,
+ title => (defined $id ? "Edit" : "New") . " target record",
component => "/details/edit.mc" &>