[%# 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 Param('edit_comments_group') && user.in_group(Param('edit_comments_group')) && (comment.type == 0 || comment.type == 5) && comment.body != '' %] [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 %]