diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index cc16c246d57..f49b4e57aef 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -1267,17 +1267,17 @@ if ($product->id && $_GET["action"] == '' && $product->status) $langs->load("propal"); - print ''; + print ''; print $langs->trans("AddToMyProposals") . ''; if ($user->rights->societe->client->voir) { - print ''; + print ''; print $langs->trans("AddToOtherProposals").''; } else { - print ' '; + print ' '; } print ''; @@ -1384,17 +1384,17 @@ if ($product->id && $_GET["action"] == '' && $product->status) $langs->load("orders"); - print ''; + print ''; print $langs->trans("AddToMyOrders").''; if ($user->rights->societe->client->voir) { - print ''; + print ''; print $langs->trans("AddToOtherOrders").''; } else { - print ' '; + print ' '; } print ''; @@ -1497,17 +1497,17 @@ if ($product->id && $_GET["action"] == '' && $product->status) // Factures if($conf->facture->enabled && $user->rights->facture->creer) { - print ''; + print ''; print $langs->trans("AddToMyBills").''; if ($user->rights->societe->client->voir) { - print ''; + print ''; print $langs->trans("AddToOtherBills").''; } else { - print ' '; + print ' '; } print ''; diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index a8c8e4b36ba..bcaddb17710 100644 --- a/htdocs/theme/auguria/style.css.php +++ b/htdocs/theme/auguria/style.css.php @@ -610,7 +610,7 @@ div.tabsAction { a.tabTitle { - background: #436976; + background: #5088A9; color: white; font-family: ; font-weight: normal;