Koha/koha-tmpl/opac-tmpl/bootstrap/en/includes
Alex Buckley efad62f91d
Bug 30991: Fix remaining instances of [% ELSE %]0[% END %] in templates
The construct of [% ELSE %]0[% END %] breaks translations as it is
translated as [% ELSE %][% END %]. Note: No 0 in the ELSE statement.

This patchset either removes occurances of a lone 0 in template ELSE
statements, or splits it over multiple lines so the 0 is not removed in
the translated templates.

Test plan:
1. Install the en-NZ translation
2. Search the translated templates for '[% ELSE %][% END %]' and confirm
there are are instances of that
3. Apply patch
4. Update your en-NZ translation
5. Repeat step 2 and confirm there are no more instances of [% ELSE %][%
END %] in the translated templates

Note: I removed the [% ELSE %] statement from opac-bottom.inc as that
statement was empty in the en translation so it didn't look to be
needed.

Sponsored-by: Catalyst IT, New Zealand

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-06-25 15:20:44 -03:00
..
account-table.inc
accounts.inc Bug 29602: (follow-up) Fix TT tags broken due to missing % 2022-04-19 21:25:51 -10:00
authorities-search-results.inc Bug 29602: (follow-up) Fix TT tags broken due to missing % 2022-04-19 21:25:51 -10:00
av-build-dropbox.inc Bug 30603: Fix other occurrences 2022-05-10 23:09:09 -10:00
biblio-title-head.inc
biblio-title.inc
bodytag.inc
calendar.inc Bug 30706: Fix space in check for dateformat preference 2022-05-09 10:02:35 -10:00
columns_settings.inc
datatables.inc
date-format.inc
display-library-address.inc
doc-head-close.inc
doc-head-open.inc
greybox.inc
holds-table.inc Bug 30733: Split strings differently 2022-06-17 10:16:44 -03:00
html_helpers.inc
i18n.inc
ill-availability-table.inc
item-status-schema-org.inc
item-status.inc Bug 30886: Show pending recall on item on OPAC 2022-06-06 11:30:14 -03:00
js-date-format.inc
masthead-langmenu.inc
masthead-sci.inc
masthead-sco.inc
masthead.inc Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
navigation.inc
opac-authorities.inc Bug 29602: (follow-up) Fix TT tags broken due to missing % 2022-04-19 21:25:51 -10:00
opac-bottom.inc Bug 30991: Fix remaining instances of [% ELSE %]0[% END %] in templates 2022-06-25 15:20:44 -03:00
opac-detail-sidebar.inc
opac-facets.inc
opac-note.inc
opac-topissues.inc
openlibrary-readapi.inc
overdrive-checkout.inc
overdrive-login.inc
page-numbers.inc
password_check.inc
patron-title.inc Bug 21978: Add support for middle name 2022-06-24 12:24:11 -03:00
recordedbooks-checkout.inc
resort_form.inc
shelfbrowser.inc Bug 30733: Simplify translatable strings 2022-06-17 10:16:34 -03:00
slip-print.inc
subtypes_unimarc.inc
title-actions-menu.inc
user-star-ratings.inc
usermenu.inc
validator-strings.inc
xslt-handler.inc Bug 29602: (follow-up) fix duplicate, missing or mismatching <span> 2022-04-19 21:25:51 -10:00