@@ -, +, @@ editing saved reports - Removed unused "type" setting from edit screen (already removed from creation form). - Added form field size attribute to report name field to match creation form. - Moved SQL textarea into its own fieldset and marked it as required, matching the report creation form. --- .../en/modules/reports/guided_reports_start.tt | 23 +++++++++++----------- 1 file changed, 11 insertions(+), 12 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 @@ -856,8 +856,8 @@ $(document).ready(function() { Create report from SQL
  1. - [% IF ( reportname ) %] - [% ELSE %][% END %] Required + [% IF ( reportname ) %] + [% ELSE %][% END %] Required
  2. [% PROCESS group_and_subgroup_selection %] @@ -876,13 +876,6 @@ $(document).ready(function() { [% END %]
  3. -
  4. - -
@@ -945,13 +938,13 @@ Sub report:
Edit SQL report
    -
  1. +
  2. Required
  3. [% PROCESS group_and_subgroup_selection %] [% IF (public) %]
  4. @@ -968,10 +961,16 @@ Sub report: [% END %]
  5. -
+
+ SQL: +
+ Required +
+
+
Cancel
--