diff --git a/htdocs/adherents/admin/adherent.php b/htdocs/adherents/admin/adherent.php index cb1fdfac816..bf14ff09fcd 100644 --- a/htdocs/adherents/admin/adherent.php +++ b/htdocs/adherents/admin/adherent.php @@ -198,7 +198,7 @@ if ($conf->facture->enabled) } else { - print ''; + print ''; print $langs->trans("WarningModuleNotActive",$langs->transnoentities("Module85Name")); print ''; } diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php index 51aca179195..cad250a60d0 100644 --- a/htdocs/adherents/admin/website.php +++ b/htdocs/adherents/admin/website.php @@ -168,14 +168,14 @@ if (! empty($conf->global->MEMBER_ENABLE_PUBLIC)) print ''; print ''.$langs->trans("Parameter").''; - print ''.$langs->trans("Value").''; + print ''.$langs->trans("Value").''; print "\n"; // Force Type $adht = new AdherentType($db); print ''; print $langs->trans("ForceMemberType"); - print ''; + print ''; $listofval = array(-1 => $langs->trans("Undefined")); $listofval += $adht->liste_array(); $forcetype = $conf->global->MEMBER_NEWFORM_FORCETYPE ?: -1; @@ -185,21 +185,21 @@ if (! empty($conf->global->MEMBER_ENABLE_PUBLIC)) // Amount print ''; print $langs->trans("DefaultAmount"); - print ''; + print ''; print ''; print "\n"; // Can edit print ''; print $langs->trans("CanEditAmount"); - print ''; + print ''; print $form->selectyesno("MEMBER_NEWFORM_EDITAMOUNT",(! empty($conf->global->MEMBER_NEWFORM_EDITAMOUNT)?$conf->global->MEMBER_NEWFORM_EDITAMOUNT:0),1); print "\n"; // Jump to an online payment page print ''; print $langs->trans("MEMBER_NEWFORM_PAYONLINE"); - print ''; + print ''; $listofval=array(); $listofval['-1']=$langs->trans('No'); $listofval['all']=$langs->trans('Yes').' ('.$langs->trans("VisitorCanChooseItsPaymentMode").')'; diff --git a/htdocs/adherents/stats/byproperties.php b/htdocs/adherents/stats/byproperties.php index defbde2dce2..cc40a5a4120 100644 --- a/htdocs/adherents/stats/byproperties.php +++ b/htdocs/adherents/stats/byproperties.php @@ -119,7 +119,7 @@ else print ''; print ''; print ''; -print ''; +print ''; print ''; print ''; @@ -132,7 +132,7 @@ foreach ($data as $val) $year = $val['year']; print ''; print ''; - print ''; + print ''; print ''; print ''; $oldyear=$year; diff --git a/htdocs/adherents/stats/geo.php b/htdocs/adherents/stats/geo.php index 2175569b7ce..8da764179a4 100644 --- a/htdocs/adherents/stats/geo.php +++ b/htdocs/adherents/stats/geo.php @@ -286,7 +286,7 @@ if ($mode) print ''; print ''; if ($label2) print ''; - print ''; + print ''; print ''; print ''; @@ -297,7 +297,7 @@ if ($mode) print ''; print ''; if ($label2) print ''; - print ''; + print ''; print ''; print ''; $oldyear=$year; diff --git a/htdocs/adherents/stats/index.php b/htdocs/adherents/stats/index.php index feebd776d94..e9866d20f1a 100644 --- a/htdocs/adherents/stats/index.php +++ b/htdocs/adherents/stats/index.php @@ -171,9 +171,9 @@ print '
'; print '
'.$langs->trans("Nature").''.$langs->trans("NbOfMembers").''.$langs->trans("NbOfMembers").''.$langs->trans("LatestSubscriptionDate").'
'.$memberstatic->getmorphylib($val['label']).''.$val['nb'].''.$val['nb'].''.dol_print_date($val['lastdate'],'dayhour').'
'.$label.''.$label2.''.$langs->trans("NbOfMembers").''.$langs->trans("NbOfMembers").''.$langs->trans("LastMemberDate").'
'.$val['label'].''.$val['label2'].''.$val['nb'].''.$val['nb'].''.dol_print_date($val['lastdate'],'dayhour').'
'; print ''; print ''; -print ''; -print ''; -print ''; +print ''; +print ''; +print ''; print ''; $oldyear=0; @@ -189,9 +189,9 @@ foreach ($data as $val) print $oldyear; print ''; print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; print ''; } print ''; @@ -200,9 +200,9 @@ foreach ($data as $val) print $year; //print ''; print ''; - print ''; - print ''; - print ''; + print ''; + print ''; + print ''; print ''; $oldyear=$year; }
'.$langs->trans("Year").''.$langs->trans("NbOfSubscriptions").''.$langs->trans("AmountTotal").''.$langs->trans("AmountAverage").''.$langs->trans("NbOfSubscriptions").''.$langs->trans("AmountTotal").''.$langs->trans("AmountAverage").'
000000
'.$val['nb'].''.price(price2num($val['total'],'MT'),1).''.price(price2num($val['avg'],'MT'),1).''.$val['nb'].''.price(price2num($val['total'],'MT'),1).''.price(price2num($val['avg'],'MT'),1).'