From 069a82160c6452742f75542700d05931b2c6c43f Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 9 Aug 2021 16:39:55 +0000 Subject: [PATCH] Bug 28819: Add item search to intranet-main.tt To test: 1. Apply patch 2. Go to staff main page ( intranet-main.tt ) 3. Now you should see an 'Item search' button and icon. Signed-off-by: kelly mcelligott Signed-off-by: kelly mcelligott --- koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt index 01ac044783..70b56c02cc 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt @@ -71,6 +71,9 @@
  • Advanced search
  • +
  • + Item search +
  • [% END %]
  • -- 2.20.1