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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-2 / +1 lines)
Lines 927-933 Link Here
927
                            <fieldset class="action">
927
                            <fieldset class="action">
928
                                <input type="hidden" name="op" value="run" />
928
                                <input type="hidden" name="op" value="run" />
929
                                [% IF ( template_id ) %]
929
                                [% IF ( template_id ) %]
930
                                    <input type="hidden" name="template" value="[% template_id %]" />
930
                                    <input type="hidden" name="template" value="[% template_id | html %]" />
931
                                [% END %]
931
                                [% END %]
932
                                <button type="submit" class="btn btn-primary">Run the report</button>
932
                                <button type="submit" class="btn btn-primary">Run the report</button>
933
                            </fieldset>
933
                            </fieldset>
934
- 

Return to bug 39298