Qual: Modifications de libells dans le menu configuration pour plus de clart
This commit is contained in:
parent
ad60698615
commit
4bef9a4ce8
@ -86,7 +86,7 @@ $form = new Form($db);
|
||||
$countrynotdefined='<font class="error">'.$langs->trans("ErrorSetACountryFirst").' ('.$langs->trans("SeeAbove").')</font>';
|
||||
|
||||
|
||||
print_fiche_titre($langs->trans("GlobalSetup"));
|
||||
print_fiche_titre($langs->trans("CompanySetup"));
|
||||
|
||||
|
||||
if ((isset($_GET["action"]) && $_GET["action"] == 'edit')
|
||||
|
||||
@ -42,7 +42,7 @@ function llxHeader($head = "", $title="", $help_url='')
|
||||
$langs->load("admin");
|
||||
$langs->load("users");
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/admin/index.php", $langs->trans("GlobalSetup"));
|
||||
$menu->add(DOL_URL_ROOT."/admin/index.php", $langs->trans("CompanySetup"));
|
||||
|
||||
$menu->add(DOL_URL_ROOT."/admin/ihm.php", $langs->trans("GUISetup"));
|
||||
|
||||
|
||||
@ -106,7 +106,7 @@ print '<table class="noborder" width="100%">';
|
||||
print '<tr class="liste_titre">';
|
||||
print '<td colspan="2">'.$langs->trans("RuleForGeneratedPasswords").'</td>';
|
||||
print '<td>'.$langs->trans("Example").'</td>';
|
||||
print '<td> </td>';
|
||||
print '<td align="center">'.$langs->trans("Activated").'</td>';
|
||||
print '</tr>';
|
||||
|
||||
foreach ($arrayhandler as $key => $module)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user