Files
cms-core/Documentation/Changelog/8.4/Breaking-77693-MoveIconsFromT3skin.rst

50 lines
1.8 KiB
ReStructuredText

.. include:: /Includes.rst.txt
.. _breaking-77693:
=========================================
Breaking: #77693 - Move icons from t3skin
=========================================
See :issue:`77693`
Description
===========
Icons from :file:`EXT:t3skin/` have been removed or moved to different locations.
Impact
======
References of the following images of EXT:t3skin will throw a 404 not found:
* :file:`typo3/sysext/t3skin/icons/gfx/error.png`
* :file:`typo3/sysext/t3skin/icons/gfx/i/_icon_ftp.gif`
* :file:`typo3/sysext/t3skin/icons/gfx/information.png`
* :file:`typo3/sysext/t3skin/icons/gfx/notice.png`
* :file:`typo3/sysext/t3skin/icons/gfx/warning.png`
References of the following images of EXT:t3skin/icons/gfx/i have been moved:
* :file:`typo3/sysext/t3skin/icons/gfx/icon_fatalerror.gif` => :file:`typo3/sysext/backend/Resources/Public/Icons/icon_fatalerror.gif`
* :file:`typo3/sysext/t3skin/images/icons/status/status-edit-read-only.png` => :file:`typo3/sysext/backend/Resources/Public/Icons/status-edit-read-only.png`
* :file:`typo3/sysext/t3skin/images/icons/status/warning-in-use.png` => :file:`typo3/sysext/backend/Resources/Public/Icons/warning-in-use.png`
* :file:`typo3/sysext/t3skin/images/icons/status/warning-lock.png` => :file:`typo3/sysext/backend/Resources/Public/Icons/warning-lock.png`
* :file:`typo3/sysext/t3skin/images/icons/status/status-reference-hard.png` => :file:`typo3/sysext/impexp/Resources/Public/Icons/status-reference-hard.png`
* :file:`typo3/sysext/t3skin/images/icons/status/status-reference-soft.png` => :file:`typo3/sysext/impexp/Resources/Public/Icons/status-reference-soft.png`
Affected Installations
======================
Installations or extensions which have references to icons in :file:`EXT:t3skin/icons/`.
Migration
=========
No migration
.. index:: Backend, ext:t3skin