From 17399c411a874fef43b623e4423cacbe50fe2cd2 Mon Sep 17 00:00:00 2001 From: Owen Leonard <oleonard@myacpl.org> 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. --- .../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 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 ) %] - <h3><a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> <img src="[% themelang %]/../images/caret.gif" width="16" height="16" alt=">" border="0" /> <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfnumber %]"><em>[% shelfname |html %]</em></a> <img src="[% themelang %]/../images/caret.gif" width="16" height="16" alt=">" border="0" /> Editing</h3> + <h3><a href="/cgi-bin/koha/opac-shelves.pl">Lists</a> ⇢ <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=[% shelfnumber %]"><em>[% shelfname |html %]</em></a> ⇢ Editing</h3> <form method="post" action="/cgi-bin/koha/opac-shelves.pl"> <input type="hidden" name="op" value="modifsave" /> <input type="hidden" name="display" value="[% display %]" /> -- 1.7.9.5