X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=web%2Fhtdocs%2Fdetails%2Fedit.mc;h=95de51b978e4fce249d6ddda14181d842405b64c;hp=2fa9a0addb781042ea28e2438177f79db78f3ee3;hb=17127b03d4bea2d265c33e7bc38c75217b005c32;hpb=80f5fcd7aeba22bbe112b61e8c4a18db9334ceeb 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;