Added bootstrap 4 classes to the date field of the table calendar view in backend.

This commit is contained in:
Alex Tselegidis 2020-09-03 14:14:56 +03:00
parent 159225a7c7
commit 63b9653bb2
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ window.BackendCalendarTableView = window.BackendCalendarTableView || {};
$('<input/>', {
'type': 'text',
'class': 'select-date',
'class': 'form-control d-inline-block select-date',
'value': GeneralFunctions.formatDate(new Date(), GlobalVariables.dateFormat)
})
.appendTo($calendarHeader);