From 89c49d87573f72dd54a9b6f3f70fad91fc7d2135 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 7 May 2012 19:59:54 -0400 Subject: [PATCH] Bug 7977: Adding Koha standard help files for QOTD feature Content-Type: text/plain; charset="UTF-8" Signed-off-by: Jared Camins-Esakov --- .../prog/en/modules/help/tools/quotes-upload.tt | 44 ++++++++++++++++++++ .../prog/en/modules/help/tools/quotes.tt | 42 +++++++++++++++++++ 2 files changed, 86 insertions(+), 0 deletions(-) create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt new file mode 100644 index 0000000..2d8fe60 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes-upload.tt @@ -0,0 +1,44 @@ +[% INCLUDE 'help-top.inc' %] + +

QOTD Uploader

+ +

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.

+

There are four basic functions in the uploader:

+ +
    +
  1. CSV File Uploading
  2. +
      +
    1. This function allows for the selection and upload of a CSV file containing quotes.
    2. +
    3. Click the 'Choose File' button below the instructions.
    4. +
    5. You will be presented with a file browser allowing you to select the CSV file you wish to upload.
    6. +
    7. After selecting the CSV file, click the 'Open' button and the file will be uploaded into a temporary editing table.
    8. +
    9. The CSV file must contain two columns in the form: "source","text" with no header row.
    10. +
    11. Note: You will be promoted to confirm upload of files larger than 512KB.
    12. +
    +
  3. Pre-save Editing
  4. +
      +
    1. Once the CSV file has been loaded into the temporary editing table, you may edit the quotes prior to saving them.
    2. +
    3. Edit either the 'Source' or 'Text' fields by clicking on the desired field.
    4. +
    5. When you are finished editing a field, press the <Enter> key to save the changes.
    6. +
    7. The list will be updated and the edits should now be visible.
    8. +
    +
  5. Delete Quote(s)
  6. +
      +
    1. This option allows for the deletion of one or more quotes at a time.
    2. +
    3. Select the quote(s) you desire to delete by clicking on the corrisponding quote id.
    4. +
    5. Once quote selection is finished, simply click the 'Delete quote(s)' key.
    6. +
    7. You will be prompted to confirm the deletion.
    8. +
    9. After confirming the deletion, the list will update and the quote(s) will no longer appear.
    10. +
    +
  7. Save Quotes
  8. +
      +
    1. This option allows for saving all of the quotes in the temporary editing table to the pool of quotes.
    2. +
    3. Once you are satisfied with the quotes, click the 'Save quotes' button in the toolbar and the quotes will be saved.
    4. +
    5. Note: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.
    6. +
    7. If you choose to remain on the QOTD uploader page, you will receive a confirmation message once the quotes have successfully been saved.
    8. +
    +
+ +

See the full documentation for the QOTD Uploader in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt new file mode 100644 index 0000000..5df2dfd --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt @@ -0,0 +1,42 @@ +[% INCLUDE 'help-top.inc' %] + +

QOTD Editor

+ +

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.

+

There are four basic functions in the editor:

+ +
    +
  1. Editing
  2. +
      +
    1. Once the current quote pool has been loaded into the editing table, you may edit the quote source and text.
    2. +
    3. Edit either the 'Source' or 'Text' fields by clicking on the desired field.
    4. +
    5. When you are finished editing a field, press the <Enter> key to save the changes.
    6. +
    7. The list will be updated, the edits saved, and visible.
    8. +
    +
  3. Add Quote
  4. +
      +
    1. This option allows for the addition of quotes one at a time.
    2. +
    3. Click the 'Add quote' button in the toolbar and an empty quote entry will be added to the end of the current quote list.
    4. +
    5. Both the 'Source' and the 'Text' fields must be filled in in order to save the new quote.
    6. +
    7. When finished filling in both fields, press the <Enter> key to save the new quote.
    8. +
    9. The list will update and the new quote should now be visible.
    10. +
    11. You may cancel the addition of a new quote any time prior to saving it simply by pressing the <Esc> key.
    12. +
    +
  5. Delete Quote(s)
  6. +
      +
    1. This option allows for the deletion of one or more quotes at a time.
    2. +
    3. Select the quote(s) you desire to delete by clicking on the corrisponding quote id.
    4. +
    5. Once quote selection is finished, simply click the 'Delete quote(s)' key.
    6. +
    7. You will be prompted to confirm the deletion.
    8. +
    9. After confirming the deletion, the list will update and the quote(s) will no longer appear.
    10. +
    +
  7. Import Quotes
  8. +
      +
    1. This option allows for the uploading of a CSV file containing bulk quotes.
    2. +
    3. Detailed help for this option is available on the QOTD uploader page.
    4. +
    +
+ +

See the full documentation for the QOTD Editor in the manual (online).

+ +[% INCLUDE 'help-bottom.inc' %] -- 1.7.2.5