From 7444b82fedeeab312aaf9efe45abdaff4f097eff Mon Sep 17 00:00:00 2001
From: Jonathan Druart
Date: Mon, 3 Sep 2012 11:44:21 +0200
Subject: [PATCH] Bug 8715: Receive all serials for a year.
This patch adds
- 2 links in the table header (select all and clear all).
- Datatable on these tables
Test plan:
Try to select all serials for a year and receive them.
Test there is no regression (ergonomic) on this page
Signed-off-by: Owen Leonard
Bug 8715 [Follow-up] Receiving all serials for a year
Follow-up: For consistency, I would prefer to have the
column of checkboxes at the beginning of the table and the
select/clear links above.
Signed-off-by: Jonathan Druart
Bug 8715: Force the default sort order to desc
Signed-off-by: Paul Poulain
Signed-off-by: Jared Camins-Esakov
---
.../en/modules/serials/serials-collection.tt | 82 +++++++++++++------
serials/serials-collection.pl | 1 +
2 files changed, 59 insertions(+), 24 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 3d2e690037..94b10cc3f4 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
@@ -1,6 +1,10 @@
[% INCLUDE 'doc-head-open.inc' %]
Koha › Serials › Serial collection information for [% bibliotitle %]
+
[% INCLUDE 'doc-head-close.inc' %]
+
+
+
@@ -198,9 +223,16 @@ $(document).ready(function() {
[% IF ( subscriptions.size == 1 and !serialsadditems ) %] [% END %]