diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index cc16c246d575f289a95a83aa5a0dedb4943dfbb9..f49b4e57aef6d6595253489ccaf7a4b43137bb9b 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 '<tr class="liste_titre"><td width="50%" valign="top" class="liste_titre">'; + print '<tr class="liste_titre"><td width="50%" class="liste_titre">'; print $langs->trans("AddToMyProposals") . '</td>'; if ($user->rights->societe->client->voir) { - print '<td width="50%" valign="top" class="liste_titre">'; + print '<td width="50%" class="liste_titre">'; print $langs->trans("AddToOtherProposals").'</td>'; } else { - print '<td width="50%" valign="top" class="liste_titre"> </td>'; + print '<td width="50%" class="liste_titre"> </td>'; } print '</tr>'; @@ -1384,17 +1384,17 @@ if ($product->id && $_GET["action"] == '' && $product->status) $langs->load("orders"); - print '<tr class="liste_titre"><td width="50%" valign="top" class="liste_titre">'; + print '<tr class="liste_titre"><td width="50%" class="liste_titre">'; print $langs->trans("AddToMyOrders").'</td>'; if ($user->rights->societe->client->voir) { - print '<td width="50%" valign="top" class="liste_titre">'; + print '<td width="50%" class="liste_titre">'; print $langs->trans("AddToOtherOrders").'</td>'; } else { - print '<td width="50%" valign="top" class="liste_titre"> </td>'; + print '<td width="50%" class="liste_titre"> </td>'; } print '</tr>'; @@ -1497,17 +1497,17 @@ if ($product->id && $_GET["action"] == '' && $product->status) // Factures if($conf->facture->enabled && $user->rights->facture->creer) { - print '<tr class="liste_titre"><td width="50%" valign="top" class="liste_titre">'; + print '<tr class="liste_titre"><td width="50%" class="liste_titre">'; print $langs->trans("AddToMyBills").'</td>'; if ($user->rights->societe->client->voir) { - print '<td width="50%" valign="top" class="liste_titre">'; + print '<td width="50%" class="liste_titre">'; print $langs->trans("AddToOtherBills").'</td>'; } else { - print '<td width="50%" valign="top" class="liste_titre"> </td>'; + print '<td width="50%" class="liste_titre"> </td>'; } print '</tr>'; diff --git a/htdocs/theme/auguria/style.css.php b/htdocs/theme/auguria/style.css.php index a8c8e4b36baaee982ebff4cf8892d07b228ff48a..bcaddb17710ee79718d3993caea189031fe1329e 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: <?php print $fontlist ?>; font-weight: normal;