This is a fix for Tooltips not displaying on Subject links in rdetail_summary.xml.
I added an Entity for the tooltip for us locale and referenced it in the XML file.
Signed-off-by: Rajul Bhatnagar <rajulbhatnagar93@gmail.com>
Signed-off-by: Michael Peters <mrpeters@library.in.gov>
current += '-- ';
}
total += BT.textContent(list[i]) + ' ';
- current += '<a title='&rdetail.subject.search;' href="rresult.xml?rt=subject&tp=subject&t=' + total.replace(/\s+$/, '');
+ current += '<a title="&rdetail.subject.search;" href="rresult.xml?rt=subject&tp=subject&t=' + total.replace(/\s+$/, '');
for (var p in other_params) {
if (cgi.param(other_params[p]))
current += '&' + other_params[p] + '=' + cgi.param(other_params[p]);