Browse Source

comments are shared by default

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