From 3f8838b9249916b9ebb7a3df3bd1839fe4e818c1 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Thu, 8 Nov 2012 12:19:05 -0500 Subject: [PATCH] Bug 7500 [Lists follow-up] Use CSS Sprites for faster page loading Content-Type: text/plain; charset="utf-8" I just noticed there were a couple of instances where the lists page referred to an image which was removed in a previous patch for Bug 7500. This patch corrects it. To test, edit a list in the OPAC. The breadcrumbs menu should have no broken images. Signed-off-by: Marcel de Rooy --- .../opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt index 471dddb..76a78b9 100644 --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt +++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt @@ -452,7 +452,7 @@ $(function() { [% IF ( edit ) %] -

Lists > [% shelfname |html %] > Editing

+

Lists[% shelfname |html %] ⇢ Editing

-- 1.7.7.6