http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=6574 Bug #: 6574 Summary: js error in en-GB template breaks circulation toolbar Classification: Unclassified Change sponsored?: --- Product: Koha Version: rel_3_4 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P5 Component: Circulation AssignedTo: kyle.m.hall@gmail.com ReportedBy: emrysminnig@varndean.co.uk QAContact: koha-bugs@lists.koha-community.org CC: gmcharlt@gmail.com Line 20 of internet-tmpl/prog/en-GB/circ-toolbar.inc AND line 20 of internet-tmpl/prog/en-GB/members-toolbar.inc read: var is_confirmed = window.confirm(_('Are you sure you want to renew this user\\'s registration?')); It should read: var is_confirmed = window.confirm(_('Are you sure you want to renew this user\'s registration?')); This bug causes the buttons on the patron's 'circ' and 'details' pages to not display properly. Further, as a result, the 'Delete' button will not work. I'm not sure if this error appears in the templates for other languages. -- Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA Contact for the bug.