Amélioration pour impression
This commit is contained in:
parent
4b8666adc3
commit
a27e9b6b92
@ -107,7 +107,10 @@
|
|||||||
|
|
||||||
<?php foreach ($this->ancres as $id => $name):?>
|
<?php foreach ($this->ancres as $id => $name):?>
|
||||||
<div id="content_<?=$id?>" class="content">
|
<div id="content_<?=$id?>" class="content">
|
||||||
|
|
||||||
<?php if($this->champType == 'S'):?>
|
<?php if($this->champType == 'S'):?>
|
||||||
|
|
||||||
|
<div style="page-break-after: always;">
|
||||||
<?php echo $this->partial('finance/liassesPartials/simplifie/'.$id.'.partial.phtml', array(
|
<?php echo $this->partial('finance/liassesPartials/simplifie/'.$id.'.partial.phtml', array(
|
||||||
'liasse' => $this->liasse,
|
'liasse' => $this->liasse,
|
||||||
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
||||||
@ -117,8 +120,11 @@
|
|||||||
'unite'=> $this->unite,
|
'unite'=> $this->unite,
|
||||||
));?>
|
));?>
|
||||||
<br />
|
<br />
|
||||||
<?php endif;?>
|
</div>
|
||||||
<?php if($this->champType == 'N' or $this->champType == 'C'):?>
|
|
||||||
|
<?php elseif($this->champType == 'N' || $this->champType == 'C'):?>
|
||||||
|
|
||||||
|
<div style="page-break-after: always;">
|
||||||
<?php echo $this->partial('finance/liassesPartials/'.$id.'.partial.phtml', array(
|
<?php echo $this->partial('finance/liassesPartials/'.$id.'.partial.phtml', array(
|
||||||
'liasse' => $this->liasse,
|
'liasse' => $this->liasse,
|
||||||
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
||||||
@ -128,7 +134,10 @@
|
|||||||
'unite'=> $this->unite,
|
'unite'=> $this->unite,
|
||||||
));?>
|
));?>
|
||||||
<br />
|
<br />
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php elseif ($this->champType == 'B'):?>
|
<?php elseif ($this->champType == 'B'):?>
|
||||||
|
|
||||||
<?php echo $this->partial('finance/liassesPartials/banque/'.$id.'.partial.phtml', array(
|
<?php echo $this->partial('finance/liassesPartials/banque/'.$id.'.partial.phtml', array(
|
||||||
'liasse' => $this->liasse,
|
'liasse' => $this->liasse,
|
||||||
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
||||||
@ -138,7 +147,9 @@
|
|||||||
'unite'=> $this->unite,
|
'unite'=> $this->unite,
|
||||||
));?>
|
));?>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<?php elseif ($this->champType == 'A'):?>
|
<?php elseif ($this->champType == 'A'):?>
|
||||||
|
|
||||||
<?php echo $this->partial('finance/liassesPartials/assurance/'.$id.'.partial.phtml', array(
|
<?php echo $this->partial('finance/liassesPartials/assurance/'.$id.'.partial.phtml', array(
|
||||||
'liasse' => $this->liasse,
|
'liasse' => $this->liasse,
|
||||||
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
'dateCloture' => $this->dateFunction->dateT('Ymd', 'd/m/Y', $this->dateCloture),
|
||||||
@ -148,7 +159,9 @@
|
|||||||
'unite'=> $this->unite,
|
'unite'=> $this->unite,
|
||||||
));?>
|
));?>
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
<?php endif;?>
|
<?php endif;?>
|
||||||
|
@ -143,6 +143,7 @@
|
|||||||
border:1px solid #FFFFFF;
|
border:1px solid #FFFFFF;
|
||||||
background-color:#636d76;
|
background-color:#636d76;
|
||||||
padding:8px;
|
padding:8px;
|
||||||
|
display:none;
|
||||||
}
|
}
|
||||||
ul.tabs {
|
ul.tabs {
|
||||||
margin:0px; padding:0px;
|
margin:0px; padding:0px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user