Bug 20706: Fixes the links to the manual to reflect chanced chapter file names
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / quotes.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Quote of the day editor</h1>
4
5 <p>The Quote of the Day (QOTD) editor allows for editing of and adding to the pool of quotes which serve as the source of the Quote-Of-The-Day (QOTD) feature in OPAC.</p>
6
7 <p>There are four basic functions in the editor:</p>
8
9 <ol>
10     <li><b>Editing</b></li>
11     <ol>
12         <li>Once the current quote pool has been loaded into the editing table, you may edit the quote source and text.</li>
13         <li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li>
14         <li>When you are finished editing a field, press the &lt;Enter&gt; key to save the changes.</li>
15         <li>The list will be updated, the edits saved, and visible.</li>
16     </ol>
17     <li><b>Add Quote</b></li>
18     <ol>
19         <li>This option allows for the addition of quotes one at a time.</li>
20         <li>Click the 'Add quote' button in the toolbar and an empty quote entry will be added to the end of the current quote list.</li>
21         <li><b>Note: </b>Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.</li>
22         <li>When finished filling in both fields, press the &lt;Enter&gt; key to save the new quote.</li>
23         <li>The list will update and the new quote should now be visible.</li>
24         <li>You may cancel the addition of a new quote any time prior to saving it simply by pressing the &lt;Esc&gt; key.</li>
25     </ol>
26     <li><b>Delete Quote(s)</b></li>
27     <ol>
28         <li>This option allows for the deletion of one or more quotes at a time.</li>
29         <li>Select the quote(s) you desire to delete by clicking on the corresponding quote id.</li>
30         <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li>
31         <li>You will be prompted to confirm the deletion.</li>
32         <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li>
33     </ol>
34     <li><b>Import Quotes</b></li>
35     <ol>
36         <li>This option allows for the uploading of a CSV file containing bulk quotes.</li>
37         <li>Detailed help for this option is available on the QOTD uploader page.</li>
38     </ol>
39 </ol>
40
41 <p><strong>See the full documentation for the Quote of the Day Editor in the <a href="http://koha-community.org/manual/[% helpVersion %]/html/tools.html#quote-of-the-day-(qotd)-editor">manual</a> (online).</strong></p>
42
43 [% INCLUDE 'help-bottom.inc' %]