From 8b1050579734515d29b4fdcb9e3e4cd1aeb9fece 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 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 Signed-off-by: Jared Camins-Esakov --- koha-tmpl/opac-tmpl/prog/en/modules/opac-shelves.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 471dddb563..76a78b908c 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

-- 2.39.5