Merge branch 'bug_9850' into 3.12-master
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / help / tools / quotes-upload.tt
1 [% INCLUDE 'help-top.inc' %]
2
3 <h1>Quote of the day uploader</h1>
4
5 <p>The Quote of the Day (QOTD) uploader allows for uploading of bulk quotes into 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 uploader:</p>
8
9 <ol>
10     <li><b>CSV File Uploading</b></li>
11     <ol>
12         <li>This function allows for the selection and upload of a CSV file containing quotes.</li>
13         <li>Click the 'Choose File' button below the instructions.</li>
14         <li>You will be presented with a file browser allowing you to select the CSV file you wish to upload.</li>
15         <li>After selecting the CSV file, click the 'Open' button and the file will be uploaded into a temporary editing table.</li>
16         <li>The CSV file must contain two columns in the form: "source","text" with no header row.</li>
17         <li><b>Note:</b> You will be prompted to confirm upload of files larger than 512KB.</li>
18     </ol>
19     <li><b>Pre-save Editing</b></li>
20     <ol>
21         <li>Once the CSV file has been loaded into the temporary editing table, you may edit the quotes prior to saving them.</li>
22         <li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li>
23         <li>When you are finished editing a field, press the &lt;Enter&gt; key to save the changes.</li>
24         <li>The list will be updated and the edits should now be visible.</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 corrisponding 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>Save Quotes</b></li>
35     <ol>
36         <li>This option allows for saving all of the quotes in the temporary editing table to the pool of quotes.</li>
37         <li>Once you are satisfied with the quotes, click the 'Save quotes' button in the toolbar and the quotes will be saved.</li>
38         <li><b>Note:</b>The process of saving quotes is "asynchronous" meaning that you may navigate to other sections of the staff client while the quotes are being saved.</li>
39         <li>If you choose to remain on the QOTD uploader page, you will receive a confirmation message once the quotes have successfully been saved.</li>
40     </ol>
41 </ol>
42
43 <p><strong>See the full documentation for the Quote of the Day Uploader in the <a href="http://manual.koha-community.org/3.12/en/additionaltools.html#importquote">manual</a> (online).</strong></p>
44
45 [% INCLUDE 'help-bottom.inc' %]