From ecb77199a60c8d924e02da7d9afab1c9f026a525 Mon Sep 17 00:00:00 2001 From: polo Date: Sat, 23 Dec 2023 15:34:55 +0100 Subject: =?UTF-8?q?modification=20de=20prestation=20moins=20dangereuse=20g?= =?UTF-8?q?r=C3=A2ce=20=C3=A0=20shell=5Fexec()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/ZenitySetup.php | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/view/ZenitySetup.php') diff --git a/src/view/ZenitySetup.php b/src/view/ZenitySetup.php index a876c04..88621bf 100644 --- a/src/view/ZenitySetup.php +++ b/src/view/ZenitySetup.php @@ -25,8 +25,10 @@ class ZenitySetup static public $recherche_client_text = "Recherche d'un client avec son nom ou son code client"; static public $resultats_recherche_client_text = "Résultats de la recherche, sélectionner un client"; static public $resultats_recherche_presta_text = "Sélectionner une prestation"; - static public $nouveau_client_text = "Nouveau client"; - static public $nouveau_client_entrees = ["Prénom Nom:", "Code client (J.C.Dusse):", "Adresse:", "Code postal:", "Ville:", "Telephone:", "Courriel:", "À propos:"]; + static public $nouveau_client = ['text' => "Nouveau client", + 'entrees' => ["Prénom Nom:", "Code client (J.C.Dusse):", "Adresse:", "Code postal:", "Ville:", "Telephone:", "Courriel:", "À propos:"]]; + //~ static public $nouveau_client_text = "Nouveau client"; + //~ static public $nouveau_client_entrees = ["Prénom Nom:", "Code client (J.C.Dusse):", "Adresse:", "Code postal:", "Ville:", "Telephone:", "Courriel:", "À propos:"]; static public $calendar = ['section2' => 'Nouvelle prestation étape 1/3 - Choisir une date', 'section3' => 'Choisir une nouvelle date']; static public $formulaire = ['text' => 'Nouvelle prestation 2/3 - Détail des travaux', @@ -39,8 +41,8 @@ class ZenitySetup static public $modification_client = ['text' => 'Modifier une information concernant un client', 'service' => "Modifier une prestation"]; //'return' => "Retour menu principal"]; - static public $modification_presta = ['text' => 'Modifier une prestation', - 'devis_facture' => "Créer une facture à partir d'un devis"]; + static public $modification_presta = ['text' => 'Modifier une prestation']; + //'devis_facture' => "Créer une facture à partir d'un devis"]; //'service' => "Modifier une autre prestation", //'return' => "Retour menu précédent"]; -- cgit v1.2.3