Bugzilla – Attachment 13421 Details for
Bug 7500
Use CSS Sprites in the OPAC for faster page loading
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Signed patch (lists follow-up)
patch.txt (text/plain), 1.83 KB, created by
Marcel de Rooy
on 2012-11-13 12:18:48 UTC
(
hide
)
Description:
Signed patch (lists follow-up)
Filename:
MIME Type:
Creator:
Marcel de Rooy
Created:
2012-11-13 12:18:48 UTC
Size:
1.83 KB
patch
obsolete
>From 3f8838b9249916b9ebb7a3df3bd1839fe4e818c1 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. > >Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl> >--- > .../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 ) %] >- <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.7.6 >
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 7500
:
9226
|
9239
|
9241
|
9594
|
9599
|
9623
|
9677
|
9678
|
9679
|
9680
|
11398
|
11399
|
12165
|
13314
|
13386
| 13421