Better translation
This commit is contained in:
parent
936899e0e2
commit
a88e1ac605
@ -2305,9 +2305,9 @@ class Adherent extends CommonObject
|
|||||||
}
|
}
|
||||||
elseif ($mode == 'shift') {
|
elseif ($mode == 'shift') {
|
||||||
$warning_delay = $conf->adherent->subscription->warning_delay/60/60/24;
|
$warning_delay = $conf->adherent->subscription->warning_delay/60/60/24;
|
||||||
$url = DOL_URL_ROOT.'/adherents/list.php?mainmenu=members&statut=-1&filter=outofdate';
|
$url = DOL_URL_ROOT.'/adherents/list.php?mainmenu=members&statut=-1';
|
||||||
$label = $langs->trans("MembersListToValid");
|
$label = $langs->trans("MembersListToValid");
|
||||||
$labelShort = $langs->trans("MemberStatusDraft");
|
$labelShort = $langs->trans("ToValidate");
|
||||||
}
|
}
|
||||||
|
|
||||||
$response = new WorkboardResponse();
|
$response = new WorkboardResponse();
|
||||||
|
|||||||
@ -458,8 +458,8 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
|
|||||||
if (!empty($conf->adherent->enabled) && $user->rights->adherent->lire && !$user->socid) {
|
if (!empty($conf->adherent->enabled) && $user->rights->adherent->lire && !$user->socid) {
|
||||||
include_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php';
|
include_once DOL_DOCUMENT_ROOT . '/adherents/class/adherent.class.php';
|
||||||
$board = new Adherent($db);
|
$board = new Adherent($db);
|
||||||
$dashboardlines[$board->element . '_expired'] = $board->load_board($user, 'expired');
|
|
||||||
$dashboardlines[$board->element . '_shift'] = $board->load_board($user, 'shift');
|
$dashboardlines[$board->element . '_shift'] = $board->load_board($user, 'shift');
|
||||||
|
$dashboardlines[$board->element . '_expired'] = $board->load_board($user, 'expired');
|
||||||
}
|
}
|
||||||
|
|
||||||
// Number of expense reports to approve
|
// Number of expense reports to approve
|
||||||
@ -565,7 +565,7 @@ if (empty($conf->global->MAIN_DISABLE_GLOBAL_WORKBOARD)) {
|
|||||||
'groupName' => 'Members',
|
'groupName' => 'Members',
|
||||||
'globalStatsKey' => 'members',
|
'globalStatsKey' => 'members',
|
||||||
'stats' =>
|
'stats' =>
|
||||||
array('member_expired', 'member_shift'),
|
array('member_shift', 'member_expired'),
|
||||||
),
|
),
|
||||||
'ExpenseReport' =>
|
'ExpenseReport' =>
|
||||||
array(
|
array(
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user