From 78cbf3e0b9f0c7445de449bc01c5f0b5ee7e25d7 Mon Sep 17 00:00:00 2001 From: Jared Camins-Esakov Date: Sat, 28 Apr 2012 08:40:24 -0400 Subject: [PATCH] Bug 7977 follow-up: Fix errors that came up in testing Content-Type: text/plain; charset="UTF-8" * Add note explaining that one has to hit Enter to save changes * Add a span for the separator on the OPAC * Change abbreviation for Quote-of-the-Day to QOTD --- .../intranet-tmpl/prog/en/modules/tools/quotes.tt | 2 +- .../prog/en/modules/tools/tools-home.tt | 2 +- koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt index 8e14e7a..6e79f62 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/quotes.tt @@ -158,7 +158,7 @@
  • - Click Source or Text field to edit contents + Click Source or Text field to edit contents (press Enter when you have finished editing to save the changes)
  • diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt index c78f17d..9b1b11b 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/tools-home.tt @@ -88,7 +88,7 @@ [% END %] [% IF ( CAN_user_tools_edit_quotes ) %] -
    Edit Quotes for QOD Feature
    +
    Edit Quotes for QOTD Feature
    Quote editor for Quote-of-the-day feature in OPAC
    [% END %] diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt index 208af2f..a89c473 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-main.tt @@ -36,7 +36,7 @@ [% END %] [% IF ( display_daily_quote && daily_quote ) %] -

    Quote of the Day

    [% daily_quote.text %] ~ [% daily_quote.source %]
    +

    Quote of the Day

    [% daily_quote.text %] ~ [% daily_quote.source %]
    [% END %] [% IF ( OpacMainUserBlock ) %]
    [% OpacMainUserBlock %]
    [% END %] -- 1.7.2.5