From 1cb96f9b44b42855844576afab248fa9bdfc1c00 Mon Sep 17 00:00:00 2001 From: "dkl%redhat.com" <> Date: Wed, 17 Dec 2008 17:39:02 +0000 Subject: Bug 460909 - Mass edit bug form does not allow adding private comments Patch by Dave Lawrence - r/a=LpSolit --- template/en/default/bug/edit.html.tmpl | 8 -------- template/en/default/list/edit-multiple.html.tmpl | 9 ++++++++- 2 files changed, 8 insertions(+), 9 deletions(-) (limited to 'template') diff --git a/template/en/default/bug/edit.html.tmpl b/template/en/default/bug/edit.html.tmpl index ff621173f..73efa0b6c 100644 --- a/template/en/default/bug/edit.html.tmpl +++ b/template/en/default/bug/edit.html.tmpl @@ -136,14 +136,6 @@ [% END %] - function updateCommentTagControl(checkbox, form) { - if (checkbox.checked) { - form.comment.className='bz_private'; - } else { - form.comment.className=''; - } - } - //--> diff --git a/template/en/default/list/edit-multiple.html.tmpl b/template/en/default/list/edit-multiple.html.tmpl index 190628fa9..d49709dbc 100644 --- a/template/en/default/list/edit-multiple.html.tmpl +++ b/template/en/default/list/edit-multiple.html.tmpl @@ -256,7 +256,14 @@ -
+ +[% IF user.is_insider %] + + +[% END %] +
[% INCLUDE global/textarea.html.tmpl name = 'comment' id = 'comment' -- cgit v1.2.3-24-g4f1b