From d4bcf5272dffa704cfe97774088e9ecbafa03b47 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 21 Nov 2006 02:24:55 +0000 Subject: Bug 353656: User Interface gets corrupted by multiple localized users resolving bugs as duplicates - Patch by Frédéric Buclin r=bkor a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/messages.html.tmpl | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'template/en/default/global/messages.html.tmpl') diff --git a/template/en/default/global/messages.html.tmpl b/template/en/default/global/messages.html.tmpl index b5f736120..eb17fc6e8 100644 --- a/template/en/default/global/messages.html.tmpl +++ b/template/en/default/global/messages.html.tmpl @@ -121,12 +121,22 @@ Please add your attachment by clicking the "Create a New Attachment" link below. + [% ELSIF message_tag == "bug_confirmed_by_votes" %] + *** This [% terms.bug %] has been confirmed by popular vote. *** + [% ELSIF message_tag == "bug_duplicate_of" %] *** This [% terms.bug %] has been marked as a duplicate of [% terms.bug %] [%+ dupe_of FILTER html %] *** [% ELSIF message_tag == "bug_has_duplicate" %] *** [% terms.Bug %] [%+ dupe FILTER html %] has been marked as a duplicate of this [% terms.bug %]. *** + [% ELSIF message_tag == "bug_moved_to" %] +

[% terms.Bug %] moved to [% Param("move-to-url") FILTER html %].

+

If the move succeeded, [% login FILTER html %] will receive a mail + containing the number of the new [% terms.bug %] in the other database. + If all went well, please mark this [% terms.bug %] verified, and paste + in a link to the new [% terms.bug %]. Otherwise, reopen this [% terms.bug %]. + [% ELSIF message_tag == "buglist_adding_field" %] [% title = "Adding field to search page..." %] [% link = "Click here if the page does not redisplay automatically." %] -- cgit v1.2.3-24-g4f1b