diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-21 01:24:05 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2010-10-21 01:24:05 +0200 |
commit | f770095a34894673cfecf1caf520b8ab87038e81 (patch) | |
tree | ca73e907712a15d017dded8c5a775a7c9c919472 /template/en/default/bug/create | |
parent | c971c66989e39fddbebfdf671d4f55502620a61f (diff) | |
download | bugzilla-f770095a34894673cfecf1caf520b8ab87038e81.tar.gz bugzilla-f770095a34894673cfecf1caf520b8ab87038e81.tar.xz |
Bug 598014: Document how to mark the initial comment as private when using Bug.create()
r/a=mkanat
Diffstat (limited to 'template/en/default/bug/create')
-rw-r--r-- | template/en/default/bug/create/create.html.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 43f113150..94aafe45d 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -588,9 +588,9 @@ TUI_hide_default('attachment_text_field'); <th> </th> <td colspan="3"> - <input type="checkbox" id="commentprivacy" name="commentprivacy" - [% " checked=\"checked\"" IF commentprivacy %]> - <label for="commentprivacy"> + <input type="checkbox" id="comment_is_private" name="comment_is_private" + [% ' checked="checked"' IF comment_is_private %]> + <label for="comment_is_private"> Make description private (visible only to members of the <strong>[% Param('insidergroup') FILTER html %]</strong> group) </label> |