summaryrefslogtreecommitdiffstats
path: root/extensions/BMO/template/en/default/hook/bug/comments-comment_banner.html.tmpl
blob: 2ae3674565cdb61a89f1f908f78a44d004bcb3e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[%# *** Disclaimer for Legal bugs *** %]
[% IF bug.product == "Legal" %]
  <div id="legal_disclaimer">
    The material and information contained herein is Confidential and
    subject to Attorney-Client Privilege and Work Product Doctrine.
  </div>
[% END %]

[%# Needed for collapsing TinderboxPushlog comments %]
[% has_tbpl_comment = 0 %]
<script>
  var tbpl_comment_ids = new Array();
</script>