Project

General

Profile

Actions

Bug #77193

closed

Wrong Resourcepath for BE-Icons in form.css

Added by Joe Jones over 7 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Form Framework
Target version:
Start date:
2016-07-21
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.1
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

Dear TYPO3-Developers,

at first thanks for your great work. I just set up the new TYPO3 8.2 version and found a small problem in the tx_form sysext:

In form.css in line 577 and 580 you link to the resource "actions-delete.svg" and "actions-open.svg". But the path has one "../" too much

correct Path:
#fake-form .formwizard-element button.t3-icon-edit-delete {
background-image: url('../../../../core/Resources/Public/Icons/T3Icons/actions/actions-delete.svg');
}
#fake-form .formwizard-element button.t3-icon-document-open {
background-image: url('../../../../core/Resources/Public/Icons/T3Icons/actions/actions-open.svg');
}

For the next release :-)

Bye

Actions

Also available in: Atom PDF