From: Jean-André Santoni <[email protected]>
---
.../prog/en/modules/serials/claims.tmpl | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
index 8279167..5cf4f6b 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tmpl
@@ -25,11 +25,9 @@
$("span.exportSelected").html("<a id=\"ExportSelected\"
href=\"/cgi-bin/koha/serials/claims.pl\">Export selected items data<\/a>");
-
- $("#CheckAll").click(function(){
- $("#claimst :checkbox").attr('checked',
$("#CheckAll").is(':checked'));
- });
-
+ $("#CheckAll").click(function() {
+ $("#claimst tr:visible :checkbox").attr('checked',
$("#CheckAll").is(':checked'));
+ });
// Generates a dynamic link for exporting the selection's data as
CSV
$("#ExportSelected").click(function() {
--
1.6.3.3
_______________________________________________
Koha-patches mailing list
[email protected]
http://lists.koha.org/mailman/listinfo/koha-patches