From: Frédéric Buclin Date: Mon, 25 Oct 2010 17:01:07 +0000 (+0200) Subject: Bug 451759: Hide "Add to footer" checkboxes when not sharing a saved searches X-Git-Tag: bugzilla-4.1.1~183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=549d83c76a37ae19795e8fca98a2cbe553ed5c60;p=thirdparty%2Fbugzilla.git Bug 451759: Hide "Add to footer" checkboxes when not sharing a saved searches r=pyrzak a=LpSolit --- diff --git a/template/en/default/account/prefs/saved-searches.html.tmpl b/template/en/default/account/prefs/saved-searches.html.tmpl index 3cbc05abeb..1b78592cae 100644 --- a/template/en/default/account/prefs/saved-searches.html.tmpl +++ b/template/en/default/account/prefs/saved-searches.html.tmpl @@ -31,9 +31,9 @@ var checkbox = document.getElementById(group.name.replace(/share_(\d+)/, "force_$1")); if (bz_isValueInArray(bless_groups, group.value)) { - checkbox.disabled = false; + YAHOO.util.Dom.removeClass(checkbox.parentNode, "bz_default_hidden"); } else { - checkbox.disabled = true; + YAHOO.util.Dom.addClass(checkbox.parentNode, "bz_default_hidden"); checkbox.checked = false; } } //--> @@ -132,12 +132,12 @@ [% END %] [% IF user.can_bless %] - - + + + + [% END %] [% IF q.shared_with_users %] (shared with [% q.shared_with_users FILTER html %]