Serious enhancement on styles.
This commit is contained in:
parent
f29086c30e
commit
0f4759e2c5
@ -1267,17 +1267,17 @@ if ($product->id && $_GET["action"] == '' && $product->status)
|
|||||||
|
|
||||||
$langs->load("propal");
|
$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>';
|
print $langs->trans("AddToMyProposals") . '</td>';
|
||||||
|
|
||||||
if ($user->rights->societe->client->voir)
|
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>';
|
print $langs->trans("AddToOtherProposals").'</td>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<td width="50%" valign="top" class="liste_titre"> </td>';
|
print '<td width="50%" class="liste_titre"> </td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
@ -1384,17 +1384,17 @@ if ($product->id && $_GET["action"] == '' && $product->status)
|
|||||||
|
|
||||||
$langs->load("orders");
|
$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>';
|
print $langs->trans("AddToMyOrders").'</td>';
|
||||||
|
|
||||||
if ($user->rights->societe->client->voir)
|
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>';
|
print $langs->trans("AddToOtherOrders").'</td>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<td width="50%" valign="top" class="liste_titre"> </td>';
|
print '<td width="50%" class="liste_titre"> </td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
@ -1497,17 +1497,17 @@ if ($product->id && $_GET["action"] == '' && $product->status)
|
|||||||
// Factures
|
// Factures
|
||||||
if($conf->facture->enabled && $user->rights->facture->creer)
|
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>';
|
print $langs->trans("AddToMyBills").'</td>';
|
||||||
|
|
||||||
if ($user->rights->societe->client->voir)
|
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>';
|
print $langs->trans("AddToOtherBills").'</td>';
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
print '<td width="50%" valign="top" class="liste_titre"> </td>';
|
print '<td width="50%" class="liste_titre"> </td>';
|
||||||
}
|
}
|
||||||
|
|
||||||
print '</tr>';
|
print '</tr>';
|
||||||
|
|||||||
@ -610,7 +610,7 @@ div.tabsAction {
|
|||||||
|
|
||||||
|
|
||||||
a.tabTitle {
|
a.tabTitle {
|
||||||
background: #436976;
|
background: #5088A9;
|
||||||
color: white;
|
color: white;
|
||||||
font-family: <?php print $fontlist ?>;
|
font-family: <?php print $fontlist ?>;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user