Missing backlink
This commit is contained in:
parent
95d2a9f88d
commit
f0a10cdcc1
@ -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>';
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user