Bug 33912: (follow-up) Correct case where a search has not been submited
The former cataloging home page, addbooks.pl, shows an extra ">" in the title if a search has not been submitted. This patch corrects it. Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
884621825c
commit
d3bfe0f809
1 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@
|
|||
[% INCLUDE 'doc-head-open.inc' %]
|
||||
<title>[% FILTER collapse %]
|
||||
[% IF ( total || breeding_loop ) %]
|
||||
[% t("Search results") | html %]
|
||||
[% t("Search results") | html %] ›
|
||||
[% ELSIF ( query ) %]
|
||||
[% t("No results found") | html %]
|
||||
[% END %] ›
|
||||
[% t("No results found") | html %] ›
|
||||
[% END %]
|
||||
[% t("Cataloging") | html %] ›
|
||||
[% t("Koha") | html %]
|
||||
[% END %]</title>
|
||||
|
|
Loading…
Reference in a new issue