2
0
forked from Wavyzz/dolibarr

Look and feel v23 - Add an arrow back to module page

This commit is contained in:
ldestailleur
2025-08-09 20:44:30 +02:00
parent 1ac9179323
commit 8dbd59a71b
109 changed files with 206 additions and 110 deletions

View File

@@ -143,7 +143,8 @@ llxHeader('', '', '', '', 0, 0, '', '', '', 'mod-admin page-compta');
$form = new Form($db);
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.$langs->trans("BackToModuleList").'</a>';
$linkback = '<a href="'.DOL_URL_ROOT.'/admin/modules.php?restore_lastsearch_values=1">'.img_picto($langs->trans("BackToModuleList"), 'back', 'class="pictofixedwidth"').'<span class="hideonsmartphone">'.$langs->trans("BackToModuleList").'</span></a>';
print load_fiche_titre($langs->trans('ComptaSetup'), $linkback, 'title_setup');
print '<br>';