@@ -, +, @@ page --- .../en/modules/catalogue/search-history.tt | 336 +++++++++--------- 1 file changed, 168 insertions(+), 168 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/search-history.tt @@ -34,179 +34,181 @@

Search history

-
- -
- [% IF ( current_biblio_searches ) %] -

Current session

-
-

- Select all visible rows - | - Clear selection on visible rows - | - - Select searches to: - Delete - -

- - - - - - - - - - - - [% FOREACH s IN current_biblio_searches %] - - - - - - - [% END %] - -
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
-
- [% END %] +
+ +
+
+ [% IF ( current_biblio_searches ) %] +

Current session

+
+

+ Select all visible rows + | + Clear selection on visible rows + | + + Select searches to: + Delete + +

+ + + + + + + + + + + + [% FOREACH s IN current_biblio_searches %] + + + + + + + [% END %] + +
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
+
+ [% END %] - [% IF ( current_biblio_searches && previous_biblio_searches) %] -
- [% END %] + [% IF ( current_biblio_searches && previous_biblio_searches) %] +
+ [% END %] - [% IF ( previous_biblio_searches ) %] -

Previous sessions

-
-

- Select all visible rows - | - Clear selection on visible rows - | - - Select searches to: - Delete - -

- - - - - - - - - - - - [% FOREACH s IN previous_biblio_searches %] - - - - - - - [% END %] - -
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
-
- [% END %] + [% IF ( previous_biblio_searches ) %] +

Previous sessions

+
+

+ Select all visible rows + | + Clear selection on visible rows + | + + Select searches to: + Delete + +

+ + + + + + + + + + + + [% FOREACH s IN previous_biblio_searches %] + + + + + + + [% END %] + +
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
+
+ [% END %] - [% IF !current_biblio_searches && !previous_biblio_searches %] -

Your catalog search history is empty.

- [% END %] -
+ [% IF !current_biblio_searches && !previous_biblio_searches %] +

Your catalog search history is empty.

+ [% END %] +
-
- [% IF ( current_authority_searches ) %] -

Current session

-
-

- Select all visible rows - | - Clear selection on visible rows - | - - Select searches to: - Delete - -

- - - - - - - - - - - - [% FOREACH s IN current_authority_searches %] - - - - - - - [% END %] - -
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
-
- [% END %] +
+ [% IF ( current_authority_searches ) %] +

Current session

+
+

+ Select all visible rows + | + Clear selection on visible rows + | + + Select searches to: + Delete + +

+ + + + + + + + + + + + [% FOREACH s IN current_authority_searches %] + + + + + + + [% END %] + +
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
+
+ [% END %] - [% IF ( current_authority_searches && previous_authority_searches) %] -
- [% END %] + [% IF ( current_authority_searches && previous_authority_searches) %] +
+ [% END %] - [% IF ( previous_authority_searches ) %] -

Previous sessions

-
-

- Select all visible rows - | - Clear selection on visible rows - | - - Select searches to: - Delete - -

- - - - - - - - - - - - [% FOREACH s IN previous_authority_searches %] - - - - - - - [% END %] - -
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
-
- [% END %] + [% IF ( previous_authority_searches ) %] +

Previous sessions

+
+

+ Select all visible rows + | + Clear selection on visible rows + | + + Select searches to: + Delete + +

+ + + + + + + + + + + + [% FOREACH s IN previous_authority_searches %] + + + + + + + [% END %] + +
DateSearchResults
[% s.time |$KohaDates with_hours => 1 %][% s.query_desc | html %][% s.total | html %]
+
+ [% END %] - [% IF !current_authority_searches && !previous_authority_searches %] -

Your authority search history is empty.

- [% END %] -
[% # /authority_tab %] -
[% # /tabs %] + [% IF !current_authority_searches && !previous_authority_searches %] +

Your authority search history is empty.

+ [% END %] +
[% # /authority_tab %] +
+
[% # /tabs %]
[% # /div.col-md-8 %] [% # /div.row %] @@ -224,8 +226,6 @@ "sPaginationType": "full_numbers" })); - $('#tabs').tabs(); - // DataTables removes hidden rows from the DOM, so we can't expect a // "regular" submit to work and we need to build another form containing // all form elements, and then submit this form. --