Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
bugzilla
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
bugzilla
Commits
7a9af9ad
Commit
7a9af9ad
authored
Aug 01, 2012
by
Frédéric Buclin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug 779600: Hide flag types you cannot request nor set instead of leaving them as disabled
r=dkl a=LpSolit
parent
52e47412
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
list.html.tmpl
template/en/default/flag/list.html.tmpl
+1
-3
No files found.
template/en/default/flag/list.html.tmpl
View file @
7a9af9ad
...
@@ -91,6 +91,7 @@
...
@@ -91,6 +91,7 @@
[%# Display a table row for flags %]
[%# Display a table row for flags %]
[% BLOCK flag_row %]
[% BLOCK flag_row %]
[% RETURN IF !flag && !((type.is_requestable && user.can_request_flag(type)) || user.can_set_flag(type)) %]
[% SET fid = flag ? "flag-$flag.id" : "flag_type-$type.id" %]
[% SET fid = flag ? "flag-$flag.id" : "flag_type-$type.id" %]
<tbody[% ' class="bz_flag_type"' IF !flag %]>
<tbody[% ' class="bz_flag_type"' IF !flag %]>
<tr>
<tr>
...
@@ -107,9 +108,6 @@
...
@@ -107,9 +108,6 @@
</td>
</td>
<td>
<td>
<select id="[% fid FILTER html %]" name="[% fid FILTER html %]"
<select id="[% fid FILTER html %]" name="[% fid FILTER html %]"
[% IF !flag && !((type.is_requestable && user.can_request_flag(type)) || user.can_set_flag(type)) %]
disabled="disabled"
[% END %]
title="[% type.description FILTER html %]"
title="[% type.description FILTER html %]"
onchange="toggleRequesteeField(this);"
onchange="toggleRequesteeField(this);"
class="flag_select flag_type-[% type.id %]">
class="flag_select flag_type-[% type.id %]">
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment