Bug 13869: Wrong capitalization of 'Save Report' in guided reports
On the last step of saving a new guided report to the database, the button is labelled 'Save Report', but should be 'Save report'. To test: - Create a new guided report from the reports page - Check on the very last step, when saving the report to the database, the button is labelled 'Save Report' - With the patch applied, this reads 'Save report' instead http://bugs.koha-community.org/show_bug.cgi?id=13868 Works as expected. Signed-off-by: Marc Veron <veron@veron.ch> Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Safe change. Script uses the "phase" variable which remains "Save Report" Signed-off-by: Tomas Cohen Arazi <tomascohen@gmail.com>
This commit is contained in:
parent
482f2f31a8
commit
89a3ef5c5a
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@ canned reports and writing custom SQL reports.</p>
|
|||
<li><label for="notes">Notes:</label> <textarea name="notes" id="notes"></textarea></li>
|
||||
</ol></fieldset>
|
||||
<fieldset class="action"><input type="hidden" name="phase" value="Save Report" />
|
||||
<input type="submit" name="submit" value="Save Report" /></fieldset>
|
||||
<input type="submit" name="submit" value="Save report" /></fieldset>
|
||||
</form>
|
||||
[% END %]
|
||||
|
||||
|
|
Loading…
Reference in a new issue