@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt +++ a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-basket.tt @@ -18,17 +18,17 @@ [% UNLESS ( print_basket ) %]
[% IF ( verbose ) %] - Brief display + Brief display [% ELSE %] - More details + More details [% END %] [% IF Koha.Preference( 'opacuserlogin' ) == 1 %] - Send + Send [% END %] - Download - Print - Empty and close - Hide window + Download + Print + Empty and close + Hide window
--