@@ -, +, @@ save after initiating edit from list contents view --- .../intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -500,7 +500,15 @@ function placeHold () {
- [% IF ( showprivateshelves ) %]Cancel[% ELSE %]Cancel[% END %] + [% IF ( showprivateshelves ) %] + Cancel + [% ELSE %] + [% IF ( display == "viewshelf" ) %] + Cancel + [% ELSE %] + Cancel + [% END %] + [% END %]
--