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:
80f5fcd
)
Cleaner presentation of changes.
author
Mike Taylor
<mike@indexdata.com>
Thu, 9 Nov 2006 16:32:54 +0000
(16:32 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 9 Nov 2006 16:32:54 +0000
(16:32 +0000)
web/htdocs/details/edit.mc
patch
|
blob
|
history
diff --git
a/web/htdocs/details/edit.mc
b/web/htdocs/details/edit.mc
index
2fa9a0a
..
95de51b
100644
(file)
--- a/
web/htdocs/details/edit.mc
+++ b/
web/htdocs/details/edit.mc
@@
-1,4
+1,4
@@
-%# $Id: edit.mc,v 1.8 2006-11-08 17:42:11 mike Exp $
+%# $Id: edit.mc,v 1.9 2006-11-09 16:32:54 mike Exp $
<%args>
$id
</%args>
<%args>
$id
</%args>
@@
-73,7
+73,7
@@
if ($n == 0) {
% if ($nchanges) {
<p style="font-weight: bold">
The record has been updated.<br/>
% if ($nchanges) {
<p style="font-weight: bold">
The record has been updated.<br/>
- Changed <% $nchanges %> element<% $nchanges == 1 ? "" : "s" %>.
+ Changed <% $nchanges %> field<% $nchanges == 1 ? "" : "s" %>.
</p>
% }
<form method="get" action="">
</p>
% }
<form method="get" action="">
@@
-103,7
+103,7
@@
if ($n == 0) {
</table>
</form>
<%perl>
</table>
</form>
<%perl>
- if ($nchanges) {
+ if ($nchanges && 0) {
my $x = $xc->getContextNode()->toString();
$x = xml_encode($x);
#$x =~ s/$/<br\/>/gm;
my $x = $xc->getContextNode()->toString();
$x = xml_encode($x);
#$x =~ s/$/<br\/>/gm;