@@ -, +, @@ fa-sticky-note-o --- koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc | 4 ++-- koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt | 6 +++--- koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-toolbar.inc @@ -248,7 +248,7 @@ CAN_user_serials_create_subscription ) %] [% IF ( holdfor ) %]
@@ -258,7 +258,7 @@ CAN_user_serials_create_subscription ) %]
[% ELSE %] -
Place hold
+
Place hold
[% END %] [% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt @@ -206,7 +206,7 @@ function placeHold () { function forgetPatron(){ $.removeCookie("holdfor", { path: '/' }); $(".holdforlink").remove(); - $("#placeholdc").html(" "+_("Place hold")+""); + $("#placeholdc").html(" "+_("Place hold")+""); } function addToList () { @@ -318,7 +318,7 @@ var holdForPatron = function () { [% IF ( CAN_user_reserveforothers && DisplayMultiPlaceHold ) %] [% IF ( holdfor ) %]
- + @@ -330,7 +330,7 @@ var holdForPatron = function () {
[% ELSE %] -
Place hold
+
Place hold
[% END %] [% END %] --- a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tt @@ -376,7 +376,7 @@ function placeHold () { |   [% IF ( CAN_user_reserveforothers && DisplayMultiPlaceHold ) %] -
+
[% END %] [% IF ( allowremovingitems ) %]
--