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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-2 / +1 lines)
Lines 71-77 Link Here
71
                <ul class="dropdown-menu">
71
                <ul class="dropdown-menu">
72
                    [% FOREACH tmpl IN templates %]
72
                    [% FOREACH tmpl IN templates %]
73
                        <li>
73
                        <li>
74
                            <a id="runreport" class="btn btn-default" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&amp;phase=Run%20this%20report&amp;template=[% tmpl.id | html %][% PROCESS params %]">
74
                            <a id="runreport" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id | html %]&amp;phase=Run%20this%20report&amp;template=[% tmpl.id | html %][% PROCESS params %]">
75
                                [% tmpl.name | html %]
75
                                [% tmpl.name | html %]
76
                            </a>
76
                            </a>
77
                        </li>
77
                        </li>
78
- 

Return to bug 36157