forked from Wavyzz/dolibarr
Standardize code
This commit is contained in:
@@ -73,7 +73,7 @@ if ($action) {
|
||||
$title = $langs->trans('ModuleSetup').' '.$langs->trans('Module610Name');
|
||||
llxHeader('', $title);
|
||||
|
||||
$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($title, $linkback, 'title_setup');
|
||||
|
||||
$head = adminProductAttributePrepareHead();
|
||||
|
||||
Reference in New Issue
Block a user