correction de d'editer la fiche dans l'identite fiche
This commit is contained in:
parent
9af3626ce4
commit
0a28b03369
@ -537,7 +537,7 @@ class Input_IndexController extends Zend_Controller_Action
|
||||
$this->view->assign('siren', $siren);
|
||||
$this->view->assign('nic', $nic);
|
||||
$this->view->assign('tribunal', $tribunal);
|
||||
$this->renderScript('saisie/even/'.$num.'.phtml');
|
||||
$this->renderScript('index/even/'.$num.'.phtml');
|
||||
}
|
||||
|
||||
/**
|
||||
|
@ -105,5 +105,5 @@ if (count($this->tabEvent)>0) {
|
||||
?>
|
||||
</select>
|
||||
<div id="subFormSaisie">
|
||||
<?=$this->action('even', 'saisie', null, array('num'=> $this->eventNum, 'siren'=>substr($this->siret,0,9)))?>
|
||||
<?=$this->action('even','index', 'input', array('num'=> $this->eventNum, 'siren'=>substr($this->siret,0,9)))?>
|
||||
</div>
|
@ -1,4 +1,5 @@
|
||||
<div id="center">
|
||||
|
||||
<?php if ($message!='') { ?>
|
||||
<div style="margin:5px; padding: 0pt 0.7em;" class="ui-state-highlight ui-corner-all">
|
||||
<p><span style="float: left; margin-right: 0.3em;" class="ui-icon ui-icon-info"></span>
|
||||
@ -6,11 +7,11 @@
|
||||
</div>
|
||||
<?php } ?>
|
||||
|
||||
<?php if ($this->etab->Siege==0) { ?>
|
||||
<?php if ($this->etab->Siege==0) { ?>
|
||||
<h1 class="titre">IDENTITE DE L'ÉTABLISSEMENT</h1>
|
||||
<?php } else { ?>
|
||||
<?php } else { ?>
|
||||
<h1 class="titre">IDENTITE DE L'ENTREPRISE</h1>
|
||||
<?php } ?>
|
||||
<?php }?>
|
||||
<div class="paragraph">
|
||||
|
||||
<div>
|
||||
@ -21,6 +22,7 @@
|
||||
<div class="clearfix">
|
||||
<label>Numéro identifiant Siret du siège</label>
|
||||
<a href="<?=$this->url(array(
|
||||
'module'=>'legal',
|
||||
'controller' => 'identite',
|
||||
'action' => 'fiche',
|
||||
'siret' => $this->etab->SiretSiege))?>">
|
||||
@ -121,7 +123,7 @@ if (!$selOne) echo '<option value="0000" selected>-</option>';
|
||||
|
||||
<h2>BODACC</h2>
|
||||
<div class="paragraph">
|
||||
<?=$this->action('form','saisie', null, array( 'siret' => $this->siret))?>
|
||||
<?=$this->action('form','index', 'input', array( 'siret' => $this->siret))?>
|
||||
</div>
|
||||
|
||||
<h2>Informations diverses</h2>
|
||||
@ -173,5 +175,4 @@ if(substr($this->etab->FJ,0,1)=='1' || in_array($this->etab->FJ, array(2310, 232
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
||||
</div>
|
Loading…
Reference in New Issue
Block a user