[Koha-bugs] [Bug 6574] New: js error in en-GB template breaks circulation toolbar

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jul 11 17:35:18 CEST 2011


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 at gmail.com
        ReportedBy: emrysminnig at varndean.co.uk
         QAContact: koha-bugs at lists.koha-community.org
                CC: gmcharlt at 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.


More information about the Koha-bugs mailing list