Quitada la cabecera con logo de los emails.

git-svn-id: https://192.168.0.254/svn/Proyectos.Incam_SGD/trunk@25 eb19766c-00d9-a042-a3a0-45cb8ec72764
This commit is contained in:
David Arranz 2011-02-15 14:53:55 +00:00
parent 4c1d94c2f9
commit cfd9ea828c

View File

@ -328,7 +328,7 @@ class Email {
$logo = '<img src="'.$rootUrl.'/resources/graphics/ktlogo-topbar-right-transparent.png" class="primary" title="'.$appName.'" height="44" width="252"/>';
}
$str = '<html>
/*$str = '<html>
<body>
<table border="1" cellpadding="5" width="100%" height="100">
<tr style="background-color:LightGrey">
@ -343,7 +343,20 @@ class Email {
</tr>
</table>
</body>
</html>';*/
$str = '<html>
<body>
<table border="1" cellpadding="5" width="100%" height="100">
<tr>
<td>
'.$email.'
</td>
</tr>
</table>
</body>
</html>';
return $str;
}
}