Merge remote-tracking branch 'origin/support/3.2' into develop

This commit is contained in:
Eric Espie
2024-09-26 17:41:05 +02:00
6 changed files with 26 additions and 12 deletions

View File

@@ -68,7 +68,7 @@ class iTopNewsroomController extends Controller
$oNotificationsCenterButton = ButtonUIBlockFactory::MakeIconLink(
'fas fa-cogs',
Dict::S('UI:NotificationsCenter:Panel:Title'),
Dict::S('UI:NotificationsCenter:Panel:SubTitle'),
Router::GetInstance()->GenerateUrl(NotificationsCenterController::ROUTE_NAMESPACE.'.display_page'),
);
$oBulkActionsBlock->SetToolBlocks([$oNotificationsCenterButton]);