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

label textarea

parent 2d4e87b1
No related branches found
No related tags found
No related merge requests found
Pipeline #16461 passed
......@@ -12,7 +12,7 @@ $options = explode(';', $champ->getOptions());
<div class="row">
<div class="form-group">
<?php if (trim($champ->getLibelle()) !== 'empty') : ?>
<label for="textarea_<?php echo $champ->getId(); ?>"><?php echo $champ->getLibelle(); ?></label>
<label for="textarea_<?php echo $champ->getId(); ?>"><strong><?php echo $champ->getLibelle(); ?></strong></label>
<?php endif; ?>
<?php if ($champ->getTexte() !== null AND trim($champ->getTexte()) !== '') : ?>
<p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment