2
0
forked from Wavyzz/dolibarr

Merge remote-tracking branch 'origin/3.4' into develop

Conflicts:
	htdocs/compta/bank/annuel.php
	htdocs/compta/bank/categ.php
	htdocs/compta/bank/releve.php
	htdocs/core/class/hookmanager.class.php
	htdocs/core/class/html.formfile.class.php
	htdocs/core/modules/livraison/pdf/pdf_typhon.modules.php
	htdocs/core/tpl/contacts.tpl.php
	htdocs/cron/list.php
	htdocs/main.inc.php
	htdocs/public/paybox/paymentko.php
	htdocs/public/paybox/paymentok.php
	htdocs/public/paypal/paymentko.php
	htdocs/public/paypal/paymentok.php
	htdocs/theme/bureau2crea/style.css.php
	htdocs/theme/eldy/style.css.php
	htdocs/user/class/user.class.php
	htdocs/viewimage.php
This commit is contained in:
Laurent Destailleur
2013-06-24 20:02:02 +02:00
11 changed files with 14 additions and 10 deletions

View File

@@ -1892,4 +1892,4 @@ class Adherent extends CommonObject
}
}
?>
?>

View File

@@ -1506,4 +1506,4 @@ function dolGetElementUrl($objectid,$objecttype,$withpicto=0,$option='')
}
}
return $ret;
}
}

View File

@@ -273,4 +273,4 @@ function rebuild_merge_pdf($db, $langs, $conf, $diroutputpdf, $newlangid, $filte
else return $result;
}
?>
?>

View File

@@ -185,4 +185,4 @@ $userstatic=new User($db);
<?php } } ?>
</div>
<!-- END PHP TEMPLATE CONTACTS -->
<!-- END PHP TEMPLATE CONTACTS -->

View File

@@ -317,4 +317,4 @@ dol_print_cron_urls();
llxFooter();
$db->close();
?>
?>

View File

@@ -178,4 +178,4 @@ header('Pragma: public');
readfile($original_file_osencoded);
?>
?>

View File

@@ -170,4 +170,4 @@ else
if ($outjson) print json_encode($arrayresult);
}
?>
?>

View File

@@ -65,6 +65,7 @@ if (! empty($conf->global->MAIN_OVERWRITE_THEME_RES)) { $path='/'.$conf->global-
// Define image path files
$fontlist='arial, sans-serif, verdana, helvetica';
//$fontlist='Verdana,Helvetica,Arial,sans-serif';
$dol_hide_topmenu=$conf->dol_hide_topmenu;
$dol_hide_leftmenu=$conf->dol_hide_leftmenu;
$dol_optimize_smallscreen=$conf->dol_optimize_smallscreen;

View File

@@ -1709,7 +1709,7 @@ div.liste_titre, tr.liste_titre, tr.liste_titre_sel, form.liste_titre, form.list
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-align: <?php echo $left; ?>;
}
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div
tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste_titre div, div.liste_titre
{
font-family: <?php print $fontlist ?>;
/*font-weight: normal;*/
@@ -1717,6 +1717,9 @@ tr.liste_titre th, th.liste_titre, tr.liste_titre td, td.liste_titre, form.liste
white-space: <?php echo $dol_optimize_smallscreen?'normal':'nowrap'; ?>;
text-shadow:1px 0px 1px #ffffff;
}
div.liste_titre {
padding-left: 3px;
}
tr.liste_titre_sel th, th.liste_titre_sel, tr.liste_titre_sel td, td.liste_titre_sel, form.liste_titre_sel div
{
font-family: <?php print $fontlist ?>;

View File

@@ -82,4 +82,4 @@ unset($_SESSION['dol_entity']);
if (GETPOST('noredirect')) return;
header("Location: ".$url); // Default behaviour is redirect to index.php page
?>
?>

View File

@@ -198,4 +198,4 @@ else // Open and return file
if (is_object($db)) $db->close();
?>
?>