If a field of type date is configured, the WebOffice core client offers a calendar function in the edit tool window or search layer window.
Entering a time on date fields is supported since WebOffice 10.9 SP2 - recognizable by the checkbox next to the calendar function.
However, if you want to disable the time checkbox in the core client, you have to make the following changes:
- Within the WebOffice application (Tomcat directory) open the following file in a text editor (e.g. Notepad++): "\pub\client_core\styles\weboffice_user.css".
- Add the following lines of code:
.queryfield-date-row > *:not(:first-child),
.editfield-date-row > *:not(:first-child){
display: none;
}
#left_container .queryfield-date-row > *:first-child{
margin-right: 0;
width: 100%;
}
.attributesform .editfield-date-row > *:first-child{
max-width: 260px;
width: 260px;
} - Save the "weboffice_user.css" file.
- Clear the cache in the Internet browser.
- Afterwards, the time checkbox is no longer visible in the tool window.
Comments
0 comments
Please sign in to leave a comment.