From: lpsolit%gmail.com <> Date: Tue, 3 Oct 2006 06:47:07 +0000 (+0000) Subject: Bug 355172: [Selenium] needs an ID - Patch by Frédéric... X-Git-Tag: bugzilla-2.23.3~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3203f6c26127a2d1ebc3a0ebd6d0755c08b8ecc0;p=thirdparty%2Fbugzilla.git Bug 355172: [Selenium] needs an ID - Patch by Frédéric Buclin r=mkanat a=myk --- diff --git a/template/en/default/global/per-bug-queries.html.tmpl b/template/en/default/global/per-bug-queries.html.tmpl index c288e0cbc1..631fb85091 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 644cc5ac4a..ac022dc20c 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 %]"> -