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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-3 / +2 lines)
Lines 28-36 Link Here
28
    [%- ELSIF ( showsql ) -%]
28
    [%- ELSIF ( showsql ) -%]
29
        › Saved reports › SQL view
29
        › Saved reports › SQL view
30
    [%- ELSIF ( execute ) -%]
30
    [%- ELSIF ( execute ) -%]
31
        › Saved reports › Report [% name | html %]
31
        › Saved reports › Report [% name | html %] ([% id | html %])
32
    [%- ELSIF ( editsql ) -%]
32
    [%- ELSIF ( editsql ) -%]
33
        › Saved reports › Edit report [% reportname | html %]
33
        › Saved reports › Edit report [% reportname | html %] ([% id | html %])
34
    [%- END -%]
34
    [%- END -%]
35
    [%- IF ( build1 ) -%]
35
    [%- IF ( build1 ) -%]
36
        › Build a report, step 1 of 6: Choose a module
36
        › Build a report, step 1 of 6: Choose a module
37
- 

Return to bug 24834