Bugzilla – Attachment 8742 Details for
Bug 7846
get_batch_summary reimplements GROUP BY in perl code
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7846: Little changes to the display
Bug-7846-Little-changes-to-the-display.patch (text/plain), 2.46 KB, created by
Katrin Fischer
on 2012-04-01 12:35:48 UTC
(
hide
)
Description:
Bug 7846: Little changes to the display
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-01 12:35:48 UTC
Size:
2.46 KB
patch
obsolete
>From 1a10be4c8fad8ee1177a6f951ec3bfeb15fc205b Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 1 Apr 2012 14:33:31 +0200 >Subject: [PATCH] Bug 7846: Little changes to the display > >Changes the display of subscribers a bit. > >- Makes each name a link to the patron account instead of having a separate > 'View' link behind each name >- Show the title and subscrption number as link to the subscription detail > page instead of just 'subscription' >--- > .../prog/en/modules/serials/viewalerts.tt | 43 ++++++++++---------- > 1 files changed, 22 insertions(+), 21 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >index c1ad589..88fa8fb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/viewalerts.tt >@@ -9,30 +9,31 @@ > <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> › <a href="/cgi-bin/koha/serials/serials-home.pl">Serials</a> › Alert subscribers for <i>[% bibliotitle %]</i></div> > > <div id="doc3" class="yui-t2"> >- >- <div id="bd"> >- <div id="yui-main"> >- <div class="yui-b"> >+ <div id="bd"> >+ <div id="yui-main"> >+ <div class="yui-b"> > > <h1>Alert subscribers for <i>[% bibliotitle %]</i></h1> >- <a href="subscription-detail.pl?subscriptionid=[% subscriptionid %]" class="button">subscription</a> >- [% IF ( alertloop ) %] >- <table> >- <tr> >- <th>Patron name</th> >- <th> </th> >- </tr> > >- [% FOREACH alertloo IN alertloop %] >- <tr> >- <td>[% alertloo.name %]</td> >- <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% alertloo.borrowernumber %]" class="button">View</a></td> >- </tr> >- [% END %] >- </table> >- [% ELSE %] >- Nobody >- [% END %] >+<p> >+ <span class="label">Subscription:</span> <a href="subscription-detail.pl?subscriptionid=[% subscriptionid %]">[% bibliotitle %] #[% subscriptionid %]</a> >+</p> >+ >+[% IF ( alertloop ) %] >+ <table> >+ <tr> >+ <th>Patron name</th> >+ </tr> >+ [% FOREACH alertloo IN alertloop %] >+ <tr> >+ <td><a href="/cgi-bin/koha/members/moremember.pl?borrowernumber=[% alertloo.borrowernumber %]">[% alertloo.name %]</a></td> >+ </tr> >+ [% END %] >+ </table> >+[% ELSE %] >+ <p>There are no patrons subsribed to this subscription serial alert.</p> >+[% END %] >+ > </div> > </div> > >-- >1.7.5.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 7846
:
8686
|
8739
|
8742
|
9000
|
9174
|
9175
|
9545