Bugzilla – Attachment 9343 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 follow-up: Fix errors that came up in testing
Bug-7977-follow-up-Fix-errors-that-came-up-in-test.patch (text/plain), 3.13 KB, created by
Jared Camins-Esakov
on 2012-04-28 14:13:42 UTC
(
hide
)
Description:
Bug 7977 follow-up: Fix errors that came up in testing
Filename:
MIME Type:
Creator:
Jared Camins-Esakov
Created:
2012-04-28 14:13:42 UTC
Size:
3.13 KB
patch
obsolete
>From 78cbf3e0b9f0c7445de449bc01c5f0b5ee7e25d7 Mon Sep 17 00:00:00 2001 >From: Jared Camins-Esakov <jcamins@cpbibliography.com> >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 @@ > <li> > <input type="button" class="add_quote_button" value="Add Quote" style="border-radius: 5px;" onclick="fnClickAddRow();"/> > <input type="button" class="import_quote_button" value="Import Quotes" style="border-radius: 5px;" onclick="parent.location='quotes-upload.pl'"/> >- <span class="hint" style="">Click Source or Text field to edit contents</span> >+ <span class="hint" style="">Click Source or Text field to edit contents (press Enter when you have finished editing to save the changes)</span> > </li> > </ul> > </div> >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 ) %] >- <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit Quotes for QOD Feature</a></dt> >+ <dt><a href="/cgi-bin/koha/tools/quotes.pl">Edit Quotes for QOTD Feature</a></dt> > <dd>Quote editor for Quote-of-the-day feature in OPAC</dd> > [% 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 ) %] >- <div id="daily-quote" class="container"><h1>Quote of the Day</h1><div><span id="daily-quote-text">[% daily_quote.text %]</span> ~ <span id="daily-quote-source">[% daily_quote.source %]</span></div></div> >+ <div id="daily-quote" class="container"><h1>Quote of the Day</h1><div><span id="daily-quote-text">[% daily_quote.text %]</span><span id="daily-quote-sep"> ~ </span><span id="daily-quote-source">[% daily_quote.source %]</span></div></div> > [% END %] > > [% IF ( OpacMainUserBlock ) %]<div id="opacmainuserblock" class="container">[% OpacMainUserBlock %]</div>[% END %] >-- >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