From 9a1debcd129d67b76d86bef322debd09fdf1ec2d Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 2 Jan 2008 16:16:10 -0600 Subject: [PATCH] Removing "date due" column from holdings display, as date due is alread displayed in status column. Linking barcode link on detail.pl to named anchor on moredetail.pl (2.x feature). Signed-off-by: Chris Cormack Signed-off-by: Joshua Ferraro --- .../prog/en/modules/catalogue/detail.tmpl | 10 ++++------ .../prog/en/modules/catalogue/moredetail.tmpl | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl index 5dc8632511..9436e63fdd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tmpl @@ -141,7 +141,6 @@ function verify_images() { Collection Call Number Status - Date Due Last seen Barcode Volume @@ -156,9 +155,9 @@ function verify_images() { - Checked out + Checked out, due - Checked out to "> , due back on + Checked out to "> , due @@ -196,7 +195,7 @@ function verify_images() { - Not for loan () + Not for loan () @@ -219,9 +218,8 @@ function verify_images() { - - &item=&biblionumber=&bi="> + &item=&biblionumber=&bi=#item diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl index 11aa51a5db..ea6d813a38 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tmpl @@ -39,7 +39,7 @@
-

Barcode

+

" style="padding-top: 1em; border-top: 2px solid #CCCCCC;">Barcode

Item Information &itemnumber=">[Edit Items]

  1. Home Library:  
  2. -- 2.39.5