issue #0001592 : ORDER TO CASH - Adresse, opacité logo

This commit is contained in:
Michael RICOIS 2013-03-22 15:17:25 +00:00
parent ac6bede441
commit 4ebb3e67ef

View File

@ -332,8 +332,8 @@ class EvaluationController extends Zend_Controller_Action
$adresse = array();
if ($user->checkModeEdition() || $user->getIdClient()==110) {
$adresse[] = 'Order to Cash';
$adresse[] = '70 AVENUE DE LA MARNE ';
$adresse[] = '92600 ASNIERES SUR SEINE';
$adresse[] = '6, rue Euryale Dehaynin ';
$adresse[] = '75019 PARIS';
$color1 = '#DFDB00';
$color2 = '#EFED9A';
$background = "background-image:url('/themes/default/images/customrapport/logo_ordertocash.jpg');background-repeat:no-repeat;background-position:center";
@ -385,7 +385,7 @@ class EvaluationController extends Zend_Controller_Action
$style.= '#customRapport { display:none; } ';
$style.= '#center h1 {background-color:'.$couleurh1.';color:'.$texth1.';border:1px solid;} ';
if($logo_background) {
$style.= '#center {background-image:url(./themes/default/images/customrapport/logo_ordertocash.jpg);background-repeat:repeat-y} ';
$style.= '#center {opacity:0.4;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;} ';