Look and feel v8

This commit is contained in:
Laurent Destailleur
2018-04-18 02:10:23 +02:00
parent 963c5c2951
commit 46d28acb44
13 changed files with 26 additions and 21 deletions

View File

@@ -60,8 +60,9 @@ llxHeader('', $title);
$newcardbutton='';
if ($user->rights->produit->creer)
{
$newcardbutton='<a href="create.php" class="butActionNew">'.$langs->trans('Create').'</a>';
$newcardbutton='<a href="'.DOL_URL_ROOT.'/variants/create.php" class="butActionNew">'.$langs->trans('Create').'</a>';
}
print load_fiche_titre($title, $newcardbutton, 'title_products');
$forcereloadpage=empty($conf->global->MAIN_FORCE_RELOAD_PAGE)?0:1;