From 2e2981d25c185fde56f29c7aed4e3e6bba50039e Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Thu, 15 Oct 2015 23:59:10 +0800 Subject: Bug 1153101 - add hooks for edit-comments extension --- .../hook/bug/comments-a_comment-end.html.tmpl | 52 ---------------------- 1 file changed, 52 deletions(-) delete mode 100644 extensions/EditComments/template/en/default/hook/bug/comments-a_comment-end.html.tmpl (limited to 'extensions/EditComments/template/en/default/hook/bug/comments-a_comment-end.html.tmpl') diff --git a/extensions/EditComments/template/en/default/hook/bug/comments-a_comment-end.html.tmpl b/extensions/EditComments/template/en/default/hook/bug/comments-a_comment-end.html.tmpl deleted file mode 100644 index cf54c71ed..000000000 --- a/extensions/EditComments/template/en/default/hook/bug/comments-a_comment-end.html.tmpl +++ /dev/null @@ -1,52 +0,0 @@ -[%# This Source Code Form is subject to the terms of the Mozilla Public - # License, v. 2.0. If a copy of the MPL was not distributed with this - # file, You can obtain one at http://mozilla.org/MPL/2.0/. - # - # This Source Code Form is "Incompatible With Secondary Licenses", as - # defined by the Mozilla Public License, v. 2.0. - #%] - -[% IF comment.body != '' - && Param('edit_comments_group') - && user.in_group(Param('edit_comments_group')) - && (comment.type == constants.CMT_NORMAL - || comment.type == constants.CMT_DUPE_OF - || comment.type == constants.CMT_ATTACHMENT_CREATED - || comment.type == constants.CMT_ATTACHMENT_UPDATED) -%] - - [edit - [% IF comment.edit_count %] - | history - ([% comment.edit_count FILTER html %]) - [% END %]] - -
-
Loading...
- [% INCLUDE global/textarea.html.tmpl - name = "edit_comment_textarea_${comment.id}" - id = "edit_comment_textarea_${comment.count}" - minrows = 10 - maxrows = 25 - classes = "edit_comment_textarea bz_default_hidden" - cols = constants.COMMENT_COLS - disabled = 1 - %] -
- -[% END %] -- cgit v1.2.3-24-g4f1b