diff --git a/application/controllers/GiantController.php b/application/controllers/GiantController.php index 8b1669ce7..061353eca 100644 --- a/application/controllers/GiantController.php +++ b/application/controllers/GiantController.php @@ -229,6 +229,8 @@ class GiantController extends Zend_Controller_Action { $this->_helper->layout()->disableLayout(); $this->view->headLink()->appendStylesheet('/themes/default/styles/giant.css', 'all'); + $form = new Application_Form_RechercheEntreprise(); + $this->view->assign('form', $form); $this->view->lang = $this->getRequest()->getParam('lang'); $this->view->CompanyId = $this->getRequest()->getParam('CompanyId'); $this->view->Pays = $this->getRequest()->getParam('Pays'); @@ -257,6 +259,7 @@ class GiantController extends Zend_Controller_Action $this->_helper->layout()->disableLayout(); $this->view->headLink()->appendStylesheet('/themes/default/styles/giant.css', 'all'); $this->view->CompanyId = $this->getRequest()->getParam('CompanyId'); + $this->view->InternalOrderId = $this->getRequest()->getParam('InternalOrderId'); $this->view->Pays = $this->getRequest()->getParam('Pays'); $this->view->InternalOrderId = $this->getRequest()->getParam('InternalOrderId'); $this->view->CompanyName = $this->getRequest()->getParam('CompanyName'); @@ -280,6 +283,7 @@ class GiantController extends Zend_Controller_Action $this->view->headLink()->appendStylesheet('/themes/default/styles/giant.css', 'all'); $this->view->lang = $this->getRequest()->getParam('lang'); $this->view->CompanyId = $this->getRequest()->getParam('CompanyId'); + $this->view->InternalOrderId = $this->getRequest()->getParam('InternalOrderId'); $this->view->Pays = $this->getRequest()->getParam('Pays'); $this->view->CompanyName = $this->getRequest()->getParam('CompanyName'); $this->view->action = $this->getRequest()->getParam('action'); diff --git a/application/views/default/scripts/giant/identite.phtml b/application/views/default/scripts/giant/identite.phtml index d0a36f0b5..a66c54ba2 100644 --- a/application/views/default/scripts/giant/identite.phtml +++ b/application/views/default/scripts/giant/identite.phtml @@ -130,9 +130,9 @@ - modification)): ?> -
//var_dump($resultDB);?>
=$MonitoringEv[0]->Company->CompanyName['0']->_ ?> (=$MonitoringEv[0]->Company->CompanyId ?>)
- Company->CompanyName['0']->_)?>'> - Company->CompanyName['0']->_)?>'> - Company->CompanyName['0']->_)?>'> + /lang/=serialize($language)?>/CompanyName/=str_replace(' ', '+',$MonitoringEv[0]->Company->CompanyName['0']->_)?>'> + /InternalOrderId/=$resultDB['InternalOrderId']?>/CompanyName/=str_replace(' ', '+', $MonitoringEv[0]->Company->CompanyName['0']->_)?>'> + /lang/=serialize($language)?>/InternalOrderId/=$resultDB['InternalOrderId']?>/CompanyName/=str_replace(' ', '+', $MonitoringEv[0]->Company->CompanyName['0']->_)?>'>".$name[1]."
"; } //Fin foreach?>