Skip to content

Commit

Permalink
New look for thirdparty tab using the new common banner. End. Let's do
Browse files Browse the repository at this point in the history
the same for other tabs and elements now...
  • Loading branch information
eldy committed Oct 10, 2015
1 parent 0222867 commit 0032ad6
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
17 changes: 16 additions & 1 deletion htdocs/societe/soc.php
Expand Up @@ -1867,7 +1867,11 @@
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
/*
Expand Down Expand Up @@ -2202,6 +2206,14 @@
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))
{
Expand Down Expand Up @@ -2338,6 +2350,9 @@

print '</table>';

print '</div></div></div>';
print '<div style="clear:both"></div>';

dol_fiche_end();


Expand Down
3 changes: 3 additions & 0 deletions htdocs/theme/eldy/style.css.php
Expand Up @@ -637,9 +637,12 @@
object-fit: contain
}
.underrefbanner {
}
.underbanner {
border-bottom: 2px solid #888;
}


/* ============================================================================== */
/* Menu top et 1ere ligne tableau */
/* ============================================================================== */
Expand Down

0 comments on commit 0032ad6

Please sign in to comment.