From b39c9a8d33e5982c9425ab6be7bbf2bc3257cb34 Mon Sep 17 00:00:00 2001 From: Evgeny Gryaznov Date: Sun, 10 Jan 2010 23:58:05 +0000 Subject: [PATCH] show notification details git-svn-id: https://webim.svn.sourceforge.net/svnroot/webim/trunk@723 c66351dc-e62f-0410-b875-e3a5c0b9693f --- src/messenger/webim/locales/en/properties | 6 ++ src/messenger/webim/locales/ru/properties | 6 ++ src/messenger/webim/operator/notification.php | 48 ++++++++++++ src/messenger/webim/view/notification.php | 75 +++++++++++++++++++ src/messenger/webim/view/notifications.php | 2 +- 5 files changed, 136 insertions(+), 1 deletion(-) create mode 100644 src/messenger/webim/operator/notification.php create mode 100644 src/messenger/webim/view/notification.php 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 @@ + + + + +

+ +
+
+ +
+ : +
+
+ +
+
+ +
+ : +
+
+ +
+
+ +
+ : +
+
+ +
+
+
+ +
+ +
+
+ +
+ + +
+ + + \ No newline at end of file diff --git a/src/messenger/webim/view/notifications.php b/src/messenger/webim/view/notifications.php index 7ad88dba..f9f0740d 100644 --- a/src/messenger/webim/view/notifications.php +++ b/src/messenger/webim/view/notifications.php @@ -93,7 +93,7 @@ if( $page['pagination.items'] ) { foreach( $page['pagination.items'] as $b ) { ?> - +