From: Dave Miller Date: Thu, 27 Feb 2014 08:42:00 +0000 (+0100) Subject: Bug 893595: The pink colour of private comment will turn to white after refreshing... X-Git-Tag: bugzilla-4.4.3~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1af448076916bb7a031009590275df882d7961a;p=thirdparty%2Fbugzilla.git Bug 893595: The pink colour of private comment will turn to white after refreshing the page r=LpSolit a=justdave --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index c51621ee28..c3e18adfde 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -565,6 +565,9 @@ TUI_hide_default('attachment_text_field'); Make description and any new attachment private (visible only to members of the [% Param('insidergroup') FILTER html %] group) + [% END %] diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index 97878ce003..7b7c0dfc5c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -1061,6 +1061,11 @@ maxrows = 25 cols = constants.COMMENT_COLS %] + [% IF user.is_insider %] + + [% END %] [% Hook.process("after_comment_textarea", 'bug/edit.html.tmpl') %] [% ELSE %] You are not allowed to make an additional comment on this [% terms.bug %]. diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index a103a41734..465578a312 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -288,7 +288,7 @@ [% IF user.is_insider %] + onClick="updateCommentTagControl(this, 'comment')"/>