summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorSimon Green <sgreen@redhat.com>2014-05-22 01:17:46 +0200
committerSimon Green <sgreen@redhat.com>2014-05-22 01:17:46 +0200
commit9bd3f08dce23acc052819d97d1f082666c354b20 (patch)
tree6fee7c37bb9bff84a681593eff2e565e7bdb5f3e /template/en/default/list
parentabf6ec5cff89b9507aa978d5345559239886c014 (diff)
downloadbugzilla-9bd3f08dce23acc052819d97d1f082666c354b20.tar.gz
bugzilla-9bd3f08dce23acc052819d97d1f082666c354b20.tar.xz
Bug 1008764: Add a web service to create and update Flag types
r=glob, a=justdave
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/edit-multiple.html.tmpl7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl
index 5adc47a59..144ae10c9 100644
--- a/template/en/default/list/edit-multiple.html.tmpl
+++ b/template/en/default/list/edit-multiple.html.tmpl
@@ -44,6 +44,11 @@
</ol>
</div>
+[% IF excluded_values %]
+ <p class="extra_info">Only values that are available for all products of the above
+ [%+ terms.bugs %] are shown.</p>
+[% END %]
+
<table id="form">
<tr>
@@ -124,7 +129,7 @@
<th><label for="target_milestone">Target Milestone:</label></th>
<td>
[% PROCESS selectmenu menuname = "target_milestone"
- menuitems = targetmilestones %]
+ menuitems = milestones %]
</td>
[% END %]
</tr>