Bilan confidentiel : Design
This commit is contained in:
parent
1fd1e78603
commit
c12ac41b8a
@ -850,7 +850,7 @@ class FinanceController extends Zend_Controller_Action
|
|||||||
|
|
||||||
$entreprise = new Scores_Session_Entreprise($this->siret, $this->id);
|
$entreprise = new Scores_Session_Entreprise($this->siret, $this->id);
|
||||||
$this->view->assign('raisonSociale', $entreprise->getRaisonSociale());
|
$this->view->assign('raisonSociale', $entreprise->getRaisonSociale());
|
||||||
$this->view->assign('siren', substr($this->siret, 0, 9));
|
$this->view->assign('siren', substr($this->siret, 0, 9));
|
||||||
$this->view->assign('siret', $this->siret);
|
$this->view->assign('siret', $this->siret);
|
||||||
|
|
||||||
$this->view->haveLiasse = ($bilanList->nbReponses > 0) ? true : false;
|
$this->view->haveLiasse = ($bilanList->nbReponses > 0) ? true : false;
|
||||||
@ -993,7 +993,7 @@ class FinanceController extends Zend_Controller_Action
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Gestion export de la liasse au format XLS
|
//Gestion export de la liasse au format XLS
|
||||||
if ( $user->checkPerm('liassexls') & in_array($type,array('C', 'N', 'S')) ) {
|
if ( $user->checkPerm('liassexls') && in_array($type,array('C', 'N', 'S')) ) {
|
||||||
$this->view->assign('exportxls', true);
|
$this->view->assign('exportxls', true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -52,9 +52,16 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<?php if ($this->msg) {?>
|
<?php if ($this->msg) {?>
|
||||||
<p><span class="ui-icon ui-icon-info" style="float: left; margin-right: .3em;"></span>
|
|
||||||
|
<div class="paragraph">
|
||||||
|
|
||||||
|
<div style="padding: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>
|
||||||
<?=$this->msg?>
|
<?=$this->msg?>
|
||||||
</p>
|
</p>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php } else {?>
|
<?php } else {?>
|
||||||
<?php
|
<?php
|
||||||
|
Loading…
Reference in New Issue
Block a user