]> git.koha-community.org Git - koha.git/commit
Bug 11304: fix display of detail page holdings tab in translated Bootstrap theme
authorFrédéric Demians <f.demians@tamil.fr>
Tue, 26 Nov 2013 10:26:54 +0000 (11:26 +0100)
committerFridolin SOMERS <fridolin.somers@biblibre.com>
Fri, 13 Dec 2013 13:32:51 +0000 (14:32 +0100)
commit9aa674c14a1f4cdaa4f9c9caf83b474f7247ac70
tree2d5322d2eaf5664cdd8e3f9b4e4aa66f724df5da
parentedcc46d95a577524730971a1ea73143a16cf4973
Bug 11304: fix display of detail page holdings tab in translated Bootstrap theme

Detail page tabs are not displayed properly because JavaScript is broken
in French. This is due to _(' JS string construction used in place of
_(".

This patch fixes:

  - opac-detail.tt page
  - xt/single_quotes to test bootstrap theme

Signed-off-by: Owen Leonard <oleonard@myacpl.org>
Tested by applying the patch, running translate update, then translate
install. Saw no JavaScript error on the French detail page.

Signed-off-by: Katrin Fischer <Katrin.Fischer.83@web.de>
Switches from single to double quotes for translatatable strings.
Unit tests for xt/single_quotes passes now.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
(cherry picked from commit 1b80e77f84dd864342220b89acd1210ac53a3f70)
Signed-off-by: Fridolin SOMERS <fridolin.somers@biblibre.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt
xt/single_quotes.t