diff options
author | Byron Jones <bjones@mozilla.com> | 2011-10-13 09:53:31 +0200 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2011-10-13 09:53:31 +0200 |
commit | b6b00b8804b1e0a0defb5b687013190dfda42b57 (patch) | |
tree | 049bd7a896df16bb93402c3c6932967fc424631e /extensions/InlineHistory/template/en/default/hook/bug | |
parent | 940466b73185d7ef483aa83d9cde50168d836bd4 (diff) | |
download | bugzilla-b6b00b8804b1e0a0defb5b687013190dfda42b57.tar.gz bugzilla-b6b00b8804b1e0a0defb5b687013190dfda42b57.tar.xz |
bug 693913: set up upper limit on the number of changes to show inline
Diffstat (limited to 'extensions/InlineHistory/template/en/default/hook/bug')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-comment_banner.html.tmpl | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-comment_banner.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-comment_banner.html.tmpl new file mode 100644 index 000000000..73f428508 --- /dev/null +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-comment_banner.html.tmpl @@ -0,0 +1,31 @@ +[%# ***** BEGIN LICENSE BLOCK ***** + # Version: MPL 1.1 + # + # The contents of this file are subject to the Mozilla Public License Version + # 1.1 (the "License"); you may not use this file except in compliance with + # the License. You may obtain a copy of the License at + # http://www.mozilla.org/MPL/ + # + # Software distributed under the License is distributed on an "AS IS" basis, + # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License + # for the specific language governing rights and limitations under the + # License. + # + # The Original Code is the InlineHistory Bugzilla Extension; + # Derived from the Bugzilla Tweaks Addon. + # + # The Initial Developer of the Original Code is the Mozilla Foundation. + # Portions created by the Initial Developer are Copyright (C) 2011 the + # Initial Developer. All Rights Reserved. + # + # Contributor(s): + # Byron Jones <glob@mozilla.com> + # + # ***** END LICENSE BLOCK ***** + #%] + +[% IF ih_activity_max %] +<p> + <i>This [% terms.bug %] contains too many changes to be displayed inline.</i> +</p> +[% END %] |