소스 검색

comments are shared by default

sferot 10 년 전
부모
커밋
e28a0f00f1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pboard/pboard/templates/document-widgets-tabs.mak

+ 1 - 1
pboard/pboard/templates/document-widgets-tabs.mak 파일 보기

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