diff --git a/src/Template/Element/menu_view.ctp b/src/Template/Element/menu_view.ctp index e322d35..d2a9450 100755 --- a/src/Template/Element/menu_view.ctp +++ b/src/Template/Element/menu_view.ctp @@ -43,6 +43,7 @@
  • Form->postLink('' . $action . ' ' . $t, ['action' => 'delete', $lien], ['escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer '.$lien.' ?')]); + }else { + if($materiel->status == 'CREATED') { + $action = ' Supprimer ce'; + echo $this->Form->postLink('' . $action . ' ' . $t, + ['action' => 'delete', $lien], + ['escape' => false, 'confirm' => __('Êtes-vous sur de vouloir supprimer '.$lien.' ?')]); + } + } + ?>
  • diff --git a/src/Template/Error/pdo_error.ctp b/src/Template/Error/pdo_error.ctp new file mode 100644 index 0000000..c434ab7 --- /dev/null +++ b/src/Template/Error/pdo_error.ctp @@ -0,0 +1,39 @@ + +
    +

    PDO Exception

    + +errorInfo[0])) : ?> +

    + Code erreur : + errorInfo[0]) ?> +

    + + +errorInfo[1])) : ?> +

    + Code ? : + errorInfo[1]) ?> +

    + + +errorInfo[2])) : ?> +

    + Type erreur : + errorInfo[2]) ?> +

    + + +queryString)) : ?> +

    + Requête SQL : + queryString) ?> +

    + + + + +
    + +
    + element('menu') ?> +
    \ No newline at end of file -- libgit2 0.21.2