@@ -, +, @@ => The barcode entry interface should be at left and has the focus => The item is added to the list --- .../prog/en/modules/virtualshelves/shelves.tt | 35 +++++----------------- 1 file changed, 8 insertions(+), 27 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -496,26 +496,6 @@ function placeHold () { [% END %] -[% IF can_add_biblios %] -
-
-
- Add an item to [% shelf.shelfname | html %] -
    -
  1. - - - - - - -
  2. -
-
-
-
-[% END %] - [% IF op == 'add_form' OR op == 'edit_form' %]
@@ -675,17 +655,18 @@ function placeHold () {
-[% IF ( allowaddingitem ) %] +[% IF ( can_add_biblios ) %]
-
+
Add an item
  1. - - - - + + + + +
@@ -694,7 +675,7 @@ function placeHold () {
-[% END %] +[% END %] [% INCLUDE 'intranet-bottom.inc' %] --