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 1095-1102 Link Here
1095
1095
1096
        [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1096
        [% UNLESS ( patron.borrowernumber ) %][% UNLESS ( borrowers ) %]window.onload=function(){ $('#findborrower').focus(); };[% END %][% END %]
1097
1097
1098
        var amountlimit = "[% Koha.Preference('noissuescharge') %]";
1098
        var amountlimit = "[% Koha.Preference('noissuescharge') | html %]";
1099
        var fines = "[% fines %]";
1099
        var fines = "[% fines | html %]";
1100
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
1100
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
1101
1101
1102
        // On-site checkout
1102
        // On-site checkout
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/moremember.tt (-3 / +2 lines)
Lines 953-960 Link Here
953
953
954
        columns_settings_issues_table = [% TablesSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
954
        columns_settings_issues_table = [% TablesSettings.GetColumns( 'members', 'moremember', 'issues-table', 'json' ) | $raw %]
955
955
956
        var amountlimit = "[% Koha.Preference('noissuescharge') %]";
956
        var amountlimit = "[% Koha.Preference('noissuescharge') | html %]";
957
        var fines = "[% fines %]";
957
        var fines = "[% fines | html %]";
958
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
958
        var MSG_CONFRIM_RENEW = _("The patron has a debt of %s.\n Are you sure you want to renew checkout(s)?").format(fines);
959
959
960
        $(document).ready(function() {
960
        $(document).ready(function() {
961
- 

Return to bug 23415