Fix label of tabs

This commit is contained in:
Laurent Destailleur 2020-03-22 17:27:08 +01:00
parent ce47351b76
commit 3d6849dfea
4 changed files with 10 additions and 4 deletions

View File

@ -147,13 +147,13 @@ dol_fiche_head($head, 'card', $langs->trans("MenuUsersAndGroups"), -1, 'user');
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Description").'</td>';
print '<td>'.$langs->trans("Parameter").'</td>';
print '<td align="center" width="20">&nbsp;</td>';
print '<td align="center" width="100">'.$langs->trans("Value").'</td>'."\n";
print '</tr>';
// Mail required for members
// Mail required for users
print '<tr class="oddeven">';
print '<td>'.$langs->trans("UserMailRequired").'</td>';
@ -206,6 +206,8 @@ else
dol_print_error($db);
}
print load_fiche_titre($langs->trans("UsersDocModules"), '', '');
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Name").'</td>';

View File

@ -152,6 +152,8 @@ else
dol_print_error($db);
}
print load_fiche_titre($langs->trans("GroupsDocModules"), '', '');
print '<table class="noborder centpercent">';
print '<tr class="liste_titre">';
print '<td>'.$langs->trans("Name").'</td>';

View File

@ -268,12 +268,12 @@ function user_admin_prepare_head()
$h++;
$head[$h][0] = DOL_URL_ROOT.'/user/admin/user_extrafields.php';
$head[$h][1] = $langs->trans("ExtraFields");
$head[$h][1] = $langs->trans("ExtraFields")." (".$langs->trans("Users").")";
$head[$h][2] = 'attributes';
$h++;
$head[$h][0] = DOL_URL_ROOT.'/user/admin/group_extrafields.php';
$head[$h][1] = $langs->trans("ExtraFields")." ".$langs->trans("Groups");
$head[$h][1] = $langs->trans("ExtraFields")." (".$langs->trans("Groups").")";
$head[$h][2] = 'attributes_group';
$h++;

View File

@ -1264,6 +1264,8 @@ RuleForGeneratedPasswords=Rules to generate and validate passwords
DisableForgetPasswordLinkOnLogonPage=Do not show the "Password Forgotten" link on the Login page
UsersSetup=Users module setup
UserMailRequired=Email required to create a new user
UsersDocModules=Document templates for documents generated from user record
GroupsDocModules=Document templates for documents generated from a group record
##### HRM setup #####
HRMSetup=HRM module setup
##### Company setup #####