Update for issue #0001592

This commit is contained in:
Michael RICOIS 2013-03-21 15:12:34 +00:00
parent 86f05fcee7
commit 148a7bbb58
3 changed files with 8 additions and 7 deletions

View File

@ -388,6 +388,7 @@ class EvaluationController extends Zend_Controller_Action
$style.= '#center {background-image:url(./themes/default/images/customrapport/logo_ordertocash.jpg);background-repeat:repeat-y} ';
}
$style.= '#center h2 {background-color:'.$couleurh2.';color:'.$texth2.'} ';
$style.= 'p#rsynthese {font-size:14px;font-weight:bold;} ';
$styleDom = $doc->createElement('style', $style);

View File

@ -1,11 +1,11 @@
<div align="center" style="height:305px;<?=$this->background;?>">
<div align="center" style="<?=$this->background;?>">
<div id="remove">
<form name="uploadForm" id="uploadForm" method="post" action="<?=$this->url(array(
'controller'=>'evaluation',
'action'=>'customindiscore3',
'siret'=>$this->siret,
'controller'=>'evaluation',
'action'=>'customindiscore3',
'siret'=>$this->siret,
'id'=>$this->id))?>">
<table style="margin-top:30px">
<table>
<tr>
<td><b>Coordonnées adresse</b></td>
</tr>
@ -14,7 +14,7 @@
<?php foreach($this->adresse as $item){?>
<input style="width:377px" type="text" name="adresse[]" value="<?=$item?>"/><br/>
<?php }?>
</td>
</td>
</tr>
<tr>
<td valign="top"><b>Nom de la société</b></td>

View File

@ -8,7 +8,7 @@ $parametresAction = array(
<div id="center">
<?php if ($this->customRapport) {?>
<div><a id="customRapport" href="<?=$this->customRapport?>">Rapport personnalisé</a></div>
<div class="paragraph"><a id="customRapport" href="<?=$this->customRapport?>">Rapport personnalisé</a></div>
<?php }?>
<h1>RAPPORT COMPLET</h1>