From 1cfad6867c2ff895f63ce8e418da096c2f59926a Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Mon, 15 Apr 2013 15:26:55 +0000
Subject: [PATCH] =?UTF-8?q?Footer:=20si=20le=20s=C3=A9lecteur=20de=20profi?=
 =?UTF-8?q?l=20est=20trop=20long,=20ne=20retourne=20pas=20=C3=A0=20la=20li?=
 =?UTF-8?q?gne?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 application/modules/opac/views/scripts/footer.phtml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/modules/opac/views/scripts/footer.phtml b/application/modules/opac/views/scripts/footer.phtml
index a03685c878f..05501bbbdec 100644
--- a/application/modules/opac/views/scripts/footer.phtml
+++ b/application/modules/opac/views/scripts/footer.phtml
@@ -7,7 +7,7 @@
 				<?php
 					// Combo des profils pour les admins
 					if(Class_Users::getLoader()->isCurrentUserCanAccesBackend()) {
-						echo '<td style="text-align:center">';
+						echo '<td style="text-align:center; white-space: nowrap">';
 
 						$profil = Class_Profil::getCurrentProfil();
 						echo $this->tagAnchor(['module' => 'admin',
-- 
GitLab