2
0
forked from Wavyzz/dolibarr

CSS enhancement

This commit is contained in:
Laurent Destailleur
2015-10-06 01:03:31 +02:00
parent b45f5039ed
commit f54a1ca367
12 changed files with 32 additions and 32 deletions

View File

@@ -282,7 +282,7 @@ if ($action == 'list' || (empty($id) && $action != 'create'))
if (! empty($moreforfilter))
{
print '<div class="liste_titre">';
print '<div class="liste_titre liste_titre_bydiv centpercent">';
print $moreforfilter;
$parameters=array();
$reshook=$hookmanager->executeHooks('printFieldPreListTitle',$parameters); // Note that $action and $object may have been modified by hook
@@ -290,7 +290,7 @@ if ($action == 'list' || (empty($id) && $action != 'create'))
print '</div>';
}
print '<table class="noborder">'."\n";
print '<table class="liste">'."\n";
// Fields title
print '<tr class="liste_titre">';