Debug v17
This commit is contained in:
parent
e41ca9af5d
commit
a9d480896d
@ -651,7 +651,7 @@ if ($object->id > 0) {
|
|||||||
|
|
||||||
// Level of prospection
|
// Level of prospection
|
||||||
print '<tr><td class="titlefield nowrap">';
|
print '<tr><td class="titlefield nowrap">';
|
||||||
print '<table width="100%" class="nobordernopadding"><tr><td class="nowrap">';
|
print '<table class="nobordernopadding centpercent"><tr><td class="nowrap">';
|
||||||
print $langs->trans('ProspectLevel');
|
print $langs->trans('ProspectLevel');
|
||||||
print '<td>';
|
print '<td>';
|
||||||
if ($action != 'editlevel' && $user->rights->societe->creer) {
|
if ($action != 'editlevel' && $user->rights->societe->creer) {
|
||||||
@ -686,7 +686,7 @@ if ($object->id > 0) {
|
|||||||
|
|
||||||
print '<br>';
|
print '<br>';
|
||||||
} else {
|
} else {
|
||||||
print '<div class="underbanner underbanner-before-box clearboth"></div>';
|
print '<div class="underbanner underbanner-before-box clearboth"></div><br>';
|
||||||
}
|
}
|
||||||
|
|
||||||
$boxstat = '';
|
$boxstat = '';
|
||||||
@ -696,7 +696,7 @@ if ($object->id > 0) {
|
|||||||
|
|
||||||
// Lien recap
|
// Lien recap
|
||||||
$boxstat .= '<div class="box box-halfright">';
|
$boxstat .= '<div class="box box-halfright">';
|
||||||
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="border boxtable boxtablenobottom boxtablenotop" width="100%">';
|
$boxstat .= '<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="border boxtable boxtablenobottom boxtablenotop boxtablenomarginbottom centpercent">';
|
||||||
$boxstat .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">';
|
$boxstat .= '<tr class="impair nohover"><td colspan="2" class="tdboxstats nohover">';
|
||||||
|
|
||||||
if (isModEnabled("propal") && $user->rights->propal->lire) {
|
if (isModEnabled("propal") && $user->rights->propal->lire) {
|
||||||
|
|||||||
@ -4617,6 +4617,9 @@ table.noborder.boxtable tr td {
|
|||||||
.boxtablenobottom {
|
.boxtablenobottom {
|
||||||
border-bottom-width: 0 !important;
|
border-bottom-width: 0 !important;
|
||||||
}
|
}
|
||||||
|
.boxtablenomarginbottom {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
||||||
min-width: 275px; /* increasing this, make chart on box not side by side on laptops */
|
min-width: 275px; /* increasing this, make chart on box not side by side on laptops */
|
||||||
}
|
}
|
||||||
|
|||||||
@ -4643,6 +4643,9 @@ span.dashboardlineko {
|
|||||||
.boxtablenobottom {
|
.boxtablenobottom {
|
||||||
/* border-bottom-width: 0 !important; */
|
/* border-bottom-width: 0 !important; */
|
||||||
}
|
}
|
||||||
|
.boxtablenomarginbottom {
|
||||||
|
margin-bottom: 0 !important;
|
||||||
|
}
|
||||||
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
.boxtable .fichehalfright, .boxtable .fichehalfleft {
|
||||||
min-width: 275px;
|
min-width: 275px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user