Skip to content
Snippets Groups Projects
Commit 08f97210 authored by pbarroca's avatar pbarroca
Browse files

Suggestions d'achat: Oubli nouveaux fichiers

parent ff62c909
No related merge requests found
......@@ -415,6 +415,8 @@ application/modules/admin/views/scripts/modo/aviscms.phtml -text
application/modules/admin/views/scripts/modo/avisnotice.phtml -text
application/modules/admin/views/scripts/modo/index.phtml -text
application/modules/admin/views/scripts/modo/membreview.phtml -text
application/modules/admin/views/scripts/modo/suggestion-achat-edit.phtml -text
application/modules/admin/views/scripts/modo/suggestion-achat.phtml -text
application/modules/admin/views/scripts/modo/tagnotice.phtml -text
application/modules/admin/views/scripts/module.phtml -text
application/modules/admin/views/scripts/modules/_debut.phtml -text
......
<?php echo $this->renderForm($this->form); ?>
\ No newline at end of file
<h1><?php echo $this->_('Modération des suggestions d\'achat');?></h1>
<br>
<?php if (0 == count($this->suggestions)) { ?>
<h4><?php echo $this->_('Aucune suggestion à modérer');?></h4>
<?php
} else {
echo $this->tagModelTable($this->suggestions,
[$this->_('Date'), $this->_('Titre'), $this->_('Auteur')],
['date_creation', 'titre', 'auteur'],
[ ['action' => 'suggestion-achat-edit', 'content' => $this->boutonIco('type=edit')],
['action' => 'suggestion-achat-delete', 'content' => $this->boutonIco('type=del')] ],
'suggestions');
} ?>
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment