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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-results.tt (-3 / +2 lines)
Lines 68-74 Link Here
68
                        <p>
68
                        <p>
69
                            [% IF ( searchdesc ) %]
69
                            [% IF ( searchdesc ) %]
70
                                No results found for that in [% LibraryName | html %] catalog.
70
                                No results found for that in [% LibraryName | html %] catalog.
71
                                <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;format=rss" aria-label="Subscribe to this search" class="btn btn-link rsssearchlink noprint">
71
                                <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" aria-label="Subscribe to this search" class="btn btn-link rsssearchlink noprint">
72
                                    <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
72
                                    <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
73
                                </a>
73
                                </a>
74
                            [% ELSE %]
74
                            [% ELSE %]
Lines 112-118 Link Here
112
                    [% IF ( total ) %]
112
                    [% IF ( total ) %]
113
                        <h1 id="numresults">
113
                        <h1 id="numresults">
114
                            Your search returned [% total | html %] results.
114
                            Your search returned [% total | html %] results.
115
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;format=rss" class="btn btn-link rsssearchlink noprint" aria-label="Subscribe to this search">
115
                            <a href="[% OPACBaseURL | url %]/cgi-bin/koha/opac-search.pl?[% query_cgi | $raw %][% limit_cgi | $raw %]&amp;count=[% countrss |uri %]&amp;sort_by=acqdate_dsc&amp;format=rss" class="btn btn-link rsssearchlink noprint" aria-label="Subscribe to this search">
116
                                <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
116
                                <i class="fa fa-rss rsssearchicon" aria-hidden="true" title="Subscribe to this search"></i>
117
                            </a>
117
                            </a>
118
                        </h1>
118
                        </h1>
119
- 

Return to bug 34961