forked from Wavyzz/dolibarr
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:
@@ -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";
|
||||
}
|
||||
|
||||
@@ -4372,7 +4372,7 @@ div.ui-tooltip.mytooltip {
|
||||
/* Calendar */
|
||||
/* ============================================================================== */
|
||||
|
||||
div.divfordateinput img.ui-datepicker-trigger {
|
||||
/*div.divfordateinput img.ui-datepicker-trigger {
|
||||
float: left;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
@@ -4380,7 +4380,7 @@ div.divfordateinput img.ui-datepicker-trigger {
|
||||
}
|
||||
.hasDatepicker {
|
||||
padding-bottom: 6px;
|
||||
}
|
||||
}*/
|
||||
|
||||
.ui-datepicker-calendar .ui-state-default, .ui-datepicker-calendar .ui-widget-content .ui-state-default,
|
||||
.ui-datepicker-calendar .ui-widget-header .ui-state-default, .ui-datepicker-calendar .ui-button,
|
||||
|
||||
Reference in New Issue
Block a user