From 5e93b777fdc59c3b79fae2f9a86a763c7ceb7cdd Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Tue, 6 Mar 2018 18:48:08 +0000 Subject: [PATCH] Bug 20345: Put saved report keyword search form on reports home This patch makes cosmetic changes to the reports home page in the staff client following the pattern set on the Administration home page with the system preferences search box. A reports keyword search form is added, and reports actions have font-awesome icons. To test, apply the patch and view the reports home page. Confirm that all affected links work correctly and that the search form works correctly. Signed-off-by: Claire Gravely Signed-off-by: Katrin Fischer Signed-off-by: Jonathan Druart --- .../prog/en/modules/reports/reports-home.tt | 32 +++++++++++++------ 1 file changed, 23 insertions(+), 9 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt index f8b806714f..527f7a3638 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reports-home.tt @@ -13,16 +13,30 @@
-

Guided reports

-
-
+
+
- + [% IF ( CAN_user_reports_execute_reports || CAN_user_reports_create_reports ) %] +
+
+

Guided reports

+ + + [% IF ( CAN_user_reports_create_reports ) %] +

+ Create guided report +

+

+ Create from SQL +

+ [% END %] +

+ Use saved +

+ +
+
+ [% END %]
Reports dictionary
    -- 2.39.5