diff --git a/htdocs/adherents/admin/website.php b/htdocs/adherents/admin/website.php
index 7cd4f79b8c5..df69c5274d5 100644
--- a/htdocs/adherents/admin/website.php
+++ b/htdocs/adherents/admin/website.php
@@ -198,7 +198,7 @@ if (getDolGlobalString('MEMBER_ENABLE_PUBLIC')) {
print '';
print ajax_autoselect('publicurlmember');
- print '
';
+ print '
';
print '
| '; print $langs->trans("MemberCountersArePublic"); print ' | '; - print $form->selectyesno("MEMBER_COUNTERS_ARE_PUBLIC", getDolGlobalInt('MEMBER_COUNTERS_ARE_PUBLIC'), 1); + print $form->selectyesno("MEMBER_COUNTERS_ARE_PUBLIC", getDolGlobalInt('MEMBER_COUNTERS_ARE_PUBLIC'), 1, false, 0, 1); print " |
| '; print $langs->trans("MembersShowMembershipTypesTable"); print ' | '; - print $form->selectyesno("MEMBER_SHOW_TABLE", !$skiptable, 1); // Reverse the logic "hide -> show" for retrocompatibility + print $form->selectyesno("MEMBER_SHOW_TABLE", !$skiptable, 1, false, 0, 1); // Reverse the logic "hide -> show" for retrocompatibility print " |
| '; print $langs->trans("MembersShowVotesAllowed"); print ' | '; - print $form->selectyesno("MEMBER_SHOW_VOTE_ALLOWED", !$hidevoteallowed, 1); // Reverse the logic "hide -> show" for retrocompatibility + print $form->selectyesno("MEMBER_SHOW_VOTE_ALLOWED", !$hidevoteallowed, 1, false, 0, 1); // Reverse the logic "hide -> show" for retrocompatibility print " |
| '; //$lastmodified .= img_picto('', 'company', 'class="pictofixedwidth"'); - $lastmodified .= $transRecordedType; + $lastmodified .= ''.$transRecordedType.''; $lastmodified .= ''; $lastmodified .= '...'; $lastmodified .= ''; @@ -458,7 +458,7 @@ if ($result) { $lastmodifiedcontact .= ' | |
|---|---|
| '; //$lastmodifiedcontact .= img_picto('', 'contact', 'class="pictofixedwidth"'); - $lastmodifiedcontact .= $transRecordedType; + $lastmodifiedcontact .= ''.$transRecordedType.''; $lastmodifiedcontact .= ''; //$lastmodifiedcontact .= img_picto($langs->trans("FullList"), 'contact'); $lastmodifiedcontact .= '...'; | |