@@ -, +, @@ --- .../prog/en/includes/reports-toolbar.inc | 8 +++++- .../prog/en/modules/reports/dictionary.tt | 9 ++++++- .../en/modules/reports/guided_reports_start.tt | 28 ++++++++++++++------ 3 files changed, 35 insertions(+), 10 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc +++ a/koha-tmpl/intranet-tmpl/prog/en/includes/reports-toolbar.inc @@ -27,7 +27,7 @@ [% IF ( CAN_user_reports_create_reports ) %]
- + Delete
@@ -50,4 +50,10 @@ --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/dictionary.tt @@ -5,6 +5,13 @@ @@ -82,7 +89,7 @@ var MSG_CONFIRM_DELETE = _("Are you sure you want to delete this dictionary defi
- +
[% END %] --- 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 @@ -68,6 +68,18 @@ function load_group_subgroups () { $(document).ready(function(){ +$(".goback").on("click",function(){ + window.history.back(); +}); + +$("#addColumn").on("click",function(){ + addColumn(); +}); + +$("#delColumn").on("click",function(){ + delColumn(); +}); + [% IF (saved1) %] var rtable = $("#table_reports").dataTable($.extend(true, {}, dataTablesDefaults, { 'bAutoWidth': false, @@ -466,7 +478,7 @@ canned reports and writing custom SQL reports.

- +
@@ -514,8 +526,8 @@ canned reports and writing custom SQL reports.

[% END %] -

-
+

+
@@ -526,7 +538,7 @@ canned reports and writing custom SQL reports.

- +
@@ -599,7 +611,7 @@ canned reports and writing custom SQL reports.

[% END %]
- +
[% END %] @@ -631,7 +643,7 @@ canned reports and writing custom SQL reports.

- +
[% END %] @@ -738,7 +750,7 @@ canned reports and writing custom SQL reports.

- +
[% END %] @@ -1005,7 +1017,7 @@ Sub report: