@@ -, +, @@ --- .../opac-tmpl/prog/en/modules/opac-reserve.tt | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) --- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt +++ a/koha-tmpl/opac-tmpl/prog/en/modules/opac-reserve.tt @@ -181,36 +181,36 @@ [% END %] [% IF ( too_much_oweing ) %] -
+
Sorry, you cannot place holds because you owe [% too_much_oweing %].
[% END %] [% IF ( too_many_reserves ) %] -
Sorry, you cannot place more than [% too_many_reserves %] holds. +
Sorry, you cannot place more than [% too_many_reserves %] holds.
[% END %] [% IF ( bad_biblionumber ) %] -
ERROR: No biblio record found for biblionumber [% bad_biblionumber %].
+
ERROR: No biblio record found for biblionumber [% bad_biblionumber %].
[% END %] [% IF ( no_items_selected ) %] -
+
You must select at least one item.
[% END %] [% IF ( no_branch_selected ) %] -
+
You must select a library for pickup.
[% END %] [% IF ( no_biblionumber ) %] -
ERROR: No biblionumber received.
+
ERROR: No biblionumber received.
[% END %] [% IF ( bad_data ) %] -
ERROR: Internal error: incomplete hold request.
+
ERROR: Internal error: incomplete hold request.
[% END %] [% ELSE %] [% IF ( none_available ) %] -
Sorry, none of these items can be placed on hold. +
Sorry, none of these items can be placed on hold.
[% END %] [% END %] --