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
1914f767
Commit
1914f767
authored
Jan 20, 2021
by
Kevin von Spiczak
Browse files
Merge branch 'bugfix_3288-missing-icons-in-be-modules' into 'master'
Bugfix 3288 missing icons in be modules See merge request
!34
parents
c7b89503
73ad5ea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Resources/Private/Partials/Queue/Filter.html
View file @
1914f767
...
...
@@ -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>
...
...
Resources/Private/Templates/Queue/Index.html
View file @
1914f767
...
...
@@ -92,12 +92,7 @@
<f:link.action
class=
"btn btn-default btn-send-now"
controller=
"Queue"
action=
"sendMail"
arguments=
"{uid: mail.uid, selectedTemplate: selectedTemplateKey, selectedExtension: selectedExtensionKey}"
>
<span
class=
"t3js-icon icon icon-size-small icon-state-default actions-document-import-t3d"
>
<span
class=
"icon-markup"
>
<core:icon
identifier=
"actions-document-import-t3d"
/>
</span>
</span>
<core:icon
identifier=
"actions-document-import-t3d"
/>
<f:translate
key=
"backend.send_now"
/>
</f:link.action>
</f:else>
...
...
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