http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10249
Bug ID: 10249
Summary: Untranslatable strings in Javascript on OPAC detail
page
Classification: Unclassified
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Templates
Assignee: [email protected]
Reporter: [email protected]
http://git.koha-community.org/gitweb/?p=koha.git;a=blob;f=koha-tmpl/opac-tmpl/prog/en/modules/opac-detail.tt
Untranslatable strings are:
178 Your rating
343,354 Go to detail
328 Click to forward the list to
306 Click to rewind the list to
Also some CSS is hardcoded, as a background color on line 347
if (highlIndex && i == index) li.css("backgroundColor", "#DDDDDD");
I think one possible solution would be to use variables in those places and
then have something like
var sth = _("Go to detail")
--
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/