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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt (+44 lines)
Line 0 Link Here
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>QOTD Uploader</h1>
4
5
<p style="font-size:18px;font-style:italic;">The 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
<p>There are four basic functions in the uploader:</p>
7
8
<ol>
9
    <li><b>CSV File Uploading</b></li>
10
    <ol>
11
        <li>This function allows for the selection and upload of a CSV file containing quotes.</li>
12
        <li>Click the 'Choose File' button below the instructions.</li>
13
        <li>You will be presented with a file browser allowing you to select the CSV file you wish to upload.</li>
14
        <li>After selecting the CSV file, click the 'Open' button and the file will be uploaded into a temporary editing table.</li>
15
        <li>The CSV file must contain two columns in the form: "source","text" with no header row.</li>
16
        <li><b>Note:</b> You will be promoted to confirm upload of files larger than 512KB.</li>
17
    </ol>
18
    <li><b>Pre-save Editing</b></li>
19
    <ol>
20
        <li>Once the CSV file has been loaded into the temporary editing table, you may edit the quotes prior to saving them.</li>
21
        <li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li>
22
        <li>When you are finished editing a field, press the &lt;Enter&gt; key to save the changes.</li>
23
        <li>The list will be updated and the edits should now be visible.</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>Save Quotes</b></li>
34
    <ol>
35
        <li>This option allows for saving all of the quotes in the temporary editing table to the pool of quotes.</li>
36
        <li>Once you are satisfied with the quotes, click the 'Save quotes' button in the toolbar and the quotes will be saved.</li>
37
        <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>
38
        <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>
39
    </ol>
40
</ol>
41
42
<p><strong>See the full documentation for the QOTD Uploader in the <a href="http://manual.koha-community.org/3.8/en/QOTDuploader.html">manual</a> (online).</strong></p>
43
44
[% INCLUDE 'help-bottom.inc' %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt (-1 / +42 lines)
Line 0 Link Here
0
- 
1
[% INCLUDE 'help-top.inc' %]
2
3
<h1>QOTD Editor</h1>
4
5
<p style="font-size:18px;font-style:italic;">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' %]

Return to bug 7977