Browse Source

comments are shared by default

sferot 10 years ago
parent
commit
e28a0f00f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pboard/pboard/templates/document-widgets-tabs.mak

+ 1 - 1
pboard/pboard/templates/document-widgets-tabs.mak View File

@@ -552,7 +552,7 @@
552 552
       ${POD.RichTextEditor('add_comment_data_content_textarea_wysiwyg', '', 'boldanditalic')}
553 553
     </label>
554 554
     <label>
555
-      <input type="checkbox" name='is_shared'/> ${_('Share this comment')}
555
+      <input type="checkbox" name='is_shared' checked /> ${_('Share this comment')}
556 556
     </label>
557 557
     <span class="pull-right">
558 558
       % if len(poNode.getComments())<=0: