@@ -, +, @@ --- .../prog/en/modules/virtualshelves/tables/shelves_results.tt | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/tables/shelves_results.tt @@ -34,6 +34,8 @@ [% BLOCK action_form -%] [%~ SET action_block = '' ~%] [%~ IF can_manage_shelf OR can_delete_shelf ~%] + [%~ shelfnumber = shelfnumber | html ~%] + [%~ type = type | html ~%] [%~ IF can_manage_shelf ~%] [%~ action_block = '
' ~%] [%~ action_block = action_block _ '' ~%] --