diff --git a/src/messenger/webim/locales/en/properties b/src/messenger/webim/locales/en/properties
index 663d609b..7ec20db4 100644
--- a/src/messenger/webim/locales/en/properties
+++ b/src/messenger/webim/locales/en/properties
@@ -230,6 +230,12 @@ menu.updates.content=Check for news and updates.
menu.updates=Updates
my_settings.error.password_match=Entered passwords do not match
no_such_operator=No such operator
+notification.back_to_list=Back to the list
+notification.intro=Contents of sent notification.
+notification.label.subj=Subject
+notification.label.time=Time
+notification.label.to=To
+notification.title=Notification details
notifications.head.msg=Text
notifications.head.subj=Subject
notifications.head.time=Time
diff --git a/src/messenger/webim/locales/ru/properties b/src/messenger/webim/locales/ru/properties
index 53c2e22c..af2946e4 100644
--- a/src/messenger/webim/locales/ru/properties
+++ b/src/messenger/webim/locales/ru/properties
@@ -230,6 +230,12 @@ menu.updates.content=
menu.updates=Обновления
my_settings.error.password_match=Введенные пароли должны совпадать
no_such_operator=Запрашиваемая учетная запись не существует
+notification.back_to_list=Вернуться к списку
+notification.intro=Содержание отправленного уведомления.
+notification.label.subj=Тема
+notification.label.time=Время отправки
+notification.label.to=Кому
+notification.title=Детали уведомления
notifications.head.msg=Текст
notifications.head.subj=Тема
notifications.head.time=Время
diff --git a/src/messenger/webim/operator/notification.php b/src/messenger/webim/operator/notification.php
new file mode 100644
index 00000000..472f1312
--- /dev/null
+++ b/src/messenger/webim/operator/notification.php
@@ -0,0 +1,48 @@
+
\ No newline at end of file
diff --git a/src/messenger/webim/view/notification.php b/src/messenger/webim/view/notification.php
new file mode 100644
index 00000000..f788f034
--- /dev/null
+++ b/src/messenger/webim/view/notification.php
@@ -0,0 +1,75 @@
+
+
+
+
+
+
+