From c8211549747beb5b84ef141b13ca13cdd36cac63 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Wed, 22 Feb 2012 20:23:31 +0100 Subject: [PATCH] persistent location of RFID chip based on itemnumber --- .../prog/en/modules/catalogue/moredetail.tt | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt index 80acc7b61d..1ac196c9c9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -40,18 +40,11 @@
[% IF ( ONLY_ONE ) %]
You are only viewing one item. View All
-
Press F4 to add RFID tag.
[% END %] - [% IF (count < 2) %] -
Press F4 to add RFID tag.
- [% END %] - -[% IF ( count < 2 ) %] - + +[% IF ( ONLY_ONE || count < 2 ) %] + +
Press F4 to add RFID tag.
[% END %] [% FOREACH ITEM_DAT IN ITEM_DATA %] -- 2.20.1