2011-04-21 13:33:21 +00:00

14 lines
343 B
PHTML

<?php if ( $this->texte ) {?>
<tr>
<td width="50">&nbsp;</td>
<td width="200" class="StyleInfoLib"><?=$this->label?></td>
<?php
if (!empty($this->titre)) {
$titre = ' title="'.$this->titre.'"';
} else {
$titre = '';
}
?>
<td width="350" class="StyleInfoData"<?=$titre?>><?=$this->texte?></td>
</tr>
<?php } ?>