diff --git a/application/configs/menu.input.php b/application/configs/menu.input.php new file mode 100644 index 000000000..cf7c9b16a --- /dev/null +++ b/application/configs/menu.input.php @@ -0,0 +1,17 @@ + "Retour à la fiche d'identite", + 'uri' => "#", + 'pages' => array( + array( + 'label' => "Fiche", + 'module' => 'legal', + 'controller' => 'identite', + 'action' => 'fiche', + ), + + ), + ), + +); \ No newline at end of file diff --git a/application/modules/input/controllers/IndexController.php b/application/modules/input/controllers/IndexController.php index 63166147c..1f42fddbe 100644 --- a/application/modules/input/controllers/IndexController.php +++ b/application/modules/input/controllers/IndexController.php @@ -547,7 +547,7 @@ class Input_IndexController extends Zend_Controller_Action { $request = $this->getRequest(); $champ = $request->getParam('champ', ''); - $this->renderScript('saisie/champs/'.$champ.'.phtml'); + $this->renderScript('index/champs/'.$champ.'.phtml'); } /** diff --git a/application/modules/input/controllers/MandataireController.php b/application/modules/input/controllers/MandataireController.php index b529542c4..289540a55 100644 --- a/application/modules/input/controllers/MandataireController.php +++ b/application/modules/input/controllers/MandataireController.php @@ -260,15 +260,15 @@ class Input_MandataireController extends Zend_Controller_Action $error = true; } - if($tabMandataires['Nom']=='' ){$fields[] ='Nom'; $error = true;} - if($tabMandataires['type']==''){$fields[] ='Type'; $error = true;} - if($tabMandataires['tribunal']==''){$fields[] ='Tribunal'; $error = true;} - if($tabMandataires['coursAppel']==''){$fields[] ='Cours d\'appel'; $error = true;} - if($tabMandataires['Statut']==''){$fields[] ='Statut'; $error = true;} - if($tabMandataires['adresse']==''){$fields[] ='Adresse'; $error = true;} - if($tabMandataires['cp']==''){$fields[] ='Code Postal'; $error = true;} - if($tabMandataires['ville']==''){$fields[] ='Ville'; $error = true;} - if($tabMandataires['tel']==''){$fields[] ='Téléphone'; $error = true;} + if($tabMandataires['Nom']=='' ){$fields ='Nom'; $error = true;} + if($tabMandataires['type']==''){$fields ='Type'; $error = true;} + if($tabMandataires['tribunal']==''){$fields ='Tribunal'; $error = true;} + if($tabMandataires['coursAppel']==''){$fields ='Cours d\'appel'; $error = true;} + if($tabMandataires['Statut']==''){$fields ='Statut'; $error = true;} + if($tabMandataires['adresse']==''){$fields='Adresse'; $error = true;} + if($tabMandataires['cp']==''){$fields ='Code Postal'; $error = true;} + if($tabMandataires['ville']==''){$fields ='Ville'; $error = true;} + if($tabMandataires['tel']==''){$fields ='Téléphone'; $error = true;} //Envoi de la requête au webservices if ($error==true){ diff --git a/application/modules/input/views/default/scripts/index/annoncedialog.phtml b/application/modules/input/views/default/scripts/index/annoncedialog.phtml index 8a7b5fc65..a2cb4b20a 100644 --- a/application/modules/input/views/default/scripts/index/annoncedialog.phtml +++ b/application/modules/input/views/default/scripts/index/annoncedialog.phtml @@ -34,7 +34,7 @@ Siren / Siret : -=$this->action('form', 'saisie', null, array('siret'=>$this->siret))?> +=$this->action('form', 'index', 'input', array('siret'=>$this->siret))?> message; }?> diff --git a/application/modules/input/views/default/scripts/index/champs/administrateur.phtml b/application/modules/input/views/default/scripts/index/champs/administrateur.phtml index 828b1f6b4..b4fef6a3a 100644 --- a/application/modules/input/views/default/scripts/index/champs/administrateur.phtml +++ b/application/modules/input/views/default/scripts/index/champs/administrateur.phtml @@ -5,15 +5,19 @@ if ( !isset($inEditDialog) || $inEditDialog === false ) { $tribunal = $saisie['tribunal']; } ?> - - +
Sélectionner l'évènement ou le jugement, pour faire apparaître le formulaire.
\ No newline at end of file +Sélectionner l'évènement ou le jugement, pour faire apparaître le formulaire.
\ No newline at end of file diff --git a/application/modules/input/views/default/scripts/index/even/1010.phtml b/application/modules/input/views/default/scripts/index/even/1010.phtml index 60766f3f2..a33b75153 100644 --- a/application/modules/input/views/default/scripts/index/even/1010.phtml +++ b/application/modules/input/views/default/scripts/index/even/1010.phtml @@ -1,7 +1,17 @@ - - +