@@ -, +, @@ dialog - Create a new SQL report and fill in as many fields as possible to verify correct operation. - Try to save your report with an invalid authorized value placeholder, for example: SELECT * FROM items WHERE items.itype = <> - Confirm that the confirmation dialog is styled correctly. - Test the operation of the "Edit SQL" button. You should be sent back a page. - Test the operation of the "Save anyway" button and confirm that your report was saved. - Repeat these steps when editing an existing report. --- .../en/modules/reports/guided_reports_start.tt | 80 +++++++++------------- 1 file changed, 33 insertions(+), 47 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt @@ -702,54 +702,40 @@ canned reports and writing custom SQL reports.

[% END %] [% IF ( warn_authval_problem ) %] -
+
+

Errors found when processing parameters for report: [% name %]

+ [% FOREACH problematic_authval IN problematic_authvals %] +

+ [% problematic_authval.name %]: The authorized value category ([% problematic_authval.authval %]) + you selected does not exist. +

+ [% END %] + + - - - - - - - - - - -
-

Errors found when processing parameters for report: [% name %]

- [% FOREACH problematic_authval IN problematic_authvals %] -

- [% problematic_authval.name %]: The authorized value category ([% problematic_authval.authval %]) - you selected does not exist. -

- [% END %] - - - - - - - - - - - - - [% IF ( phase_update) %] - - - [% ELSIF ( phase_save) %] - - - - [% END %] - - -
- -
-
- + + + + + + + + + + [% IF ( phase_update) %] + + + [% ELSIF ( phase_save) %] + + + + [% END %] + + +
+ +
+
[% END %] [% IF ( enter_params ) %] --