diff --git a/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php b/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php index b3b63cf1173745ff50261a67621669368a13f880..38cb5d518a1d7cfaf848ceeae2be6d3c56ae06b9 100644 --- a/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php +++ b/typo3/sysext/backend/Classes/Controller/SiteConfigurationController.php @@ -746,10 +746,6 @@ class SiteConfigurationController $row['rootline'] = BackendUtility::BEgetRootLine((int)$row['uid']); array_pop($row['rootline']); $row['rootline'] = array_reverse($row['rootline']); - $i = 0; - foreach ($row['rootline'] as &$record) { - $record['margin'] = $i++ * 20; - } $pages[(int)$row['uid']] = $row; } return $pages; diff --git a/typo3/sysext/backend/Resources/Private/Templates/SiteConfiguration/Overview.html b/typo3/sysext/backend/Resources/Private/Templates/SiteConfiguration/Overview.html index 037a79704fc7f27ff071e1f955b64ac684b552e6..244fa9b970d18e05464c2c7f4b6186dd1689bcf7 100644 --- a/typo3/sysext/backend/Resources/Private/Templates/SiteConfiguration/Overview.html +++ b/typo3/sysext/backend/Resources/Private/Templates/SiteConfiguration/Overview.html @@ -87,9 +87,7 @@ data-contextmenu-table="pages" data-contextmenu-uid="{rootPage.uid}" aria-label="{f:translate(key: 'LLL:EXT:core/Resources/Private/Language/locallang_core.xlf:labels.contextMenu.open')}"> - <span style="margin-left: {rootLinePage.margin}px"> - <core:iconForRecord table="pages" row="{rootPage}" /> - </span> + <core:iconForRecord table="pages" row="{rootPage}" /> </button> </td> <td class="align-top">