[%# 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 %]