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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-1 / +4 lines)
Lines 478-483 canned reports and writing custom SQL reports.</p> Link Here
478
[% END %]
478
[% END %]
479
479
480
[% IF ( build3 ) %]
480
[% IF ( build3 ) %]
481
<h1>Build a report</h1>
481
<h3>Step 3 of 6: Select columns for display</h3>
482
<h3>Step 3 of 6: Select columns for display</h3>
482
<p>Note: Be careful selecting when selecting columns. If your choice is too broad it could result in a very large report that will either not complete, or slow your system down.</p>
483
<p>Note: Be careful selecting when selecting columns. If your choice is too broad it could result in a very large report that will either not complete, or slow your system down.</p>
483
484
Lines 530-535 canned reports and writing custom SQL reports.</p> Link Here
530
[% END %]
531
[% END %]
531
532
532
[% IF ( build4 ) %]
533
[% IF ( build4 ) %]
534
<h1>Build a report</h1>
533
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" >
535
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post" >
534
    <input type="hidden" name="area" value="[% area %]" />
536
    <input type="hidden" name="area" value="[% area %]" />
535
    <input type="hidden" name="type" value="[% type %]" />
537
    <input type="hidden" name="type" value="[% type %]" />
Lines 600-605 canned reports and writing custom SQL reports.</p> Link Here
600
602
601
603
602
[% IF ( build5 ) %]
604
[% IF ( build5 ) %]
605
<h1>Build a report</h1>
603
<h3>Step 5 of 6: Pick which columns to total</h3>
606
<h3>Step 5 of 6: Pick which columns to total</h3>
604
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
607
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
605
<input type="hidden" name="area" value="[% area %]" />
608
<input type="hidden" name="area" value="[% area %]" />
Lines 631-636 canned reports and writing custom SQL reports.</p> Link Here
631
634
632
635
633
[% IF ( build6 ) %]
636
[% IF ( build6 ) %]
637
<h1>Build a report</h1>
634
<h3>Step 6 of 6: Choose how you want the report ordered</h3>
638
<h3>Step 6 of 6: Choose how you want the report ordered</h3>
635
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
639
<form action="/cgi-bin/koha/reports/guided_reports.pl" method="post">
636
<input type="hidden" name="area" value="[% area %]" />
640
<input type="hidden" name="area" value="[% area %]" />
637
- 

Return to bug 14128