summaryrefslogtreecommitdiffstats
path: root/template/en/default/admin/flag-type/list.html.tmpl
diff options
context:
space:
mode:
authorjocuri%softhome.net <>2006-03-02 07:24:13 +0100
committerjocuri%softhome.net <>2006-03-02 07:24:13 +0100
commit620bb51b19bf6bf5c3bced099fc8a65aa1438267 (patch)
tree02d79736f9b95831e468b59df407ecd86f8b1a81 /template/en/default/admin/flag-type/list.html.tmpl
parentbf646df2bc21afc10dc0b074b13c8742ef43d461 (diff)
downloadbugzilla-620bb51b19bf6bf5c3bced099fc8a65aa1438267.tar.gz
bugzilla-620bb51b19bf6bf5c3bced099fc8a65aa1438267.tar.xz
Patch for bug 325567: display more information when listing flag types in editflagtypes.cgi (especially the grant and request group); patch by Remi Zara <remi_zara@mac.com>, r=LpSolit, a=justdave.
Diffstat (limited to 'template/en/default/admin/flag-type/list.html.tmpl')
-rw-r--r--template/en/default/admin/flag-type/list.html.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/template/en/default/admin/flag-type/list.html.tmpl b/template/en/default/admin/flag-type/list.html.tmpl
index bd1d7cb72..a9dc40519 100644
--- a/template/en/default/admin/flag-type/list.html.tmpl
+++ b/template/en/default/admin/flag-type/list.html.tmpl
@@ -26,6 +26,7 @@
style = "
table#flag_types tr th { text-align: left; }
.inactive { color: #787878; }
+ .multiplicable { display: block; }
"
%]
@@ -88,6 +89,9 @@
<th>Edit name ...</th>
<th>Description</th>
<th>Sortkey</th>
+ <th>Properties</th>
+ <th>Grant group</th>
+ <th>Request group</th>
<th>Actions</th>
</tr>
@@ -98,6 +102,19 @@
<td>[% type.description FILTER html %]</td>
<td align="right">[% type.sortkey FILTER html %]</td>
<td>
+ [% IF type.is_requestable %]
+ <span class="requestable">requestable</span>
+ [% END %]
+ [% IF type.is_requestable && type.is_requesteeble %]
+ <span class="requesteeble">(specifically)</span>
+ [% END %]
+ [% IF type.is_multiplicable %]
+ <span class="multiplicable">multiplicable</span>
+ [% END %]
+ </td>
+ <td>[% type.grant_group_name FILTER html %]</td>
+ <td>[% type.request_group_name FILTER html %]</td>
+ <td>
<a href="editflagtypes.cgi?action=copy&amp;id=[% type.id %]">Copy</a>
| <a href="editflagtypes.cgi?action=confirmdelete&amp;id=[% type.id %]"
onclick="return confirmDelete([% type.id %], '[% type.name FILTER js FILTER html %]',