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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +7 lines)
Lines 19-24 Link Here
19
<style type="text/css">
19
<style type="text/css">
20
    #sql { width: 90%; height: 9em;}
20
    #sql { width: 90%; height: 9em;}
21
</style>
21
</style>
22
<style type="text/css" media="print">
23
/* ### FIX ME, PUT ME IN MAIN CSS IF USED OFTEN! */
24
.noprint {
25
display: none;
26
}
27
</style>
22
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
28
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.min.js"></script>
23
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
29
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.tablesorter.pager.js"></script>
24
30
Lines 493-498 canned reports and writing custom SQL reports.</p> Link Here
493
[% END %]
499
[% END %]
494
500
495
[% IF ( execute ) %]
501
[% IF ( execute ) %]
502
<a href="javascript:window.print()" OnClick="document.getElementById('sql_output').className += ' noprint';" class="noprint">Print w/o SQL</a>
496
<h1>[% name %]</h1>
503
<h1>[% name %]</h1>
497
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
504
[% IF ( notes ) %]<p>[% notes %]</p>[% END %]
498
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
505
[% IF ( unlimited_total ) %]<p>Total number of rows matching the (unlimited) query is [% unlimited_total %].</p>[% END %]
499
- 

Return to bug 7646