View | Details | Raw Unified | Return to bug 11495
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-2 / +1 lines)
Lines 704-710 $(document).ready(function(){ Link Here
704
704
705
    var param1 = "";
705
    var param1 = "";
706
    [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) || loggedinusername ) %]
706
    [% IF ( ( Koha.Preference( 'opacbookbag' ) == 1 ) || ( Koha.Preference( 'virtualshelves' ) == 1 ) || loggedinusername ) %]
707
    param1 += "<span id=\"selections\">Select titles to: </span>";
707
    param1 += "<span id=\"selections\">"+_("Select titles to: ")+"</span>";
708
    [% END %]
708
    [% END %]
709
709
710
[% IF Koha.Preference( 'opacbookbag' ) == 1 %]
710
[% IF Koha.Preference( 'opacbookbag' ) == 1 %]
711
- 

Return to bug 11495