Explorar el Código

comments are shared by default

sferot hace 11 años
padre
commit
e28a0f00f1
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      pboard/pboard/templates/document-widgets-tabs.mak

+ 1 - 1
pboard/pboard/templates/document-widgets-tabs.mak Ver fichero

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