Bugzilla – Attachment 9725 Details for
Bug 7977
Add a "Quote-of-the-day" feature to the OPAC homepage
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7977: Adding Koha standard help files for QOTD feature
Bug-7977-Adding-Koha-standard-help-files-for-QOTD-.patch (text/plain), 6.51 KB, created by
Mason James
on 2012-05-22 23:57:30 UTC
(
hide
)
Description:
Bug 7977: Adding Koha standard help files for QOTD feature
Filename:
MIME Type:
Creator:
Mason James
Created:
2012-05-22 23:57:30 UTC
Size:
6.51 KB
patch
obsolete
>From 19e10dcbd3fc57be48641ca5f38c171bf65a945b Mon Sep 17 00:00:00 2001 >From: Chris Nighswonger <cnighswonger@foundations.edu> >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" >http://koha-community.org > >Signed-off-by: Jared Camins-Esakov <jcamins@cpbibliography.com> >Signed-off-by: Mason James <mtj@kohaaloha.com> >--- > .../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' %] >+ >+<h1>QOTD Uploader</h1> >+ >+<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> >+<p>There are four basic functions in the uploader:</p> >+ >+<ol> >+ <li><b>CSV File Uploading</b></li> >+ <ol> >+ <li>This function allows for the selection and upload of a CSV file containing quotes.</li> >+ <li>Click the 'Choose File' button below the instructions.</li> >+ <li>You will be presented with a file browser allowing you to select the CSV file you wish to upload.</li> >+ <li>After selecting the CSV file, click the 'Open' button and the file will be uploaded into a temporary editing table.</li> >+ <li>The CSV file must contain two columns in the form: "source","text" with no header row.</li> >+ <li><b>Note:</b> You will be promoted to confirm upload of files larger than 512KB.</li> >+ </ol> >+ <li><b>Pre-save Editing</b></li> >+ <ol> >+ <li>Once the CSV file has been loaded into the temporary editing table, you may edit the quotes prior to saving them.</li> >+ <li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li> >+ <li>When you are finished editing a field, press the <Enter> key to save the changes.</li> >+ <li>The list will be updated and the edits should now be visible.</li> >+ </ol> >+ <li><b>Delete Quote(s)</b></li> >+ <ol> >+ <li>This option allows for the deletion of one or more quotes at a time.</li> >+ <li>Select the quote(s) you desire to delete by clicking on the corrisponding quote id.</li> >+ <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li> >+ <li>You will be prompted to confirm the deletion.</li> >+ <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li> >+ </ol> >+ <li><b>Save Quotes</b></li> >+ <ol> >+ <li>This option allows for saving all of the quotes in the temporary editing table to the pool of quotes.</li> >+ <li>Once you are satisfied with the quotes, click the 'Save quotes' button in the toolbar and the quotes will be saved.</li> >+ <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> >+ <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> >+ </ol> >+</ol> >+ >+<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> >+ >+[% 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' %] >+ >+<h1>QOTD Editor</h1> >+ >+<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> >+<p>There are four basic functions in the editor:</p> >+ >+<ol> >+ <li><b>Editing</b></li> >+ <ol> >+ <li>Once the current quote pool has been loaded into the editing table, you may edit the quote source and text.</li> >+ <li>Edit either the 'Source' or 'Text' fields by clicking on the desired field.</li> >+ <li>When you are finished editing a field, press the <Enter> key to save the changes.</li> >+ <li>The list will be updated, the edits saved, and visible.</li> >+ </ol> >+ <li><b>Add Quote</b></li> >+ <ol> >+ <li>This option allows for the addition of quotes one at a time.</li> >+ <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> >+ <li>Both the 'Source' and the 'Text' fields <b>must</b> be filled in in order to save the new quote.</li> >+ <li>When finished filling in both fields, press the <Enter> key to save the new quote.</li> >+ <li>The list will update and the new quote should now be visible.</li> >+ <li>You may cancel the addition of a new quote any time prior to saving it simply by pressing the <Esc> key.</li> >+ </ol> >+ <li><b>Delete Quote(s)</b></li> >+ <ol> >+ <li>This option allows for the deletion of one or more quotes at a time.</li> >+ <li>Select the quote(s) you desire to delete by clicking on the corrisponding quote id.</li> >+ <li>Once quote selection is finished, simply click the 'Delete quote(s)' key.</li> >+ <li>You will be prompted to confirm the deletion.</li> >+ <li>After confirming the deletion, the list will update and the quote(s) will no longer appear.</li> >+ </ol> >+ <li><b>Import Quotes</b></li> >+ <ol> >+ <li>This option allows for the uploading of a CSV file containing bulk quotes.</li> >+ <li>Detailed help for this option is available on the QOTD uploader page.</li> >+ </ol> >+</ol> >+ >+<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> >+ >+[% INCLUDE 'help-bottom.inc' %] >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7977
:
9310
|
9321
|
9323
|
9324
|
9325
|
9326
|
9327
|
9328
|
9338
|
9343
|
9373
|
9376
|
9377
|
9378
|
9392
|
9405
|
9406
|
9407
|
9408
|
9409
|
9433
|
9434
|
9435
|
9441
|
9442
|
9443
|
9447
|
9473
|
9474
|
9475
|
9476
|
9477
|
9478
|
9479
|
9480
|
9481
|
9482
|
9483
|
9484
|
9485
|
9486
|
9503
|
9504
|
9505
|
9510
|
9517
|
9521
|
9529
|
9530
|
9531
|
9682
|
9683
|
9711
|
9712
|
9713
|
9714
|
9715
|
9716
|
9717
|
9718
|
9719
|
9720
|
9721
|
9722
|
9723
|
9724
| 9725 |
9726
|
9727
|
9728
|
9729
|
9730
|
9731
|
9732