Ajout de la taille de l'image
This commit is contained in:
parent
1d5f49cbfb
commit
6be41e4117
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user