mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
N°7774 - Tooltip unscribe from News center to be improved
This commit is contained in:
@@ -13,7 +13,7 @@ Dict::Add('FR FR', 'French', 'Français', [
|
||||
'UI:NotificationsCenter:Advanced:Input:Label' => '%1$s: %2$s',
|
||||
'UI:NotificationsCenter:Channel:OutOf:Text' => '%1$s sur %2$s',
|
||||
'UI:NotificationsCenter:Page:Title' => 'Notifications',
|
||||
'UI:NotificationsCenter:Panel:SubTitle' => 'Gérer les Notifications dont vous êtes destinataire : désinscrivez-vous ou limitez les à un seul canal',
|
||||
'UI:NotificationsCenter:Panel:SubTitle' => 'Gérer les Notifications dont vous êtes destinataire : désabonnez-vous des News, des méls ou des deux',
|
||||
'UI:NotificationsCenter:Panel:Toolbar:ViewAllNews:Title' => 'Voir toutes mes news',
|
||||
'UI:NotificationsCenter:Panel:Table:Channels' => 'Canaux',
|
||||
'UI:NotificationsCenter:Panel:Title' => 'Notifications',
|
||||
|
||||
@@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user