Skip to content
Snippets Groups Projects
Commit 63b4bba7 authored by Jean-Philippe Metivier's avatar Jean-Philippe Metivier
Browse files

Blocage de la taille minimal de l'etat pour bloquer le retour à la ligne

parent 0320e839
Branches
Tags 5.0.1
No related merge requests found
Pipeline #16965 passed
......@@ -13,6 +13,7 @@ $displayUser = (isset($options['display-user']) AND $options['display-user'] ===
$type = $instance->getType();
?>
<?php if ($displayDate OR $displayUser) : ?>
<div class="row">
<div class="col-md-3">
<?php if ($type) : ?>
......@@ -38,3 +39,6 @@ $type = $instance->getType();
</small>
</div>
</div>
<?php else : ?>
<?php echo $this->etattype($type); ?>
<?php endif; ?>
......@@ -16,7 +16,7 @@ $categorie_icone = ($type AND $type->getCategorie())?$type->getCategorie()->getI
$categorie_libelle = ($type AND $type->getCategorie())?$type->getCategorie()->getLibelle():null;
?>
<div style="display: inline-block;">
<div style="display: inline-block;min-width: 6rem;">
<div class="etat-leftpart" title="<?php echo str_replace("'", "", $type_libelle); ?>" style="background: <?php echo $type_couleur; ?>;">
<span class="<?php echo ($type_icone)?:"fa fa-question-circle"; ?>" aria-hidden="true"></span>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment