From ae0b54d2d61c60d5a397c58e067e5177ee04f65a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 27 Oct 2006 17:16:20 +0000 Subject: [PATCH] Tweak message. --- web/htdocs/details/edit.mc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/htdocs/details/edit.mc b/web/htdocs/details/edit.mc index 6987d88..c3ed224 100644 --- a/web/htdocs/details/edit.mc +++ b/web/htdocs/details/edit.mc @@ -1,4 +1,4 @@ -%# $Id: edit.mc,v 1.3 2006-10-27 16:58:41 mike Exp $ +%# $Id: edit.mc,v 1.4 2006-10-27 17:16:20 mike Exp $ <%args> $id @@ -73,7 +73,7 @@ if ($n == 0) { }

<% xml_encode($id) %>

-% print "

Thanks for the update!

\n" if defined $update; +% print "

The record has been updated.

\n" if defined $update;
<%perl> -- 1.7.10.4