Bug 540042: Change flag markup to identify flag type in all cases

r/a=LpSolit


git-svn-id: svn://10.0.0.236/trunk@260083 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2010-03-29 12:32:52 +00:00
parent 9168b85706
commit 87ec1cfb2f
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
7094
7095

View File

@ -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>