From: Dobrica Pavlinusic Date: Wed, 22 Feb 2012 19:23:31 +0000 (+0100) Subject: persistent location of RFID chip based on itemnumber X-Git-Url: http://git.rot13.org/?p=koha.git;a=commitdiff_plain;h=d80fc06fa156306792df2dda84a3b2386baf4092 persistent location of RFID chip based on itemnumber --- 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 4be8003740..87f7419eb8 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/moredetail.tt @@ -52,18 +52,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 %]