Encore quelques imperfections
This commit is contained in:
parent
89ba7e0184
commit
3be4c50844
@ -370,6 +370,7 @@ class EvaluationController extends Zend_Controller_Action
|
|||||||
@$doc->loadHTMLFile(APPLICATION_PATH.'/../cache/pages/'.$file);
|
@$doc->loadHTMLFile(APPLICATION_PATH.'/../cache/pages/'.$file);
|
||||||
|
|
||||||
//Générer style particulier pour le rapport
|
//Générer style particulier pour le rapport
|
||||||
|
$style.= 'body { background-color:#ffffff; }';
|
||||||
$style.= '#center h1 {background-color:'.$couleurh1.';color:'.$texth1.'}';
|
$style.= '#center h1 {background-color:'.$couleurh1.';color:'.$texth1.'}';
|
||||||
if($logo_background) {
|
if($logo_background) {
|
||||||
$style.= '#center {background-image:url(./themes/default/images/customrapport/logo_ordertocash.jpg);background-repeat:repeat-y}';
|
$style.= '#center {background-image:url(./themes/default/images/customrapport/logo_ordertocash.jpg);background-repeat:repeat-y}';
|
||||||
@ -391,7 +392,7 @@ class EvaluationController extends Zend_Controller_Action
|
|||||||
$element->setAttribute('width', '12%');
|
$element->setAttribute('width', '12%');
|
||||||
$contentDom->appendChild($element);
|
$contentDom->appendChild($element);
|
||||||
}
|
}
|
||||||
|
$element = $doc->createElement('br');
|
||||||
$i = 0;
|
$i = 0;
|
||||||
foreach($adresse as $item){
|
foreach($adresse as $item){
|
||||||
$element = $doc->createElement('span', $item);
|
$element = $doc->createElement('span', $item);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user