Commit 4f90ace2b8a7517fb8e5c2e4cc0e1c6be31cd1e9

Authored by Etienne Pallier
1 parent 5de8788c
Exists in master and in 2 other branches dev, dev-IRAP

update view

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
src/Template/Materiels/view.ctp
... ... @@ -540,6 +540,8 @@ if ($USER_IS_ADMIN_OR_MORE) {
540 540 */
541 541 if ($CAN_MANAGE_SUIVIS) {
542 542 // Edit Suivis
  543 + // TODO:
  544 + //$echoActionButton($this->Html, 'icon-pencil', 'Impr. étiquette', 'Suivis', 'edit', $suivis->id, [], "Imprimer sur un ruban");
543 545 echo $this->Html->link(__('<i class="icon-pencil"></i>'), [
544 546 'controller' => 'Suivis',
545 547 'action' => 'edit',
... ...