Bugzilla – Attachment 2466 Details for
Bug 4423
Staff Client XSLT is just a copy of the OPAC one
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional change
0001-Additional-fix-for-Bug-4423-Staff-Client-XSLT-is-jus.patch (text/plain), 2.95 KB, created by
Owen Leonard
on 2010-08-04 20:16:59 UTC
(
hide
)
Description:
Additional change
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2010-08-04 20:16:59 UTC
Size:
2.95 KB
patch
obsolete
>From 198f524644d701e3f4963f1057a70b77886dc7c4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 4 Aug 2010 16:14:34 -0400 >Subject: [PATCH] Additional fix for Bug 4423 - Staff Client XSLT is just a copy of the OPAC one > > - Adding "Lists that include this title" links > - Also correcting minor XHTML error in the same section of opac-detail.tmpl >--- > .../prog/en/modules/catalogue/detail.tmpl | 12 +++++++++++- > .../opac-tmpl/prog/en/modules/opac-detail.tmpl | 2 +- > 2 files changed, 12 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl >index 1861028..2286cb2 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl >@@ -71,8 +71,18 @@ function verify_images() { > <!-- /TMPL_IF --> > <!-- /TMPL_IF --> > >- <!-- TMPL_IF NAME="XSLTDetailsDisplay" --> >+ <!-- TMPL_IF NAME="XSLTDetailsDisplay" --> > <!-- TMPL_VAR NAME="XSLTBloc" --> >+ >+ <!-- TMPL_IF NAME="GetShelves" --> >+ <span class="results_summary"><span class="label">Lists that include this title: </span> >+ <!-- TMPL_LOOP NAME="GetShelves" --> >+ <a href="/cgi-bin/koha/virtualshelves/shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" --></a> >+ <!-- TMPL_IF NAME="__LAST__" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF --> >+ <!-- /TMPL_LOOP --> >+ </span> >+ <!-- /TMPL_IF --> >+ > <!-- TMPL_IF NAME="AmazonEnabled" --><!-- TMPL_IF NAME="AmazonCoverImages" --></div><div class="yui-u" id="bookcoverimg"> > <a href="http://www.amazon<!-- TMPL_VAR NAME="AmazonTld" -->/gp/reader/<!-- TMPL_VAR NAME="normalized_isbn" -->/ref=sib_dp_pt/002-7879865-0184864#reader-link"><img border="0" src="http://images.amazon.com/images/P/<!-- TMPL_VAR NAME="normalized_isbn" -->.01.MZZZZZZZ.jpg" alt="" /></a><!-- /TMPL_IF --><!-- /TMPL_IF --> > <!-- TMPL_ELSE --> >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >index b1fdf84..8a9c1f7 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tmpl >@@ -228,7 +228,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <!-- TMPL_IF NAME="GetShelves" --> > <span class="results_summary"><span class="label">List(s) this item appears in: </span> > <!-- TMPL_LOOP NAME="GetShelves" --> >- <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->&sortfield=title"><!-- TMPL_VAR NAME="shelfname" --></a> >+ <a href="/cgi-bin/koha/opac-shelves.pl?viewshelf=<!-- TMPL_VAR NAME="shelfnumber" -->"><!-- TMPL_VAR NAME="shelfname" --></a> > <!-- TMPL_IF NAME="__LAST__" --><!-- TMPL_ELSE -->|<!-- /TMPL_IF --> > <!-- /TMPL_LOOP --> > </span> >-- >1.7.0.4 >
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 4423
:
2187
|
2203
| 2466