diff --git a/src/messenger/webim/locales/en/properties b/src/messenger/webim/locales/en/properties index 64d5a67f..ebacb140 100644 --- a/src/messenger/webim/locales/en/properties +++ b/src/messenger/webim/locales/en/properties @@ -114,7 +114,6 @@ confirm.take.yes=Yes. I'm sure content.blocked=Here you can block malicious visitors. content.history=Search the dialogs history. content.logoff=Log out of the system. -cron.check.setup=Enshure that cron was set up correctly or run it manually. data.saved=Changes saved demo.chat.question=There are so many browsers to choose from. Which ones do you recommend? demo.chat.welcome=Hello. How may I help you? @@ -396,7 +395,7 @@ page_login.login=Login: page_login.password=Password: page_login.remember=Remember page_login.title=Login -page_search.intro=Search the chat history for a specified user, an operator or a specified phrase in messages. +page_search.intro=Search the chat history for a specified user, an operator or a specified phrase in messages. Last time messages was indexed {0}. You can index them manually. page_search.type.all=everywhere page_search.search.type.in_system_messages=Search in system messages page_search.type.message=in messages @@ -565,7 +564,7 @@ settings.wrong.threadlifetime="Thread lifetime" field should be a number site.title=mibew.org site.url=http://mibew.org statistics.dates=Select dates -statistics.description=From this page you can generate a variety of usage reports. +statistics.description=From this page you can generate a variety of usage reports. Last time statistics was calculated {0}. You can calculate it manually. statistics.from=From: statistics.till=Till: statistics.title=Statistics diff --git a/src/messenger/webim/locales/ru/properties b/src/messenger/webim/locales/ru/properties index 3946b246..7aef2d15 100644 --- a/src/messenger/webim/locales/ru/properties +++ b/src/messenger/webim/locales/ru/properties @@ -114,7 +114,6 @@ confirm.take.yes= content.blocked=Здесь можно защищаться от спама и вредных посетителей. content.history=Поиск по истории диалогов. content.logoff=Покинуть систему. -cron.check.setup=Убедитесь, что cron настроен правильно или запустите его вручную. data.saved=Изменения сохранены demo.chat.question=Посоветуйте мне, пожалуйста, хороший браузер? demo.chat.welcome=Здравствуйте! Чем я могу Вам помочь? @@ -396,7 +395,7 @@ page_login.operator.disabled= page_login.password=Пароль: page_login.remember=Запомнить page_login.title=Вход в систему -page_search.intro=На данной странице можно осуществить поиск диалогов по имени пользователя, имени оператора или фразе, встречающейся в сообщении. +page_search.intro=На данной странице можно осуществить поиск диалогов по имени пользователя, имени оператора или фразе, встречающейся в сообщении. Последний раз сообщения индексировались {0}. Вы можете выполнить индексацию вручную. page_search.type.all=везде page_search.search.type.in_system_messages=Искать в системных сообщениях page_search.type.message=в сообщениях @@ -567,7 +566,7 @@ settings.wrong.threadlifetime= site.title=mibew.org site.url=http://mibew.org statistics.dates=Выберите даты -statistics.description=Различные отчеты по посетителям и использованию мессенджера. +statistics.description=Различные отчеты по посетителям и использованию мессенджера. Последний раз статистика собиралась {0}. Вы можете собрать ее вручную. statistics.from=С: statistics.till=По: statistics.title=Статистика diff --git a/src/messenger/webim/operator/history.php b/src/messenger/webim/operator/history.php index 4ec72fb2..33377b41 100644 --- a/src/messenger/webim/operator/history.php +++ b/src/messenger/webim/operator/history.php @@ -93,6 +93,7 @@ if ($query !== false) { $page['formtype'] = $searchType; $page['forminsystemmessages'] = $searchInSystemMessages; $page['cron_path'] = cron_get_uri(Settings::get('cron_key')); +$page['last_cron_run'] = Settings::get('_last_cron_run'); prepare_menu($operator); start_html_output(); diff --git a/src/messenger/webim/operator/statistics.php b/src/messenger/webim/operator/statistics.php index f0b07999..fead6be9 100644 --- a/src/messenger/webim/operator/statistics.php +++ b/src/messenger/webim/operator/statistics.php @@ -37,8 +37,8 @@ $page['showbydate'] = ($statisticstype == 'bydate'); $page['showbyagent'] = ($statisticstype == 'byagent'); $page['showbypage'] = ($statisticstype == 'bypage'); -$page['noresults'] = false; $page['cron_path'] = cron_get_uri(Settings::get('cron_key')); +$page['last_cron_run'] = Settings::get('_last_cron_run'); $errors = array(); @@ -96,8 +96,6 @@ if ($statisticstype == 'bydate') { array('return_rows' => Database::RETURN_ALL_ROWS) ); - $page['noresults'] = empty($page['reportByDate']); - $page['reportByDateTotal'] = $db->query( "SELECT DATE(FROM_UNIXTIME(date)) AS date, " . "SUM(threads) AS threads, " . @@ -133,7 +131,6 @@ if ($statisticstype == 'bydate') { ), array('return_rows' => Database::RETURN_ALL_ROWS) ); - $page['noresults'] = empty($page['reportByAgent']); $activetab = 1; } elseif($statisticstype == 'bypage') { $page['reportByPage'] = $db->query( @@ -147,7 +144,6 @@ if ($statisticstype == 'bydate') { array(':start' => $start, ':end' => $end), array('return_rows' => Database::RETURN_ALL_ROWS) ); - $page['noresults'] = empty($page['reportByPage']); $activetab = 2; } $page['showresults'] = count($errors) == 0; diff --git a/src/messenger/webim/view/statistics.php b/src/messenger/webim/view/statistics.php index 6ffcc76e..a8ad6635 100644 --- a/src/messenger/webim/view/statistics.php +++ b/src/messenger/webim/view/statistics.php @@ -24,11 +24,7 @@ $page['menuid'] = "statistics"; function tpl_content() { global $page, $webimroot, $errors; ?> - -
- - - +

- -
- - +