mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
Look and feel v8
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user