summaryrefslogtreecommitdiffstats
path: root/template/en/default/flag
diff options
context:
space:
mode:
authorGervase Markham <gerv@mozilla.org>2010-03-29 14:22:44 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2010-03-29 14:22:44 +0200
commit2bd13faae4838fc4904000da51b3555cd5b2b40a (patch)
treef635e9ba66abd6faa69c2d6b9fb9443ce478d977 /template/en/default/flag
parent33be6ee915c3791245ca040401764eb748f970ed (diff)
downloadbugzilla-2bd13faae4838fc4904000da51b3555cd5b2b40a.tar.gz
bugzilla-2bd13faae4838fc4904000da51b3555cd5b2b40a.tar.xz
Bug 540042: Change flag markup to identify flag type in all cases
r/a=LpSolit
Diffstat (limited to 'template/en/default/flag')
-rw-r--r--template/en/default/flag/list.html.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/flag/list.html.tmpl b/template/en/default/flag/list.html.tmpl
index 582da0b54..661f37dd1 100644
--- a/template/en/default/flag/list.html.tmpl
+++ b/template/en/default/flag/list.html.tmpl
@@ -64,7 +64,7 @@
<select id="flag-[% flag.id %]" name="flag-[% flag.id %]"
title="[% type.description FILTER html %]"
onchange="toggleRequesteeField(this);"
- class="flag_select">
+ class="flag_select flag_type-[% type.id %]">
[%# Only display statuses the user is allowed to set. %]
[% IF user.can_request_flag(type) || flag.setter_id == user.id %]
<option value="X"></option>
@@ -184,7 +184,7 @@
title="[% type.description FILTER html %]"
[% " disabled=\"disabled\"" UNLESS (type.is_requestable && user.can_request_flag(type)) || user.can_set_flag(type) %]
onchange="toggleRequesteeField(this);"
- class="flag_select">
+ class="flag_select flag_type-[% type.id %]">
<option value="X"></option>
[% IF type.is_requestable && user.can_request_flag(type) %]
<option value="?">?</option>