Added region tab
This commit is contained in:
parent
247b14afac
commit
a0b05581f9
@ -169,6 +169,11 @@ function member_stats_prepare_head($object)
|
|||||||
$head[$h][1] = $langs->trans("Country");
|
$head[$h][1] = $langs->trans("Country");
|
||||||
$head[$h][2] = 'statscountry';
|
$head[$h][2] = 'statscountry';
|
||||||
$h++;
|
$h++;
|
||||||
|
|
||||||
|
$head[$h][0] = DOL_URL_ROOT.'/adherents/stats/geo.php?mode=memberbyregion';
|
||||||
|
$head[$h][1] = $langs->trans("Region");
|
||||||
|
$head[$h][2] = 'statscregion';
|
||||||
|
$h++;
|
||||||
|
|
||||||
$head[$h][0] = DOL_URL_ROOT.'/adherents/stats/geo.php?mode=memberbystate';
|
$head[$h][0] = DOL_URL_ROOT.'/adherents/stats/geo.php?mode=memberbystate';
|
||||||
$head[$h][1] = $langs->trans("State");
|
$head[$h][1] = $langs->trans("State");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user