mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 09:02:59 +01:00
Fix back link of look and feel v7
This commit is contained in:
@@ -119,7 +119,7 @@ $form=new Form($db);
|
||||
|
||||
llxHeader('',$langs->trans("StripeSetup"));
|
||||
|
||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
|
||||
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
|
||||
print load_fiche_titre($langs->trans("ModuleSetup").' Stripe',$linkback);
|
||||
|
||||
$head=stripeadmin_prepare_head();
|
||||
|
||||
Reference in New Issue
Block a user