From e36e63695df055fc8a045a84313e540a6c056b05 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 19 Jan 2018 19:41:35 +0000 Subject: [PATCH] Bug 20051: Invalid markup in staff client's header.inc This patch corrects markup errors in header.inc which introduced by Bug 19851. For id attributes on s have been replaced with classes, eliminating an HTML validator error about duplicate ids. Minor unrelated change: Updated an element's id with a more descriptive name. Test plan the same as Bug 19851's: - Log in to the staff client and confirm that the appearance of the menu bar at the top of the screen looks correct at various browser widths. - Confirm that the logged-in user menu label and help link expand and collapse according to browser width. Signed-off-by: Charles Farmer Signed-off-by: Nick Clemens Fix for QA: Corrected ID reference in circ/offline.tt --- koha-tmpl/intranet-tmpl/prog/en/includes/header.inc | 12 ++++++------ koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc index ced56a5..8e11080 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/header.inc @@ -53,7 +53,7 @@