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:
1d74f48
)
<h2> uses database title rather than ID.
author
Mike Taylor
<mike@indexdata.com>
Mon, 6 Nov 2006 14:22:22 +0000
(14:22 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Mon, 6 Nov 2006 14:22:22 +0000
(14:22 +0000)
web/htdocs/details/edit.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/edit.mc
b/web/htdocs/details/edit.mc
index
3118a34
..
1657fa4
100644
(file)
--- a/
web/htdocs/details/edit.mc
+++ b/
web/htdocs/details/edit.mc
@@
-1,4
+1,4
@@
-%# $Id: edit.mc,v 1.6 2006-11-01 10:00:21 mike Exp $
+%# $Id: edit.mc,v 1.7 2006-11-06 14:22:22 mike Exp $
<%args>
$id
</%args>
<%args>
$id
</%args>
@@
-69,7
+69,7
@@
if ($n == 0) {
ZOOM::IRSpy::_really_rewrite_record($conn, $xc->getContextNode());
}
</%perl>
ZOOM::IRSpy::_really_rewrite_record($conn, $xc->getContextNode());
}
</%perl>
- <h2><% xml_encode($id) %></h2>
+ <h2><% xml_encode($xc->find("e:databaseInfo/e:title")) %></h2>
% if (defined $update) {
<p><b>The record has been updated (nchanges=<% $nchanges %>).</b></p>
% }
% if (defined $update) {
<p><b>The record has been updated (nchanges=<% $nchanges %>).</b></p>
% }