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 (-2 / +5 lines)
Lines 118-124 canned reports and writing custom SQL reports.</p> Link Here
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 %]
124
124
Lines 583-589 Sub report:<select name="subreport"> Link Here
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
<<<<<<< HEAD
586
<input type="submit" name="submit" value="Save Compound" />
587
<input type="submit" name="submit" value="Save Compound" />
588
=======
589
<input type="submit" name="submit" value="Save compound" />
590
>>>>>>> Bug 2780 [FOLLOW-UP] Capitalize strings consistently
587
</form>
591
</form>
588
[% END %]
592
[% END %]
589
593
590
- 

Return to bug 2780