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: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
                CC: [email protected]


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.
_______________________________________________
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/

Reply via email to