Lines 321-349
Link Here
|
321 |
[% END %] |
321 |
[% END %] |
322 |
</td> |
322 |
</td> |
323 |
<td> |
323 |
<td> |
324 |
<div class="dropup"> |
324 |
<div class="btn-group dropup"> |
325 |
<div class="btn-group"> |
325 |
[%# There should be no space between these two buttons, it would render badly %] |
326 |
[%# There should be no space between these two buttons, it would render badly %] |
326 |
<a class="btn btn-default btn-xs" role="button" |
327 |
<a class="btn btn-default btn-xs" role="button" |
327 |
href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&phase=Run%20this%20report"><i |
328 |
href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&phase=Run%20this%20report"><i |
328 |
class="fa fa-play"></i> Run</a><a |
329 |
class="fa fa-play"></i> Run</a><a |
329 |
class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" |
330 |
class="btn btn-default btn-xs dropdown-toggle" id="reportactions[% savedreport.id | html %]" role="button" data-toggle="dropdown" |
330 |
href="#"><b class="caret"></b></a> |
331 |
href="#"><b class="caret"></b></a> |
331 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]"> |
332 |
<ul class="dropdown-menu pull-right" role="menu" aria-labelledby="reportactions[% savedreport.id | html %]"> |
332 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&phase=Show%20SQL"><i class="fa fa-search"></i> Show</a></li> |
333 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&phase=Show%20SQL"><i class="fa fa-search"></i> Show</a></li> |
333 |
[% IF ( CAN_user_reports_create_reports ) %] |
334 |
[% IF ( CAN_user_reports_create_reports ) %] |
334 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&phase=Edit%20SQL"><i class="fa fa-pencil"></i> Edit</a></li> |
335 |
<li><a href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | uri %]&phase=Edit%20SQL"><i class="fa fa-pencil"></i> Edit</a></li> |
335 |
<li><a title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL&sql=[% savedreport.savedsql |uri %]&reportname=[% savedreport.report_name |uri %]&notes=[% savedreport.notes |uri %]"><i class="fa fa-copy"></i> Duplicate</a></li> |
336 |
<li><a title="Duplicate this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?phase=Create report from SQL&sql=[% savedreport.savedsql |uri %]&reportname=[% savedreport.report_name |uri %]&notes=[% savedreport.notes |uri %]"><i class="fa fa-copy"></i> Duplicate</a></li> |
336 |
[% END %] |
337 |
[% END %] |
337 |
[% IF (Koha.Preference('Mana') == 1) %] |
338 |
[% IF (Koha.Preference('Mana') == 1) %] |
338 |
<li><a class="ShareButton" data-toggle="modal" href="#mana_share_report" title="Share your report with Mana Knowledge Base"><i class="fa fa-share-alt"></i> Share</a></li> |
339 |
<li><a class="ShareButton" data-toggle="modal" href="#mana_share_report" title="Share your report with Mana Knowledge Base"><i class="fa fa-share-alt"></i> Share</a></li> |
339 |
[% END %] |
340 |
[% END %] |
340 |
<li><a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id | uri %]"><i class="fa fa-clock-o"></i> Schedule</a></li> |
341 |
<li><a href="/cgi-bin/koha/tools/scheduler.pl?id=[% savedreport.id | uri %]"><i class="fa fa-clock-o"></i> Schedule</a></li> |
341 |
[% IF ( CAN_user_reports_delete_reports ) %] |
342 |
[% IF ( CAN_user_reports_delete_reports ) %] |
342 |
<li><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&phase=Delete%20Saved"><i class="fa fa-trash"></i> Delete</a></li> |
343 |
<li><a class="confirmdelete" title="Delete this saved report" href="/cgi-bin/koha/reports/guided_reports.pl?reports=[% savedreport.id | html %]&phase=Delete%20Saved"><i class="fa fa-trash"></i> Delete</a></li> |
343 |
[% END %] |
344 |
[% END %] |
344 |
</ul> |
345 |
</ul> |
|
|
346 |
</div> |
347 |
</div> |
345 |
</div> |
348 |
</td> |
346 |
</td> |
349 |
</tr> |
347 |
</tr> |
Lines 934-940
Link Here
|
934 |
|
932 |
|
935 |
[% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %] |
933 |
[% IF ( batch_biblionumbers || batch_itemnumbers || batch_cardnumbers ) %] |
936 |
<p> |
934 |
<p> |
937 |
<div class="dropdown"> |
935 |
<div class="btn-group"> |
938 |
<button class="btn btn-default dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
936 |
<button class="btn btn-default dropdown-toggle" type="button" id="batch_mod_menu" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true"> |
939 |
Batch operations with [% IF unlimited_total > limit %][% limit | html %][% ELSE %][% unlimited_total | html %][% END %] visible records |
937 |
Batch operations with [% IF unlimited_total > limit %][% limit | html %][% ELSE %][% unlimited_total | html %][% END %] visible records |
940 |
<span class="caret"></span> |
938 |
<span class="caret"></span> |