Koha/koha-tmpl/opac-tmpl/bootstrap/en/xslt
Fridolin Somers 76c10a5dcd Bug 22085: fix UNIMARC default XSLT broken by Bug 14716
Bug 14716 added a call to encode-uri() and namespace str.  This
namespace declaration is sometimes missing in UNIMARC default XSLT
files.

This patch adds namespace declaration also where encode-uri is not used
because it may be used in the future. And those files are the base for
home made custom files.

Test plan :
1) Use a UNIMARC DB
2) Use default in all XSLT sysprefs
3) Apply patch
4) Perform a search on OPAC
5) Check display is OK
6) Click on a record for detail page
7) Check display is OK
8) Perform a search on staff interface
9) Check display is OK
10) Click on a record for detail page
11) Check display is OK

Signed-off-by: Frédéric Demians <f.demians@tamil.fr>
Signed-off-by: Julian Maurice <julian.maurice@biblibre.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-01-18 20:12:28 +00:00
..
compact.xsl
MARC21slim2OPACDetail.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
MARC21slim2OPACResults.xsl Bug 21568: Add more spans with classes around callnumbers in OPAC for additional styling 2018-11-05 14:41:08 +00:00
MARC21slimUtils.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
NORMARCslim2OPACDetail.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
NORMARCslim2OPACResults.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
NORMARCslimUtils.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00
plainMARC.xsl
UNIMARCslim2OPACDetail.xsl Bug 22085: fix UNIMARC default XSLT broken by Bug 14716 2019-01-18 20:12:28 +00:00
UNIMARCslim2OPACResults.xsl Bug 22085: fix UNIMARC default XSLT broken by Bug 14716 2019-01-18 20:12:28 +00:00
UNIMARCslimUtils.xsl Bug 14716: Fix more unencoded url parameters. 2018-10-31 13:19:23 +00:00