Ajout de la taille de l'image

This commit is contained in:
Michael RICOIS 2012-01-30 11:29:07 +00:00
parent 1d5f49cbfb
commit 6be41e4117

View File

@ -388,7 +388,7 @@ class EvaluationController extends Zend_Controller_Action
} else {
$element = $doc->createElement('img');
$element->setAttribute('src', '/themes/default/images/customrapport/logo_ordertocash.jpg');
$element->setAttribute('width', '');
$element->setAttribute('width', '12%');
$contentDom->appendChild($element);
}