[Koha-bugs] [Bug 10249] New: Untranslatable strings in Javascript on OPAC detail page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed May 15 11:59:42 CEST 2013


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: oleonard at myacpl.org
          Reporter: katrin.fischer at bsz-bw.de

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.


More information about the Koha-bugs mailing list