View | Details | Raw Unified | Return to bug 23415
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/circulation.tt (-2 / +2 lines)
Lines 1113-1120 Link Here
1113
1113
1114
        [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1114
        [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1115
1115
1116
        var amountlimit = "[% Koha.Preference('noissuescharge') %]";
1116
        var amountlimit = "[% Koha.Preference('noissuescharge') | html %]";
1117
        var fines = "[% fines %]";
1117
        var fines = "[% fines | html %]";
1118
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
1118
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
1119
1119
1120
        // On-site checkout
1120
        // On-site checkout
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-3 / +2 lines)
Lines 946-953 Link Here
946
946
947
        columns_settings_issues_table = [% TablesSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
947
        columns_settings_issues_table = [% TablesSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
948
948
949
        var amountlimit = "[% Koha.Preference('noissuescharge') %]";
949
        var amountlimit = "[% Koha.Preference('noissuescharge') | html %]";
950
        var fines = "[% fines %]";
950
        var fines = "[% fines | html %]";
951
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
951
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
952
952
953
        $(document).ready(function() {
953
        $(document).ready(function() {
954
- 

Return to bug 23415