Look and feel v12

This commit is contained in:
Laurent Destailleur 2020-04-22 00:55:38 +02:00
parent 5c573e197b
commit f52408cec1
4 changed files with 8 additions and 8 deletions

View File

@ -317,9 +317,9 @@ print '<td class="right">';
if (!empty($conf->use_javascript_ajax)) if (!empty($conf->use_javascript_ajax))
{ {
print '<div id="iddivjstreecontrol">'; print '<div id="iddivjstreecontrol">';
print '<a class="notasortlink" href="#">'.img_picto('', 'object_category').' '.$langs->trans("UndoExpandAll").'</a>'; print '<a class="notasortlink" href="#">'.img_picto('', 'folder').' '.$langs->trans("UndoExpandAll").'</a>';
print " | "; print " | ";
print '<a class="notasortlink" href="#">'.img_picto('', 'object_category-expanded').' '.$langs->trans("ExpandAll").'</a>'; print '<a class="notasortlink" href="#">'.img_picto('', 'folder-open').' '.$langs->trans("ExpandAll").'</a>';
print '</div>'; print '</div>';
} }

View File

@ -331,7 +331,7 @@ function showSkins($fuser, $edit = 0, $foruserprofile = false)
if ($foruserprofile) $colspan = 4; if ($foruserprofile) $colspan = 4;
$thumbsbyrow = 6; $thumbsbyrow = 6;
print '<table class="noborder centpercent'.($edit ? ' editmode' : '').'">'; print '<table class="noborder centpercent'.($edit ? ' editmode' : '').' tableforfield">';
// Title // Title
if ($foruserprofile) if ($foruserprofile)

View File

@ -3769,7 +3769,7 @@ div.info {
padding-bottom: 8px; padding-bottom: 8px;
margin: 1em 0em 1em 0em; margin: 1em 0em 1em 0em;
background: #eff8fc; background: #eff8fc;
color: #558; color: #668;
} }
/* Warning message */ /* Warning message */

View File

@ -261,8 +261,8 @@ if ($action == 'edit')
clearstatcache(); clearstatcache();
print '<table class="noborder centpercent">'; print '<table class="noborder centpercent tableforfield">';
print '<tr class="liste_titre"><td width="25%">'.$langs->trans("Parameter").'</td><td width="25%">'.$langs->trans("DefaultValue").'</td><td>&nbsp;</td><td>'.$langs->trans("PersonalValue").'</td></tr>'; print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td>'.$langs->trans("DefaultValue").'</td><td>&nbsp;</td><td>'.$langs->trans("PersonalValue").'</td></tr>';
// Landing page // Landing page
print '<tr class="oddeven"><td>'.$langs->trans("LandingPage").'</td>'; print '<tr class="oddeven"><td>'.$langs->trans("LandingPage").'</td>';
@ -333,8 +333,8 @@ else
dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin); dol_banner_tab($object, 'id', $linkback, $user->rights->user->user->lire || $user->admin);
print '<table class="noborder centpercent">'; print '<table class="noborder centpercent tableforfield">';
print '<tr class="liste_titre"><td width="25%">'.$langs->trans("Parameter").'</td><td width="25%">'.$langs->trans("DefaultValue").'</td><td>&nbsp;</td><td>'.$langs->trans("PersonalValue").'</td></tr>'; print '<tr class="liste_titre"><td>'.$langs->trans("Parameter").'</td><td>'.$langs->trans("DefaultValue").'</td><td>&nbsp;</td><td>'.$langs->trans("PersonalValue").'</td></tr>';
// Landing page // Landing page
print '<tr class="oddeven"><td>'.$langs->trans("LandingPage").'</td>'; print '<tr class="oddeven"><td>'.$langs->trans("LandingPage").'</td>';