Skip to content
Snippets Groups Projects
Commit 0032ad69 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

New look for thirdparty tab using the new common banner. End. Let's do

the same for other tabs and elements now...
parent 0222867a
No related branches found
No related tags found
No related merge requests found
......@@ -1867,7 +1867,11 @@ else
dol_banner_tab($object, 'socid', '', ($user->societe_id?0:1), 'rowid', 'nom');
print '<table class="border" width="100%">';
print '<div class="fichecenter">';
print '<div class="fichehalfleft">';
print '<div class="underbanner clearboth"></div>';
print '<table class="border tableforfield" width="100%">';
// Ref
/*
......@@ -2202,6 +2206,14 @@ else
else print '&nbsp;';
print '</td></tr>';
print '</table>';
print '</div>';
print '<div class="fichehalfright"><div class="ficheaddleft">';
print '<div class="underbanner clearboth"></div>';
print '<table class="border tableforfield" width="100%">';
// Default language
if (! empty($conf->global->MAIN_MULTILANGS))
{
......@@ -2338,6 +2350,9 @@ else
print '</table>';
print '</div></div></div>';
print '<div style="clear:both"></div>';
dol_fiche_end();
......
......@@ -637,9 +637,12 @@ img.photoref {
object-fit: contain
}
.underrefbanner {
}
.underbanner {
border-bottom: 2px solid #888;
}
/* ============================================================================== */
/* Menu top et 1ere ligne tableau */
/* ============================================================================== */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment