From 7e000d4ce24f79b3c8bd666868ed5bf8f70f4d5e Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 11 Jul 2016 10:46:44 +0200 Subject: [PATCH] Fix missing css opacitymedium --- htdocs/societe/consumption.php | 4 ++-- htdocs/societe/project.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/societe/consumption.php b/htdocs/societe/consumption.php index a5fae415a6a..db2cc31529b 100644 --- a/htdocs/societe/consumption.php +++ b/htdocs/societe/consumption.php @@ -569,7 +569,7 @@ else if (empty($type_element) || $type_element == -1) print_liste_field_titre($langs->trans('Quantity'),$_SERVER['PHP_SELF'],'prod_qty','',$param,'align="right"',$sortfield,$sortorder); print "\n"; - print ''.$langs->trans("SelectElementAndClickRefresh").''; + print ''.$langs->trans("SelectElementAndClickRefresh").''; print ""; } @@ -578,7 +578,7 @@ else { print ''."\n"; - print ''; + print ''; print "
'.$langs->trans("FeatureNotYetAvailable").'
'.$langs->trans("FeatureNotYetAvailable").'
"; } diff --git a/htdocs/societe/project.php b/htdocs/societe/project.php index eb3963d0f7a..6746cf8c522 100644 --- a/htdocs/societe/project.php +++ b/htdocs/societe/project.php @@ -71,7 +71,7 @@ if ($socid) $object = new Societe($db); $result = $object->fetch($socid); - $title=$langs->trans("Agenda"); + $title=$langs->trans("Projects"); if (! empty($conf->global->MAIN_HTML_TITLE) && preg_match('/thirdpartynameonly/',$conf->global->MAIN_HTML_TITLE) && $object->name) $title=$object->name." - ".$title; llxHeader('',$title);