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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 lines)
Lines 1586-1592 Link Here
1586
                    "\\[\\[(.*?)\\]\\]":"style1",
1586
                    "\\[\\[(.*?)\\]\\]":"style1",
1587
                    "<<(.*?)>>":"style1"
1587
                    "<<(.*?)>>":"style1"
1588
                },
1588
                },
1589
                extraKeys: {"Tab": "autocomplete"}, //enable tab to accept auto-complete
1590
                hint: CodeMirror.hint.sql,
1589
                hint: CodeMirror.hint.sql,
1591
                hintOptions: {
1590
                hintOptions: {
1592
                    tables: [% To.json(tables) | $raw %]
1591
                    tables: [% To.json(tables) | $raw %]
1593
- 

Return to bug 35498