Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
TYPO3
sg_mail
Commits
73ad5ea2
Commit
73ad5ea2
authored
Jan 20, 2021
by
Kevin von Spiczak
Browse files
[BUGFIX] fix missing BE module icons
https://trello.com/c/Oko9dZlm/3288-icons-in-backend-modules-are-broken
parent
fe7798cc
Changes
1
Show whitespace changes
Inline
Side-by-side
Resources/Private/Partials/Queue/Filter.html
View file @
73ad5ea2
...
...
@@ -70,11 +70,7 @@
</div>
<span
class=
"input-group-btn"
>
<label
class=
"btn btn-default"
for=
"filter-from-date"
>
<span
class=
"t3js-icon icon icon-size-small icon-state-default icon-actions-edit-pick-date"
data-identifier=
"actions-edit-pick-date"
>
<span
class=
"icon-markup"
>
<img
src=
"/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-edit-pick-date.svg"
width=
"16"
height=
"16"
>
</span>
</span>
<core:icon
identifier=
"actions-calendar"
/>
</label>
</span>
</div>
...
...
@@ -90,11 +86,7 @@
</div>
<span
class=
"input-group-btn"
>
<label
class=
"btn btn-default"
for=
"filter-to-date"
>
<span
class=
"t3js-icon icon icon-size-small icon-state-default icon-actions-edit-pick-date"
data-identifier=
"actions-edit-pick-date"
>
<span
class=
"icon-markup"
>
<img
src=
"/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-edit-pick-date.svg"
width=
"16"
height=
"16"
>
</span>
</span>
<core:icon
identifier=
"actions-calendar"
/>
</label>
</span>
</div>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment