From b650dc4fd68496652d53c1fe613d32ac15a3fb0a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?C=C3=B4me=20Chilliet?= <come@opensides.be>
Date: Tue, 18 Jul 2017 17:38:04 +0200
Subject: [PATCH] Fixed back setup_header.tpl
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Should not change anything for breezy but for legacy it’s better (and
HTML code is cleaner and closer to main.php)
---
 ihtml/themes/breezy/setup_header.tpl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/ihtml/themes/breezy/setup_header.tpl b/ihtml/themes/breezy/setup_header.tpl
index 99f1ff849..a6d59ef38 100644
--- a/ihtml/themes/breezy/setup_header.tpl
+++ b/ihtml/themes/breezy/setup_header.tpl
@@ -1,5 +1,9 @@
+<div class="setup-header">
   <div id="header-left">
     <img id="fd-logo" class="optional" src="geticon.php?context=applications&amp;icon=fusiondirectory&amp;size=48" alt="FusionDirectory"/>
   </div>
+  <div id="header-right">
+  </div>
+</div>
 
 {* FusionDirectory - smarty template for setup header, which is also used by login and password recovery *}
-- 
GitLab