From 17127b03d4bea2d265c33e7bc38c75217b005c32 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 9 Nov 2006 16:32:54 +0000 Subject: [PATCH] Cleaner presentation of changes. --- web/htdocs/details/edit.mc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 2fa9a0a..95de51b 100644 --- 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 @@ -73,7 +73,7 @@ if ($n == 0) { % if ($nchanges) {

The record has been updated.
- Changed <% $nchanges %> element<% $nchanges == 1 ? "" : "s" %>. + Changed <% $nchanges %> field<% $nchanges == 1 ? "" : "s" %>.

% }
@@ -103,7 +103,7 @@ if ($n == 0) {
<%perl> - if ($nchanges) { + if ($nchanges && 0) { my $x = $xc->getContextNode()->toString(); $x = xml_encode($x); #$x =~ s/$//gm; -- 1.7.10.4