Bugzilla – Attachment 6695 Details for
Bug 7338
link to serial detail wrong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 7338: Link on serial collection page wrong
SIGNED-OFF-Bug-7338-Link-on-serial-collection-page.patch (text/plain), 1.60 KB, created by
Nicole C. Engard
on 2011-12-09 17:52:32 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 7338: Link on serial collection page wrong
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-12-09 17:52:32 UTC
Size:
1.60 KB
patch
obsolete
>From 9fd60e8cd7884a261690a1b9ed01af12ac55b6ac Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Fri, 9 Dec 2011 06:58:16 +0100 >Subject: [PATCH] [SIGNED-OFF] Bug 7338: Link on serial collection page wrong > >This was a scoping error. The links are not supposed to show up >when you open that page with a subscription id in the URL. > >To test: >1) Check links don't show up now. > >Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com> >--- > .../prog/en/modules/serials/serials-collection.tt | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index 93c4fdc..f7538b7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -183,7 +183,7 @@ $(document).ready(function() { > <div id="subscription-year-[% year.year %]"> > <table> > <tr> >-[% UNLESS ( year.onesubscription ) %] >+[% UNLESS ( onesubscription ) %] > <th># Subs</th> > [% END %] > <th>Date published >@@ -205,7 +205,7 @@ $(document).ready(function() { > </tr> > [% FOREACH serial IN year.serials %] > [% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] >-[% UNLESS ( serial.onesubscription ) %] >+[% UNLESS ( onesubscription ) %] > <td><a href="serials-collection.pl?subscriptionid=[% serial.subscriptionid %]">[% serial.subscriptionid %]</a></td> > [% END %] > <td> >-- >1.7.2.3
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 7338
:
6672
|
6688
|
6689
|
6690
|
6695
|
6713
|
6717
|
6733