Bug 28802: Untranslatable strings in browser.js
authorFridolin Somers <fridolin.somers@biblibre.com>
Tue, 3 Aug 2021 08:57:10 +0000 (22:57 -1000)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 20 Aug 2021 16:34:48 +0000 (12:34 -0400)
commit8eab53c8baa06cc429267c7d14f7a3919242a5b1
tree13d20c9d362c635878d9ccea973a528fe7a235c6
parentf603e999f59cf253f3cc950749b93f129cfd4a11
Bug 28802: Untranslatable strings in browser.js

File koha-tmpl/intranet-tmpl/js/browser.js is not parsed by translation
process, which uses koha-tmpl/intranet-tmpl/prog/js/**/*.js
We must move it to prog/js.

Test plan :
1) Perform a search on staff interface
2) Click on a result
3) Check you see records browser

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
koha-tmpl/intranet-tmpl/js/browser.js [deleted file]
koha-tmpl/intranet-tmpl/prog/js/browser.js [new file with mode: 0644]