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:
d337c09
)
Tweak
author
Mike Taylor
<mike@indexdata.com>
Wed, 29 Nov 2006 16:05:26 +0000
(16:05 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Wed, 29 Nov 2006 16:05:26 +0000
(16:05 +0000)
web/htdocs/edit.html
patch
|
blob
|
history
diff --git
a/web/htdocs/edit.html
b/web/htdocs/edit.html
index
94c2f25
..
722b5ab
100644
(file)
--- a/
web/htdocs/edit.html
+++ b/
web/htdocs/edit.html
@@
-1,9
+1,8
@@
-%# $Id: edit.html,v 1.4 2006-11-29 14:57:31 mike Exp $
+%# $Id: edit.html,v 1.5 2006-11-29 16:05:26 mike Exp $
<%args>
+$op
$id => undef
-$copy => undef
</%args>
<& /chrome/layout.mc, %ARGS,
- title => (!defined $id ? "New" : $copy ? "Copy" : "Edit") .
- " target record",
+ title => ucfirst($op) . " target record",
component => "/details/edit.mc" &>