issue #0001592 : Background on div#global

This commit is contained in:
Michael RICOIS 2013-03-25 17:29:30 +00:00
parent e73500bb37
commit b3cd6340b6

View File

@ -383,10 +383,10 @@ class EvaluationController extends Zend_Controller_Action
//Générer style particulier pour le rapport
$style.= 'body{background-color:#ffffff;}';
if($logo_background) {
$style.= 'body{background-image:url(./themes/default/images/customrapport/logo_ordertocash_background.jpg);background-repeat:repeat-y} ';
$style.= '#global{background-image:url(./themes/default/images/customrapport/logo_ordertocash_background.jpg);background-repeat:repeat-y} ';
}
$style.= '#customRapport{display:none;}';
$style.= '#notvisible{display:none;}';
$style.= '.notvisible{display:none;}';
$style.= '#center h1{background-color:'.$couleurh1.';color:'.$texth1.';border:1px solid;}';
$style.= '#center h2 {background-color:'.$couleurh2.';color:'.$texth2.'} ';
$style.= 'p#rsynthese {font-size:14px;font-weight:bold;} ';