Ajout suppression doc + amélioration ui

This commit is contained in:
Noizette 2021-11-06 22:02:47 +01:00
parent d852c3c680
commit 2fda7a9db3
7 changed files with 81 additions and 5 deletions

View file

@ -36,5 +36,5 @@ if (f('delete'))
$tpl->assign('deletable', $client->isDeletable($id));
$tpl->assign('client', $client->get($id));
$tpl->assign('client', $c);
$tpl->display(PLUGIN_ROOT . '/templates/client_supprimer.tpl');