diff --git a/Classes/Controller/BackendController.php b/Classes/Controller/BackendController.php index 99ffbdd9a47bcb8f869870a0ae658e638a0e8cba..d46852c053d4e06e0a9d9f13b0155d0ba69c0918 100644 --- a/Classes/Controller/BackendController.php +++ b/Classes/Controller/BackendController.php @@ -87,7 +87,7 @@ class BackendController extends ActionController { CompanyRepository $companyRepository, JobRepository $jobRepository, ModuleTemplateFactory $moduleTemplateFactory, - FrontendUserRepository $frontendUserRepository, + FrontendUserRepository $frontendUserRepository, ) { $this->companyRepository = $companyRepository; @@ -140,7 +140,9 @@ class BackendController extends ActionController { ); // 🛠Recreate Pagination with updated values - $pagination = GeneralUtility::makeInstance(\SGalinski\SgAccount\Pagination\Pagination::class, $usersQueryBuilder, $currentPage, $itemsPerPage); + $pagination = GeneralUtility::makeInstance( + \SGalinski\SgAccount\Pagination\Pagination::class, $usersQueryBuilder, $currentPage, $itemsPerPage + ); $this->moduleTemplate->assign('pagination', $pagination); // create docheader + buttons diff --git a/Resources/Private/Partials/Backend/ButtonBar.html b/Resources/Private/Partials/Backend/ButtonBar.html index daa2b82a012b5bffa649b59f62d32fa41c6da544..16ec4561da15c371ed7184739e6a6b2c622fa18e 100644 --- a/Resources/Private/Partials/Backend/ButtonBar.html +++ b/Resources/Private/Partials/Backend/ButtonBar.html @@ -1,4 +1,3 @@ - <html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" data-namespace-typo3-fluid="true"> <div class="btn-toolbar" role="toolbar" aria-label="">