BUG 7816 Adjust the size of the company logo.
This commit is contained in:
@@ -63,7 +63,7 @@ try {
|
||||
$template->assign ('LOG0_IMAGE' , "/images/processmaker.logo.jpg");
|
||||
$logopm="Restore_the_default_logo";
|
||||
//$template->assign ('LOG0_NAME' , str_replace("_"," ",$logopm));
|
||||
$template->assign ('LOGO_WIDTH' , "200");
|
||||
$template->assign ('LOGO_WIDTH' , "250");
|
||||
$template->assign ('LOGO_HEIGHT' , "80" );
|
||||
$template->assign ('LOG0_SIZE' , "15.36");
|
||||
$template->assign ('LOG0_DELETE' , "onclick ='changeLogo(\" \");return false;'");
|
||||
@@ -130,7 +130,7 @@ try {
|
||||
G::uploadFile( $tpnfile, $dir . '/', 'tmp'.$fileName );
|
||||
$error = false;
|
||||
try {
|
||||
G::resizeImage($dir . '/tmp' . $fileName, 200, 80, $dir . '/' .$fileName);
|
||||
G::resizeImage($dir . '/tmp' . $fileName, 250, 80, $dir . '/' .$fileName);
|
||||
} catch (Exception $e) {
|
||||
$error = $e->getMessage();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user