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 = ''; $action = '';
} }
/* /*
* View * View
*/ */
$form = new Form($db);
llxHeader("","",$langs->trans("CardProduct".$product->type)); llxHeader("","",$langs->trans("CardProduct".$product->type));
print load_fiche_titre($langs->trans("DynamicPriceConfiguration")); $linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
$form = new Form($db); print load_fiche_titre($langs->trans("DynamicPriceConfiguration"), $linkback, 'title_setup');
print $langs->trans("DynamicPriceDesc").'<br>'; print $langs->trans("DynamicPriceDesc").'<br>';
print '<br>'; print '<br>';