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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-search-history.tt (-1 / +4 lines)
Lines 53-58 Link Here
53
                            <thead>
53
                            <thead>
54
                              <tr>
54
                              <tr>
55
                                <th>Date</th>
55
                                <th>Date</th>
56
                                <th>Subscribe</th>
56
                                <th>Search</th>
57
                                <th>Search</th>
57
                                <th>Results</th>
58
                                <th>Results</th>
58
                              </tr>
59
                              </tr>
Lines 61-66 Link Here
61
                            [% FOREACH s IN current_biblio_searches %]
62
                            [% FOREACH s IN current_biblio_searches %]
62
                              <tr>
63
                              <tr>
63
                                <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
64
                                <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
65
                                <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a></td>
64
                                <td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
66
                                <td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
65
                                <td>[% s.total %]</td>
67
                                <td>[% s.total %]</td>
66
                              </tr>
68
                              </tr>
Lines 81-86 Link Here
81
                            <thead>
83
                            <thead>
82
                              <tr>
84
                              <tr>
83
                                <th>Date</th>
85
                                <th>Date</th>
86
                                <th>Subscribe</th>
84
                                <th>Search</th>
87
                                <th>Search</th>
85
                                <th>Results</th>
88
                                <th>Results</th>
86
                              </tr>
89
                              </tr>
Lines 89-94 Link Here
89
                            [% FOREACH s IN previous_biblio_searches %]
92
                            [% FOREACH s IN previous_biblio_searches %]
90
                              <tr>
93
                              <tr>
91
                                <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
94
                                <td><span title="[% s.time %]">[% s.time |$KohaDates with_hours => 1 %]</span></td>
95
                                <td><a href="[% OPACBaseURL %]/cgi-bin/koha/opac-search.pl?[% query_cgi |html |url %][% limit_cgi |html | url %]&amp;[% s.query_cgi |html %]&amp;count=[% countrss |html %]&amp;sort_by=acqdate_dsc&amp;format=rss2" class="rsssearchlink"><img src="[% interface %]/[% theme %]/images/feed-icon-16x16.png" alt="Subscribe to this search" title="Subscribe to this search" class="rsssearchicon"/></a></td>
92
                                <td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
96
                                <td><a href="/cgi-bin/koha/opac-search.pl?[% s.query_cgi |html %]">[% s.query_desc |html %]</a></td>
93
                                <td>[% s.total %]</td>
97
                                <td>[% s.total %]</td>
94
                              </tr>
98
                              </tr>
95
- 

Return to bug 5672