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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-4 / +3 lines)
Lines 69-78 Link Here
69
                    <i class="fa fa-code"></i> Run with template <span class="caret"></span>
69
                    <i class="fa fa-code"></i> Run with template <span class="caret"></span>
70
                </button>
70
                </button>
71
                <ul class="dropdown-menu">
71
                <ul class="dropdown-menu">
72
                    [% FOREACH t 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=[% t.id | html %][% PROCESS params %]">
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 %]">
75
                                [% t.name | html %]
75
                                [% tmpl.name | html %]
76
                            </a>
76
                            </a>
77
                        </li>
77
                        </li>
78
                    [% END %]
78
                    [% END %]
79
- 

Return to bug 36158