Bugzilla – Attachment 8031 Details for
Bug 7653
make OPAC subscriptions view clearer
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
make OPAC subscriptions view clearer
0001-Make-OPAC-subscriptions-view-clearer.patch (text/plain), 2.21 KB, created by
Koha Team University Lyon 3
on 2012-03-06 12:16:19 UTC
(
hide
)
Description:
make OPAC subscriptions view clearer
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2012-03-06 12:16:19 UTC
Size:
2.21 KB
patch
obsolete
>From f92df79e6a9f5e7e28a1588bcda643c73ab79a21 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Mon, 19 Dec 2011 16:49:29 +0100 >Subject: [PATCH] Make OPAC subscriptions view clearer > >--- > koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt | 12 +++++++----- > 1 files changed, 7 insertions(+), 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 066f4ff..6713340 100755 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt >@@ -770,15 +770,17 @@ YAHOO.util.Event.onContentReady("furtherm", function () { > > [% IF ( subscriptionsnumber ) %] > <div id="subscriptions"> >- <h2>This is a serial</h2> >+ <h1>This is a serial</h1> > <p>There are [% subscriptionsnumber %] subscription(s) associated with this title.</p> > [% FOREACH subscription IN subscriptions %] >- [% IF ( subscription.branchname ) %]<h3>At library: [% subscription.branchname %]</h3>[% ELSE %] >- [% IF ( subscription.branchcode ) %]<h3>At branch: [% subscription.branchcode %]</h3>[% END %][% END %] >+ <h3><br> >+ [% IF ( subscription.branchname ) %][% subscription.branchname %][% ELSE %] >+ [% IF ( subscription.branchcode ) %][% subscription.branchcode %][% END %][% END %] >+ </h3> > [% IF ( subscription.subscriptionnotes ) %]<p>[% subscription.subscriptionnotes %] </p>[% END %] >- <p>Subscription from: [% subscription.histstartdate %] to:[% IF ( subscription.histenddate ) %] [% subscription.histenddate %] [% ELSE %] now (current)[% END %]</p> >+ <!--<p>Subscription from: [% subscription.histstartdate %] to:[% IF ( subscription.histenddate ) %] [% subscription.histenddate %] [% ELSE %] now (current)[% END %]</p>--> > [% IF ( subscription.missinglist ) %]<p>Missing issues: [% subscription.missinglist %] </p>[% END %] >- [% IF ( subscription.opacnote ) %]<p>([% subscription.opacnote %])</p>[% END %] >+ <!--[% IF ( subscription.opacnote ) %]<p>([% subscription.opacnote %])</p>[% END %]--> > [% IF ( subscription.latestserials ) %] > <p> The [% subscription.opacdisplaycount %] latest issues for this subscription:</p> > <table> >-- >1.7.2.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 7653
: 8031 |
10103