From: Ian Walls To: koha-patches@lists.koha-community.org Date: Thu, 30 Dec 2010 11:39:39 -0500 Message-Id: <1293727179-10729-1-git-send-email-ian.walls@bywatersolutions.com> X-Mailer: git-send-email 1.5.6.5 Subject: [Koha-patches] [PATCH] [SIGNED-OFF] bug 5563 change note about cover images on enhanced content X-BeenThere: koha-patches@lists.koha-community.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches submitted to Koha List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: koha-patches-bounces@lists.koha-community.org Errors-To: koha-patches-bounces@lists.koha-community.org From: Nicole Engard on the enhanced content tab of system preferences it says that Koha will pick the first cover image - but in fact it shows them all - that note needs to be updated to properly warn of the expected behavior. Signed-off-by: Ian Walls --- .../admin/preferences/enhanced-content.pref | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref index cecb7a6..5367a42 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced-content.pref @@ -1,7 +1,7 @@ Enhanced Content: All: - - - NOTE: if you have more than one source of cover images set up, Koha will use the first available. + - NOTE: you can only choose one source of cover images from below, otherwise Koha will show the images from all sources selected. - - pref: FRBRizeEditions default: 0 -- 1.5.6.5