From 3203f6c26127a2d1ebc3a0ebd6d0755c08b8ecc0 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Tue, 3 Oct 2006 06:47:07 +0000 Subject: Bug 355172: [Selenium] needs an ID - Patch by Frédéric Buclin r=mkanat a=myk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/global/per-bug-queries.html.tmpl | 8 ++++---- template/en/default/list/list.html.tmpl | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'template') diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index c288e0cbc..631fb8509 100644 --- a/template/en/default/global/per-bug-queries.html.tmpl +++ b/template/en/default/global/per-bug-queries.html.tmpl @@ -35,11 +35,11 @@ } function manage_old_lists() { - var old_lists = document.getElementById('oldqueryname'); + var old_lists = document.getElementById('lob_oldqueryname'); // If there is no saved searches available, returns. if (!old_lists) return; - var new_query = document.getElementById('newqueryname').value; + var new_query = document.getElementById('lob_newqueryname').value; if (new_query != "") { old_lists.disabled = true; @@ -76,7 +76,7 @@ to [% IF lists_of_bugs.size %] - [% FOREACH query = lists_of_bugs %] [% END %] @@ -84,7 +84,7 @@ [% END %] [% " or to" IF lists_of_bugs.size %] the new saved search: - diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index 644cc5ac4..ac022dc20 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -218,7 +218,7 @@ value="[% urlquerypart FILTER html %][% "&order=$qorder" FILTER html IF order %]"> - -- cgit v1.2.3-24-g4f1b