From 47e2b8f7d8360c059a66032f80dbb5f68b8fa925 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Joonas=20Kylm=C3=A4l=C3=A4?= Date: Tue, 8 Sep 2015 10:23:37 +0000 Subject: [PATCH] Bug 14773: Move help link back out of the dropdown menu This moves the help link back out of the dropdown menu like it used to be. To test: 1. Notice that in intra the help link is inside the dropdown menu. 2. Apply the patch 3. Notice that the help link is now clearly visible in the top right corner of the page. Sponsored-by: Vaara-kirjastot Signed-off-by: Nicole Engard Signed-off-by: Katrin Fischer Signed-off-by: Tomas Cohen Arazi --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index a4fd520f44..50b348bf91 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -89,11 +89,11 @@
  • Log out
  • -
  • - Help -
  • +
  • + Help +
  • [% ELSE %]
  • -- 2.11.4.GIT