Lines 10-23
Link Here
|
10 |
[% END %] |
10 |
[% END %] |
11 |
|
11 |
|
12 |
[% IF ( showsql || execute || editsql || save_successful ) %] |
12 |
[% IF ( showsql || execute || editsql || save_successful ) %] |
13 |
[% UNLESS ( editsql ) # Do not show edit button on edit page %] |
13 |
[% IF ( CAN_user_reports_create_reports ) %] |
14 |
[% IF ( CAN_user_reports_create_reports ) %] |
14 |
[% UNLESS ( editsql ) # Do not show edit button on edit page %] |
15 |
<div class="btn-group"> |
15 |
<div class="btn-group"> |
16 |
<a id="editreport" class="btn btn-small" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Edit%20SQL"> |
16 |
<a id="editreport" class="btn btn-small" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% id %]&phase=Edit%20SQL"> |
17 |
<i class="fa fa-pencil"></i> Edit |
17 |
<i class="fa fa-pencil"></i> Edit |
18 |
</a> |
18 |
</a> |
19 |
</div> |
19 |
</div> |
20 |
[% END %] |
20 |
[% END %] |
|
|
21 |
<div class="btn-group"> |
22 |
<a class="btn btn-small" title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL&sql=[% sql %]&reportname=[% reportname %]&notes=[% notes %]"> |
23 |
<i class="fa fa-copy"></i> Duplicate |
24 |
</a> |
25 |
</div> |
21 |
[% END %] |
26 |
[% END %] |
22 |
|
27 |
|
23 |
[% IF ( CAN_user_reports_create_reports ) %] |
28 |
[% IF ( CAN_user_reports_create_reports ) %] |
Lines 34-39
Link Here
|
34 |
<i class="fa fa-play"></i> Run report |
39 |
<i class="fa fa-play"></i> Run report |
35 |
</a> |
40 |
</a> |
36 |
</div> |
41 |
</div> |
|
|
42 |
<div class="btn-group"> |
43 |
<a class="btn btn-small" href="/cgi-bin/koha/tools/scheduler.pl?id=[% id %]"> |
44 |
<i class="fa fa-clock-o"></i> Schedule |
45 |
</a> |
46 |
</div> |
37 |
[% END %] |
47 |
[% END %] |
38 |
[% END %] |
48 |
[% END %] |
39 |
</div> |
49 |
</div> |
40 |
- |
|
|