http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11467
Bug ID: 11467
Summary: Untranslatable strings in opac-detail.tt
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: I18N/L10N
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
CC: [email protected]
Some strings in Javascript are not properly formatted for translation:
$(".title").append('<a href="'+json.book.detail_link+'"
id="idreambooksreadometer"><img
src="http://idreambooks.com/remotereadometer/'+isbn+'.jpg"
alt="'+json.book.title+' by '+json.book.author+'" title="Rating based on
reviews of '+json.book.title+'"></a>');
$("#catalogue_detail_biblio").append("<span class='idreambookssummary
results_summary'><a href='"+json.book.detail_link+"'><img
src='"+json.book.to_read_or_not_small+"' alt='"+json.book.title+" by
"+json.book.author+"' title='Rating based on reviews of
"+json.book.title+"'>"+json.book.rating+"%</a> <a
href='http://www.idreambooks.com/'>rating based on reviews at
iDreamBooks.com</a></span>");
if (arrPagination[i].author) html += "<br /> by " + arrPagination[i].author;
--
You are receiving this mail because:
You are the assignee for the bug.
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/