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:
f245fbc
)
Title is "Copy" if copy param is set.
author
Mike Taylor
<mike@indexdata.com>
Wed, 15 Nov 2006 17:43:50 +0000
(17:43 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 15 Nov 2006 17:43:50 +0000
(17:43 +0000)
web/htdocs/edit.html
patch
|
blob
|
history
diff --git
a/web/htdocs/edit.html
b/web/htdocs/edit.html
index
8af5c84
..
05f7aa6
100644
(file)
--- a/
web/htdocs/edit.html
+++ b/
web/htdocs/edit.html
@@
-1,7
+1,8
@@
-%# $Id: edit.html,v 1.2 2006-11-14 14:55:28 mike Exp $
+%# $Id: edit.html,v 1.3 2006-11-15 17:43:50 mike Exp $
<%args>
$id => undef
</%args>
<& /chrome/layout.mc, %ARGS,
- title => (defined $id ? "Edit" : "New") . " target record",
+ title => ($r->param("copy") ? "Copy" : defined $id ? "Edit" : "New") .
+ " target record",
component => "/details/edit.mc" &>