You need to sign in or sign up before continuing.
Rf13038 - Comments editing on admin side
Merge request reports
Activity
Filter activity
744 770 } 745 771 746 772 773 protected function _setAvisAndEntete($avis, $form) { 774 if ($avis->getAvis() != $form->avis->getValue()) { 775 $avis->setAvis($form->avis->getValue())->save(); 776 $this->_helper->notify($this->view->_('Contenu de l\'avis modifié')); 1 1 <?php print('<h1>'.$this->traduire('Modération des avis sur les articles').'</h1>'); 2 print('<br>'); 3 2 if(!count($this->liste_avis)) { 4 3 print('<h4>Il n\'y a aucun avis à modérer</h4>'); 5 4 } else { 6 5 ?> 7 <table cellpadding="5px" cellspacing="0"> 6 <table class="avis-cms" cellpadding="5px" cellspacing="0"> 8 7 <tr class="soustitre"> 9 8 <td style="width:2%;"> </td> 10 <td style="width:90%;">Avis</td> 11 <td style="width:8%">Action</td> 9 <td style="width:85%;">Avis</td>
Please register or sign in to reply