Commit 4f90ace2b8a7517fb8e5c2e4cc0e1c6be31cd1e9
1 parent
5de8788c
Exists in
master
and in
2 other branches
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,6 +540,8 @@ if ($USER_IS_ADMIN_OR_MORE) { | ||
540 | */ | 540 | */ |
541 | if ($CAN_MANAGE_SUIVIS) { | 541 | if ($CAN_MANAGE_SUIVIS) { |
542 | // Edit Suivis | 542 | // Edit Suivis |
543 | + // TODO: | ||
544 | + //$echoActionButton($this->Html, 'icon-pencil', 'Impr. étiquette', 'Suivis', 'edit', $suivis->id, [], "Imprimer sur un ruban"); | ||
543 | echo $this->Html->link(__('<i class="icon-pencil"></i>'), [ | 545 | echo $this->Html->link(__('<i class="icon-pencil"></i>'), [ |
544 | 'controller' => 'Suivis', | 546 | 'controller' => 'Suivis', |
545 | 'action' => 'edit', | 547 | 'action' => 'edit', |