From b655209a0c3230c5e7590190b57856f7bfba5b0e Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 16 Jun 2015 18:16:27 +0200 Subject: [PATCH] Bug 13962: Add link to the vendor detail page This patch 1/ uses the class of the th to filter the columns and 2/ adds a link on the vendor name to the vendor detail page. Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt index cf47653..a124925 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt @@ -297,7 +297,7 @@ function verify_images() { 'bAutoWidth': false, "aaSorting": [[ 4, "desc" ]], "aoColumnDefs": [ - { "aTargets": [ 4, 5 ], "sType": "title-string" } + { "aTargets": "title-string", "sType": "title-string" } ] })); @@ -936,8 +936,8 @@ function verify_images() { Basket group Basket Order number - Creation date - Receive date + Creation date + Receive date Status Quantity @@ -947,7 +947,7 @@ function verify_images() { [% IF (order.id) %] - [% order.name %] + [% order.name %] [% END %] -- 2.1.0