From fb0ffe92bf6052fad254b107d08b7b0cd4d7fca8 Mon Sep 17 00:00:00 2001 From: Chris Nighswonger Date: Mon, 21 May 2012 14:11:29 -0400 Subject: [PATCH] Fixing a typo in the quotes-upload help file and hardcoded css Content-Type: text/plain; charset="utf-8" --- .../prog/en/modules/help/tools/quotes-upload.tt | 2 +- .../prog/en/modules/help/tools/quotes.tt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 index 2d8fe60..31a8e14 100644 --- 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 @@ -13,7 +13,7 @@
  • You will be presented with a file browser allowing you to select the CSV file you wish to upload.
  • After selecting the CSV file, click the 'Open' button and the file will be uploaded into a temporary editing table.
  • The CSV file must contain two columns in the form: "source","text" with no header row.
  • -
  • Note: You will be promoted to confirm upload of files larger than 512KB.
  • +
  • Note: You will be prompted to confirm upload of files larger than 512KB.
  • Pre-save Editing
    1. 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 index 5df2dfd..9509ae2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/tools/quotes.tt @@ -2,7 +2,7 @@

      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.

      +

      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.7.0.4