Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Jonathan Druart 85005b7198 Bug 26158: Fix Z3950 search button broken for translations
This is similar to bug 23713

var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %]0[% END %];

become, once translated:

var SEARCH_RESULTS = [% IF (SEARCH_RESULTS) %]1[% ELSE %][% END %];

and a JS error appears in the console
 Uncaught SyntaxError: expected expression, got ';' search.pl:636:29

Caused by
  commit ef4306cc02
  Bug 23885: Move staff client search results JavaScript into separate file

Test plan:
Use the staff interface in a translated language
Search for a term that won't return any results
Click the Z3950 button

Signed-off-by: Owen Leonard <oleonard@myacpl.org>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2020-08-07 16:54:40 +02:00
..
acqui Bug 24157: Handle the case where logged in user does not have edit_invoices 2020-07-30 17:30:23 +02:00
admin Bug 25826: Forbid changing the hidden attributes for biblionumber 2020-08-07 09:55:50 +02:00
authorities Bug 25428: Correctly encode link if authority subfield is a URL 2020-05-22 09:33:16 +01:00
basket
batch
catalogue Bug 26158: Fix Z3950 search button broken for translations 2020-08-07 16:54:40 +02:00
cataloguing Bug 25762: Typo in linkitem.tt 2020-08-03 11:47:39 +02:00
circ Bug 25940: Check for reserve_id before Dopop 2020-07-27 17:05:06 +02:00
clubs
common
course_reserves Bug 24156: move ColumnsSettings to TablesSettings 2020-06-25 10:51:59 +02:00
errors
ill Bug 24156: move ColumnsSettings to TablesSettings 2020-06-25 10:51:59 +02:00
installer
labels Bug 25765: Replace LoginBranchname and LoginBranchcode with use of Branches template plugin 2020-07-23 11:17:27 +02:00
mana
members Bug 24610: Let user switch between 'Pay' and 'Write off' mode 2020-08-03 11:47:39 +02:00
offline_circ
onboarding Bug 25409: Add missing "Required" text and "required" classes 2020-05-12 11:17:45 +01:00
patron_lists Bug 24156: move ColumnsSettings to TablesSettings 2020-06-25 10:51:59 +02:00
patroncards Bug 25765: Replace LoginBranchname and LoginBranchcode with use of Branches template plugin 2020-07-23 11:17:27 +02:00
plugins Bug 25953: Add ID to installed plugins table on plugins-home.pl 2020-07-30 17:44:27 +02:00
pos Bug 25138: (follow-up) Terminology: Point of sale should use library instead of branch 2020-04-17 13:50:32 +01:00
reports Bug 26085: Add the copy, print and export DataTables buttons to lost items report 2020-08-03 11:30:52 +02:00
reserve Bug 25827: Add floating toolbar to the holds summary page in staff interface 2020-07-20 17:45:31 +02:00
reviews
rotating_collections Bug 25762: Typo in linkitem.tt 2020-08-03 11:47:39 +02:00
serials Bug 24156: move ColumnsSettings to TablesSettings 2020-06-25 10:51:59 +02:00
services
suggestion Bug 24156: move ColumnsSettings to TablesSettings 2020-06-25 10:51:59 +02:00
tags
test
tools Bug 26017: Correct permission check on tools page 2020-08-06 11:37:06 +02:00
virtualshelves
about.tt Bug 25826: (QA follow-up) Add filters 2020-08-07 09:55:50 +02:00
auth.tt Bug 24625: Store showLastPatron information using localStorage 2020-07-20 17:45:31 +02:00
intranet-main.tt Bug 25627: Move OPAC problem reports from administration to tools 2020-06-15 11:53:36 +02:00