Revert. restore old behaviour, the picto before the input field lead to

confusion for some users and break presentation with some pages
This commit is contained in:
Laurent Destailleur
2021-01-15 13:36:24 +01:00
parent e5126885fb
commit 39b6f2fb6a
2 changed files with 3 additions and 3 deletions

View File

@@ -5747,7 +5747,7 @@ class Form
if (empty($conf->global->MAIN_POPUP_CALENDAR_ON_FOCUS))
{
$retstring .= "
showOn: 'both',
showOn: 'button', /* both has problem with autocompletion */
buttonImage: '".DOL_URL_ROOT."/theme/".$conf->theme."/img/object_calendarday.png',
buttonImageOnly: true";
}