Przeglądaj źródła

comments are shared by default

sferot 11 lat temu
rodzic
commit
e28a0f00f1

+ 1 - 1
pboard/pboard/templates/document-widgets-tabs.mak Wyświetl plik

@@ -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: