From 651d3b132ba1fc09dc5a985b584e1db31e084382 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 --- .../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 f8b8067..527f7a3 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.1.4