From: Mike Taylor Date: Thu, 9 Nov 2006 16:32:54 +0000 (+0000) Subject: Cleaner presentation of changes. X-Git-Tag: CPAN-v1.02~817 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=17127b03d4bea2d265c33e7bc38c75217b005c32;hp=80f5fcd7aeba22bbe112b61e8c4a18db9334ceeb Cleaner presentation of changes. --- 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;