Skip to content
Snippets Groups Projects
Commit 4cd1c2cc authored by Laurent's avatar Laurent
Browse files

#13383 avoid that first column label on holds & loans (n°) is on two lines

parent 307fa4f9
Branches
Tags
5 merge requests!258Dev/13872 Orphee Allow Hold Available Items,!103Master,!100Master,!97Master,!94Hotline 6.42
......@@ -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>
......
......@@ -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>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment