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 (-2 / +1 lines)
Lines 838-844 Link Here
838
                [% END # /IF ( enter_params ) %]
838
                [% END # /IF ( enter_params ) %]
839
839
840
                [% IF ( execute ) %]
840
                [% IF ( execute ) %]
841
                    <h1>[% name | html %] <span id="report_id">([% id %])</span></h1>
841
                    <h1>[% name | html %] <span id="report_id">([% id | html %])</span></h1>
842
                    [% IF ( notes ) %]
842
                    [% IF ( notes ) %]
843
                        <p><span class="label">Notes:</span> [% notes | html %]</p>
843
                        <p><span class="label">Notes:</span> [% notes | html %]</p>
844
                    [% END %]
844
                    [% END %]
845
- 

Return to bug 24834