From 4cd1c2ccc979a52ef4b089d5dbdb135b98b9ee30 Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@afi-sa.fr>
Date: Wed, 30 Apr 2014 14:47:27 +0200
Subject: [PATCH] =?UTF-8?q?#13383=20avoid=20that=20first=20column=20label?=
 =?UTF-8?q?=20on=20holds=20&=20loans=20(n=C2=B0)=20is=20on=20two=20lines?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 application/modules/opac/views/scripts/abonne/prets.phtml       | 2 +-
 .../modules/opac/views/scripts/abonne/reservations.phtml        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/modules/opac/views/scripts/abonne/prets.phtml b/application/modules/opac/views/scripts/abonne/prets.phtml
index 6c1ca2944c2..8a8f689f6bd 100644
--- a/application/modules/opac/views/scripts/abonne/prets.phtml
+++ b/application/modules/opac/views/scripts/abonne/prets.phtml
@@ -9,7 +9,7 @@ if($this->fiche["erreur"]) echo '<p class="error">' . $this->fiche["erreur"] . '
 <table width="100%" class="tablesorter">
   <thead>
 	<tr>
-		<th style="text-align:left"><?php echo $this->_('n°') ?></th>
+		<th style="text-align:left; white-space:nowrap"><?php echo $this->_('n°') ?></th>
 		<th style="text-align:left"><?php echo $this->_('Titre') ?></th>
 		<th style="text-align:left"><?php echo $this->_('Auteur') ?></th>
 		<th style="text-align:left"><?php echo $this->_('Bibliothèque') ?></th>
diff --git a/application/modules/opac/views/scripts/abonne/reservations.phtml b/application/modules/opac/views/scripts/abonne/reservations.phtml
index daba51f16a3..ab192d5e475 100644
--- a/application/modules/opac/views/scripts/abonne/reservations.phtml
+++ b/application/modules/opac/views/scripts/abonne/reservations.phtml
@@ -5,7 +5,7 @@
 <table width="100%" class="tablesorter">
   <thead>
 	<tr>
-		<th style="text-align:left"><?php echo $this->_('n°');?></th>
+		<th style="text-align:left;white-space:nowrap"><?php echo $this->_('n°');?></th>
 		<th style="text-align:left"><?php echo $this->_('Titre');?></th>
 		<th style="text-align:left"><?php echo $this->_('Auteur');?></th>
 		<th style="text-align:left"><?php echo $this->_('Bibliothèque');?></th>
-- 
GitLab