Skip to content
Snippets Groups Projects
Commit ae8060c3 authored by Oliver Bartsch's avatar Oliver Bartsch
Browse files

[BUGFIX] Remove wrong margin in belog module filter

Resolves: #94068
Relates: #94020
Releases: master
Change-Id: I0b727c1af5e4f3b7617ea1e0e5975ccfdb69adcc
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/69027


Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Bartsch <bo@cedev.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarOliver Bartsch <bo@cedev.de>
parent 541ca00b
Branches
Tags
No related merge requests found
......@@ -117,7 +117,7 @@
<f:be.pageRenderer includeRequireJsModules="{0: 'TYPO3/CMS/Backend/DateTimePicker'}" />
<div class="col">
<label for="manualDateStart" class="form-label"><f:translate key="LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:from" /></label>
<div class="input-group mt-1">
<div class="input-group">
<f:form.textfield
name="manualDateStart"
value="{f:if(condition: constraint.manualDateStart, then: \"{f:format.date(format:'{settings.dateTimeFormat}', date: '{constraint.manualDateStart}')}\")}"
......@@ -137,7 +137,7 @@
<div class="col">
<label for="manualDateStop" class="form-label"><f:translate key="LLL:EXT:core/Resources/Private/Language/locallang_common.xlf:to" /></label>
<div class="input-group mt-1">
<div class="input-group">
<f:form.textfield
name="manualDateStop"
value="{f:format.date(format:'{settings.dateTimeFormat}', date: '{constraint.manualDateStop}')}"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment