From b24596be8a851180aa337f40ce2fc2d0f998318e Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Fri, 22 Mar 2013 16:04:08 +0000 Subject: [PATCH] issue #0001592 : ORDER TO CASH - Opacity ne fonctionne pas --- application/controllers/EvaluationController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/controllers/EvaluationController.php b/application/controllers/EvaluationController.php index 3241c4e7a..2f8bdfc59 100644 --- a/application/controllers/EvaluationController.php +++ b/application/controllers/EvaluationController.php @@ -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 {opacity:0.4;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} '; } $style.= '#center h2 {background-color:'.$couleurh2.';color:'.$texth2.'} '; $style.= 'p#rsynthese {font-size:14px;font-weight:bold;} ';