Merge remote-tracking branch 'origin/new/bug_7936'
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / quotes.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>QOTD Editor</h1>
4
5 <p>The 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 <p>There are four basic functions in the editor:</p>
7
8 <ol>
9     <li><b>Editing</b></li>
10     <ol>
11         <li>Once the current quote pool has been loaded into the editing table, you may edit the quote source and text.</li>
12         <li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li>
13         <li>When you are finished editing a field, press the &lt;Enter&gt; key to save the changes.</li>
14         <li>The list will be updated, the edits saved, and visible.</li>
15     </ol>
16     <li><b>Add Quote</b></li>
17     <ol>
18         <li>This option allows for the addition of quotes one at a time.</li>
19         <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>
20         <li>Both the 'Source' and the 'Text' fields <b>must</b> be filled in in order to save the new quote.</li>
21         <li>When finished filling in both fields, press the &lt;Enter&gt; key to save the new quote.</li>
22         <li>The list will update and the new quote should now be visible.</li>
23         <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>
24     </ol>
25     <li><b>Delete Quote(s)</b></li>
26     <ol>
27         <li>This option allows for the deletion of one or more quotes at a time.</li>
28         <li>Select the quote(s) you desire to delete by clicking on the corrisponding quote id.</li>
29         <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li>
30         <li>You will be prompted to confirm the deletion.</li>
31         <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li>
32     </ol>
33     <li><b>Import Quotes</b></li>
34     <ol>
35         <li>This option allows for the uploading of a CSV file containing bulk quotes.</li>
36         <li>Detailed help for this option is available on the QOTD uploader page.</li>
37     </ol>
38 </ol>
39
40 <p><strong>See the full documentation for the QOTD Editor in the <a href="http://manual.koha-community.org/3.8/en/QOTDeditor.html">manual</a> (online).</strong></p>
41
42 [% INCLUDE 'help-bottom.inc' %]