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:
parent
9168b85706
commit
87ec1cfb2f
@ -1 +1 @@
|
||||
7094
|
||||
7095
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user