View | Details | Raw Unified | Return to bug 8945
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tags/review.tt (-7 / +6 lines)
Lines 2-23 Link Here
2
2
3
<h1>Tags</h1>
3
<h1>Tags</h1>
4
4
5
<p>Depending on your tagging system preferences, librarians may need to approve tags before they are published on the OPAC. This is done via the Tag Moderation Tool.</p>
5
<p>Depending on your tagging system preferences, librarians may need to approve tags before they are published on the OPAC. This is done via the Tag Moderation Tool. If there are tags awaiting moderation they will be listed on the main staff dashboard under the module labels.</p>
6
6
7
<p>When first visiting the tool, you will be presented with a list of tags that are pending approval or rejection by a librarian</p>
7
<p>To moderate the tags visit the Tags tool. When first visiting the tool, you will be presented with a list of tags that are pending approval or rejection by a librarian</p>
8
8
9
<ul>
9
<ul>
10
    <li>To approve a tag, you can either click the 'Approve' button inline with the term, or check all terms you want to approve and click 'Approve' below the table.</li>
10
    <li>To approve a tag, you can either click the 'Approve' button in line with the term, or check all terms you want to approve and click 'Approve' below the table.</li>
11
11
12
    <li>To reject a tag, you can either click the 'Reject' button inline with the term, or check all terms you want to approve and click 'Reject' below the table.</li>
12
    <li>To reject a tag, you can either click the 'Reject' button in line with the term, or check all terms you want to approve and click 'Reject' below the table.</li>
13
</ul>
13
</ul>
14
14
15
<p>Once a tag has been approved or rejected it will be moved to the appropriate list of tags. A summary of all tags will appear on the right of the screen.</p>
15
<p>Once a tag has been approved or rejected it will be moved to the appropriate list of tags. A summary of all tags will appear on the right of the screen.</p>
16
16
17
<p>Even though a tag is approved or rejected, it can still be moved to another list. When viewing approved tags each tag has the option to reject</p>
17
<p>Even though a tag is approved or rejected, it can still be moved to another list. When viewing approved tags each tag has the option to reject</p>
18
18
19
<p>To check terms against the approved and rejected lists (and possibly against the dictionary you have assigned for tag moderation) simply enter the term into the search box on the bottom right of the screen to see the status of the term</p>
19
<p>To check terms against the approved and rejected lists (and possibly against the dictionary you have assigned for tag moderation) simply enter the term into the search box on the bottom right of the screen to see the status of the term.</p>
20
20
21
<p><strong>See the full documentation for Tag Moderation in the <a href="http://manual.koha-community.org/3.8/en/tagsmoderation.html">manual</a> (online).</strong></p>
21
<p><strong>See the full documentation for Tag Moderation in the <a href="http://manual.koha-community.org/3.10/en/tagsmoderation.html">manual</a> (online).</strong></p>
22
22
23
[% INCLUDE 'help-bottom.inc' %]
23
[% INCLUDE 'help-bottom.inc' %]
24
- 

Return to bug 8945