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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc (-1 / +8 lines)
Lines 20-25 Link Here
20
            [% END %]
20
            [% END %]
21
        [% END %]
21
        [% END %]
22
22
23
        [% IF ( CAN_user_reports_create_reports ) %]
24
            <div class="btn-group">
25
                <a id="confirmdelete" class="btn btn-small" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Delete%20Saved">
26
                    <i class="fa fa-remove"></i> Delete
27
                </a>
28
            </div>
29
        [% END %]
30
23
        [% UNLESS ( errors ) # Unless there are errors saving a report %]
31
        [% UNLESS ( errors ) # Unless there are errors saving a report %]
24
            <div class="btn-group">
32
            <div class="btn-group">
25
                <a id="runreport" class="btn btn-small" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&amp;phase=Run%20this%20report">
33
                <a id="runreport" class="btn btn-small" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&amp;phase=Run%20this%20report">
26
- 

Return to bug 15321