From b9c7dd465063509725ffff7df66cd70276000e44 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 19 Jul 2006 06:49:52 +0000 Subject: Bug 313125: Implement validations and database persistence functions for Versions.pm and clean-up editversions.cgi - Patch by André Batosti r=LpSolit a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/versions/updated.html.tmpl | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'template/en/default/admin/versions/updated.html.tmpl') diff --git a/template/en/default/admin/versions/updated.html.tmpl b/template/en/default/admin/versions/updated.html.tmpl index 5bae6bcf6..8f679c4aa 100644 --- a/template/en/default/admin/versions/updated.html.tmpl +++ b/template/en/default/admin/versions/updated.html.tmpl @@ -25,7 +25,7 @@ # version: object; Bugzilla::Version object representing the # version the user updated. # - # updated_name: boolean; defined if the 'name' field was updated + # updated: boolean; defined if the 'name' field was updated #%] [% title = BLOCK %]Updating Version '[% version.name FILTER html %]' of Product @@ -34,11 +34,9 @@ title = title %] -[% IF updated_name %] +[% IF updated %]

Updated Version name to: '[% version.name FILTER html %]'.

-[% END %] - -[% UNLESS updated_name %] +[% ELSE %]

Nothing changed for version '[% version.name FILTER html %]'. [% END %] -- cgit v1.2.3-24-g4f1b