From 5b2c9a99dfd1c634d7f204790fdd9cce5bdef13b Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Mon, 3 Feb 2014 12:03:14 -0500 Subject: [PATCH] Bug 11670 - Remove sorting from patron lists action columns Content-Type: text/plain; charset="utf-8" The list of patron lists has sortable columns for the add, edit, and delete buttons. These columns should not be sortable. This patch removes sorting. This patch also adds the "btn-mini" class to the in-table buttons to make the table more compact. To test you must have existing patron lists. Apply the patch and navigate to Tools -> Patron lists. The columns containing the add, edit, and delete buttons should not be sortable. Other columns should sort correctly. --- .../prog/en/modules/patron_lists/lists.tt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt index 901b925..ec8c2b4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/lists.tt @@ -8,7 +8,11 @@