]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 1469689 - Remove Bugzilla Helper and custom bug entry form links from Browse...
authorKohei Yoshino <kohei.yoshino@gmail.com>
Wed, 20 Jun 2018 17:27:54 +0000 (13:27 -0400)
committerDylan William Hardison <dylan@hardison.net>
Wed, 20 Jun 2018 17:27:54 +0000 (13:27 -0400)
extensions/BMO/template/en/default/global/choose-product.html.tmpl

index 4329b716adec6f9dd7a3b6988572b0dc8ce2c8e3..11caca605fb206ff7302b6add0aae8be1f77d07f 100644 (file)
 </section>
 </div>
 
+[% IF NOT is_describe %]
 <div id="guided">
   <a href="enter_bug.cgi?format=guided">
     <img src="extensions/BMO/web/images/guided.png" width="16" height="16">
     Switch to the [% terms.Bugzilla %] Helper</a> |
   <a href="page.cgi?id=custom_forms.html">Custom [% terms.bug %] entry forms</a>
 </div>
+[% END %]
 
 [% PROCESS global/footer.html.tmpl %]