Bugzilla – Attachment 10830 Details for
Bug 8432
Improvement of serials search results list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8432: Change serials results display
SIGNED-OFF-Bug-8432-Change-serials-results-display.patch (text/plain), 3.49 KB, created by
Kyle M Hall (khall)
on 2012-07-13 16:49:51 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8432: Change serials results display
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2012-07-13 16:49:51 UTC
Size:
3.49 KB
patch
obsolete
>From a7c7876cfcbb2b20f424d11753087ff0a09eef29 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 13 Jul 2012 11:26:36 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 8432: Change serials results display > >The original author of this patch is : Julian Maurice > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/serials/serials-home.tt | 19 ++++++++++++++----- > 1 files changed, 14 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >index 1fdf693..6fd7755 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-home.tt >@@ -1,4 +1,5 @@ > [% INCLUDE 'doc-head-open.inc' %] >+[% USE KohaDates %] > <title>Koha › Serials [% biblionumber %]</title> > <link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> > [% INCLUDE 'doc-head-close.inc' %] >@@ -83,9 +84,9 @@ Serials updated : > <th>ISSN</th> > <th>Title</th> > <th> Notes </th> >- <th> >- Library (callnumber) >- </th> >+ <th>Library</th> >+ <th>Call number</th> >+ <th>Expiration date</th> > [% IF ( routing && CAN_user_serials_routing ) %] > <th>Routing list</th> > [% END %] >@@ -99,6 +100,8 @@ Serials updated : > <td><input type="text" class="filter" data-column_num="1" placeholder="Search title" /></td> > <td><input type="text" class="filter" data-column_num="2" placeholder="Search notes" /></td> > <td><input type="text" class="filter" data-column_num="3" placeholder="Search library" /></td> >+ <td><input type="text" class="filter" data-column_num="4" placeholder="Search callnumber" /></td> >+ <td><input type="text" class="filter" data-column_num="5" placeholder="Search expiration date" /></td> > [% IF ( routing && CAN_user_serials_routing ) %]<td></td>[% END %] > <td></td> > <td></td> >@@ -117,8 +120,13 @@ Serials updated : > [% IF ( subscription.internalnotes ) %]([% subscription.internalnotes %])[% END %] > </td> > <td> >- [% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] >- [% IF ( subscription.callnumber ) %]([% subscription.callnumber %])[% END %] >+ [% IF ( subscription.branchname ) %][% subscription.branchname %][% END %] >+ </td> >+ <td> >+ [% IF ( subscription.callnumber ) %][% subscription.callnumber %][% END %] >+ </td> >+ <td> >+ [% IF ( subscription.enddate ) %][% subscription.enddate | $KohaDates %][% END %] > </td> > [% IF ( routing && CAN_user_serials_routing ) %] > <td> >@@ -127,6 +135,7 @@ Serials updated : > [% ELSE %] > [% IF ( subscription.routingedit ) %] > <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]">Edit</a> >+ ([% routingedit %]) > [% ELSE %] > <a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]&op=new">New</a> > [% END %] >-- >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 8432
:
10812
| 10830