Missing backlink

This commit is contained in:
Laurent Destailleur 2018-01-12 10:32:48 +01:00
parent 95d2a9f88d
commit f0a10cdcc1

View File

@ -140,14 +140,17 @@ if (!empty($action) && empty($cancel)) {
$action = '';
}
/*
* View
*/
$form = new Form($db);
llxHeader("","",$langs->trans("CardProduct".$product->type));
print load_fiche_titre($langs->trans("DynamicPriceConfiguration"));
$form = new Form($db);
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print load_fiche_titre($langs->trans("DynamicPriceConfiguration"), $linkback, 'title_setup');
print $langs->trans("DynamicPriceDesc").'<br>';
print '<br>';