Bugzilla – Attachment 16678 Details for
Bug 7654
Add location at opac subscription view
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[PASSED QA] Bug 7654 follow-up: reindent
PASSED-QA-Bug-7654-follow-up-reindent.patch (text/plain), 2.25 KB, created by
Paul Poulain
on 2013-03-21 17:11:39 UTC
(
hide
)
Description:
[PASSED QA] Bug 7654 follow-up: reindent
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2013-03-21 17:11:39 UTC
Size:
2.25 KB
patch
obsolete
>From 5e24f77536415b05a0f9311bf04c1eae98c83e56 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Thu, 21 Mar 2013 18:09:22 +0100 >Subject: [PATCH] [PASSED QA] Bug 7654 follow-up: reindent > >Before this patch, there was a trailing space between branch, location and callnumber >After this patch it's written >branch, location, callnumber >as expected > >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 6 +----- > 1 file changed, 1 insertion(+), 5 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >index 69a226e..ced0d10 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -1147,11 +1147,7 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > <p>There are [% subscriptionsnumber %] subscription(s) associated with this title.</p> > [% FOREACH subscription IN subscriptions %] > <h3><br> >- [% IF ( subscription.branchname ) %][% subscription.branchname %][% ELSE %] >- [% IF ( subscription.branchcode ) %][% subscription.branchcode %][% END %][% END %] >- [% IF ( subscription.location_description ) %], [% subscription.location_description %][% ELSIF subscription.location %], [% subscription.location %][% END %] >- [% IF ( subscription.callnumber ) %], [% subscription.callnumber %][% END %] >- [% IF ( subscription.closed ) %]<p>This subscription is closed.</p>[% END %] >+ [% IF ( subscription.branchname ) %][% subscription.branchname %][% ELSE %][% IF ( subscription.branchcode ) %][% subscription.branchcode %][% END %][% END %][% IF ( subscription.location_description ) %], [% subscription.location_description %][% ELSIF subscription.location %], [% subscription.location %][% END %][% IF ( subscription.callnumber ) %], [% subscription.callnumber %][% END %][% IF ( subscription.closed ) %]<p>This subscription is closed.</p>[% END %] > <span style="display:none;"> [% IF ( subscription.callnumber ) %]<p>Callnumber: [% subscription.callnumber %]</p>[% END %]</span> > </h3> > [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes FILTER html_line_break %] </p>[% END %] >-- >1.7.9.5
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 7654
:
8032
|
8200
|
8306
|
14681
|
16677
|
16678
|
58869