Skip to content
Snippets Groups Projects
Commit 51537c17 authored by Kevin von Spiczak's avatar Kevin von Spiczak
Browse files

Merge branch 'bugfix_3288-missing-icons-in-be-modules' into 'master'

[BUGFIX] fix missing icon for newRecord btn

See merge request !26
parents 60306e6c bd9ddb87
No related branches found
No related tags found
1 merge request!26[BUGFIX] fix missing icon for newRecord btn
......@@ -3,11 +3,7 @@
<div class="form-group">
<be:link.newRecord class="btn btn-default" table="tx_sgjobs_domain_model_job" pid="{pageUid}">
<span class="t3js-icon icon icon-size-small icon-state-default icon-actions-document-new">
<span class="icon-markup">
<img src="/typo3/sysext/core/Resources/Public/Icons/T3Icons/actions/actions-document-new.svg" width="16" height="16">
</span>
</span>
<core:icon identifier="actions-document-new"/>
<f:translate key="backend.button_create_job" />
</be:link.newRecord>
</div>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment