Merge remote-tracking branch 'kc/new/bug_5449' into kcmaster
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / reviews / reviewswaiting.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Comments/Reviews</h1>
4                 <ul>
5                         <li>Go to the 'Tools' module (usually under 'More' in your Global Nav)</li>
6                         <li>Choose 'Comments'</li>
7                         <li>From this menu you will see all comments/reviews awaiting approval. <br/>
8                         <ul>
9                                 <li>If there are no comments, the page will inform you of such</li>
10                         </ul></li>
11                         <li>To approve a comment click 'Approve'</li>
12                         <li>To delete a comment click 'Delete'</li>
13                         <li>Once a comment has been approved, it will appear in the OPAC under the 'Comments' tab</li>
14                 </ul>
15
16 <h2>Can I turn off comment moderation?</h2>
17 <p>At this time, this is not a feature of Koha.  All comments go through moderation.</p>
18 <h2>How do I turn on/off Comments in my OPAC?</h2>
19 <p>This feature is under Global System Preferences:</p>
20                 <ul>
21                         <li>Go to the 'Administration' module (usually under 'More' in your Global Nav)</li>
22                         <li>Click on 'Global System preferences' and then choose the 'OPAC Features' tab</li>
23                         <li>From here you can toggle the 'reviewson' feature which controls comments within your OPAC</li>
24                 </ul>
25
26 [% INCLUDE 'help-bottom.inc' %]