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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt (-6 / +5 lines)
Lines 117-123 canned reports and writing custom SQL reports.</p> Link Here
117
<h3>Reports Dictionary</h3>
117
<h3>Reports Dictionary</h3>
118
<p>Use the reports dictionary to define custom criteria to use in your reports</p>
118
<p>Use the reports dictionary to define custom criteria to use in your reports</p>
119
<form action="/cgi-bin/koha/reports/dictionary.pl">
119
<form action="/cgi-bin/koha/reports/dictionary.pl">
120
<input type="hidden" name="phase" value="View dictionary"/>
120
<input type="hidden" name="phase" value="View Dictionary"/>
121
<input type="submit" name="submit" value="View dictionary"/>
121
<input type="submit" name="submit" value="View dictionary"/>
122
</form>
122
</form>
123
[% END %]
123
[% END %]
Lines 475-482 canned reports and writing custom SQL reports.</p> Link Here
475
    <li><label for="reportname">Report name: </label><input type="text" id="reportname" name="reportname" /></li>
475
    <li><label for="reportname">Report name: </label><input type="text" id="reportname" name="reportname" /></li>
476
    <li><label for="notes">Notes:</label> <textarea name="notes" id="notes"></textarea></li>
476
    <li><label for="notes">Notes:</label> <textarea name="notes" id="notes"></textarea></li>
477
</ol></fieldset>
477
</ol></fieldset>
478
<fieldset class="action"><input type="hidden" name="phase" value="Save report" />
478
<fieldset class="action"><input type="hidden" name="phase" value="Save Report" />
479
<input type="submit" name="submit" value="Save report" /></fieldset>
479
<input type="submit" name="submit" value="Save Report" /></fieldset>
480
</form>
480
</form>
481
[% END %]
481
[% END %]
482
482
Lines 562-568 canned reports and writing custom SQL reports.</p> Link Here
562
</div>
562
</div>
563
</fieldset>
563
</fieldset>
564
564
565
<fieldset class="action"><input type="hidden" name="phase" value="Save report" />
565
<fieldset class="action"><input type="hidden" name="phase" value="Save Report" />
566
<input type="submit" name="submit" value="Save Report" /> <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a>
566
<input type="submit" name="submit" value="Save Report" /> <a href="/cgi-bin/koha/reports/guided_reports.pl?phase=Use%20saved" class="cancel">Cancel</a>
567
</fieldset>
567
</fieldset>
568
</form>
568
</form>
Lines 582-588 Sub report:<select name="subreport"> Link Here
582
[% END %]
582
[% END %]
583
</select>
583
</select>
584
<br />
584
<br />
585
<input type="hidden" name="phase" value="Save compound" />
585
<input type="hidden" name="phase" value="Save Compound" />
586
<input type="submit" name="submit" value="Save compound" />
586
<input type="submit" name="submit" value="Save compound" />
587
</form>
587
</form>
588
[% END %]
588
[% END %]
589
- 

Return to bug 2780