Bonjour,
Oui.
Changez la ligne:
<?php echo JHTML::_('hikaselect.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',0 ); ?>
en:
<?php echo JHTML::_('hikaselect.booleanlist', "data[order][history][history_notified]" , 'onchange="var display=\'none\'; if(this.value==1)display=\'\';document.getElementById(\'notification_area\').style.display=display;"',1 ); ?>
et la ligne:
<td colspan="2" id="notification_area" style="display:none">[code]
en:
[code]<td colspan="2" id="notification_area">
dans le fichier "notification" de la vue "order" pour le template de votre backend via le menu Affichage>Vues et voilà.