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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 1560-1566 Link Here
1560
1560
1561
            $("body").on('click',".fetch_chart_data",function(){
1561
            $("body").on('click',".fetch_chart_data",function(){
1562
                if( [% unlimited_total || 0 | $raw %] > 1000 ){
1562
                if( [% unlimited_total || 0 | $raw %] > 1000 ){
1563
                    if( confirm( _("Fetching full chart data for reports with many rows can cause performance issues. Are you sure you with to chart this report?") ) ){
1563
                    if( confirm( _("Fetching full chart data for reports with many rows can cause performance issues. Are you sure you want to chart this report?") ) ){
1564
                        return true;
1564
                        return true;
1565
                    } else {
1565
                    } else {
1566
                        return false;
1566
                        return false;
1567
- 

Return to bug 28470