Skip to content
Snippets Groups Projects
Commit 083203e4 authored by Thomas Negre's avatar Thomas Negre
Browse files

Merge branch '2022.5.3_rc_nom_img' into '2022.5.3_rc'

2022.5.3 rc nom img

See merge request dolibarr-extension/massupdaterights!7
parents 6fda7076 1968511b
No related branches found
No related tags found
No related merge requests found
......@@ -42,8 +42,8 @@ if (!$user->admin) accessforbidden();
* View
*/
$wikihelp='EN:MassUpdateRights_En|FR:MassUpdateRights_Fr|ES:MassUpdateRights_Es';
llxHeader('', $langs->trans("MassUpdateRightsSetup"), $wikihelp);
$wikihelp='EN:MassUpdateRights_En|FR:MassUpdateRights_Fr|ES:MassUpdateRights_Es';
llxHeader('', $langs->trans("MassUpdateRightsSetup"), $wikihelp);
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print load_fiche_titre($langs->trans("MassUpdateRightsSetup"),$linkback,'title_setup');
......
......@@ -42,7 +42,8 @@ if (!$user->admin) accessforbidden();
* View
*/
llxHeader();
$wikihelp='EN:MassUpdateRights_En|FR:MassUpdateRights_Fr|ES:MassUpdateRights_Es';
llxHeader('', $langs->trans("MassUpdateRightsSetup"), $wikihelp);
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print load_fiche_titre($langs->trans("MassUpdateRightsSetup"),$linkback,'title_setup');
......@@ -51,7 +52,7 @@ print "<br>\n";
$head=massupdaterights_prepare_head();
dol_fiche_head($head, 'changelog', $langs->trans("OpenDsiChangeLog"), 0, 'action');
print dol_get_fiche_head($head, 'changelog', $langs->trans("Module163001Name"), 0, 'opendsi@massupdaterights');
$changelog = opendsi_common_getChangeLog('massupdaterights');
......@@ -59,7 +60,7 @@ print '<div class="moduledesclong">'."\n";
print (!empty($changelog) ? $changelog : $langs->trans("NotAvailable"));
print '<div>'."\n";
dol_fiche_end();
print dol_get_fiche_end();
llxFooter();
......
......@@ -78,7 +78,8 @@ if (preg_match('/set_(.*)/',$action,$reg))
*/
llxHeader();
$wikihelp='EN:MassUpdateRights_En|FR:MassUpdateRights_Fr|ES:MassUpdateRights_Es';
llxHeader('', $langs->trans("MassUpdateRightsSetup"), $wikihelp);
$linkback='<a href="'.DOL_URL_ROOT.'/admin/modules.php">'.$langs->trans("BackToModuleList").'</a>';
print load_fiche_titre($langs->trans("MassUpdateRightsSetup"),$linkback,'title_setup');
......@@ -86,8 +87,7 @@ print "<br>\n";
$head=massupdaterights_prepare_head();
dol_fiche_head($head, 'settings', $langs->trans("Parameters"), 0, 'action');
print dol_get_fiche_head($head, 'settings', $langs->trans("Module163001Name"), 0, 'opendsi@massupdaterights');
print '<br>';
print '<form method="post" action="'.$_SERVER["PHP_SELF"].'">';
......@@ -132,7 +132,7 @@ print '</td></tr>'."\n";
print '</table>';
dol_fiche_end();
print dol_get_fiche_end();
print '<br>';
print '<div align="center">';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment