diff --git a/src/messenger/webim/default.css b/src/messenger/webim/default.css index decd00fa..e65f3292 100644 --- a/src/messenger/webim/default.css +++ b/src/messenger/webim/default.css @@ -189,6 +189,7 @@ img.left { margin-bottom: 10px; background: url(images/graydot.gif) repeat-x left bottom; font-size: 1.3em; + font-weight: bold; } .locales a { diff --git a/src/messenger/webim/locales/en/properties b/src/messenger/webim/locales/en/properties index 70cd4ef4..c9b0bc51 100644 --- a/src/messenger/webim/locales/en/properties +++ b/src/messenger/webim/locales/en/properties @@ -274,6 +274,9 @@ permission.takeover=Take over chat thread permission.viewthreads=View another operator's chat thread permissions.intro=Here you can control operator's permissions permissions.title=Permissions +right.administration=Administration +right.main=Main +right.other=Other settings.chat.title.description=Department of your company for example. settings.chat.title=Title in the chat window settings.chatstyle.description=Preview for all pages of each style is available here diff --git a/src/messenger/webim/locales/ru/properties b/src/messenger/webim/locales/ru/properties index 77843a23..251b4cbf 100644 --- a/src/messenger/webim/locales/ru/properties +++ b/src/messenger/webim/locales/ru/properties @@ -272,6 +272,9 @@ permission.takeover= permission.viewthreads=Просматривать диалоги других операторов в режиме реального времени permissions.intro=Здесь вы можете ограничить возможности оператора permissions.title=Возможности оператора +right.administration=Управление +right.main=Посетители +right.other=Остальное settings.chat.title.description=Например, название отдела вашей компании settings.chat.title=Заголовок в чат окне settings.chatstyle.description=Предпросмотр всех страниц каждого стиля доступен здесь diff --git a/src/messenger/webim/styles/default/templates/chat.tpl b/src/messenger/webim/styles/default/templates/chat.tpl index df08e62b..1afbd09b 100644 --- a/src/messenger/webim/styles/default/templates/chat.tpl +++ b/src/messenger/webim/styles/default/templates/chat.tpl @@ -175,7 +175,7 @@ ${if:canpost} Redirect  ${endif:canpost} ${if:historyParams} - History  + History  ${endif:historyParams} ${endif:agent} diff --git a/src/messenger/webim/styles/original/templates/chat.tpl b/src/messenger/webim/styles/original/templates/chat.tpl index 20cffda6..57049dcb 100644 --- a/src/messenger/webim/styles/original/templates/chat.tpl +++ b/src/messenger/webim/styles/original/templates/chat.tpl @@ -170,7 +170,7 @@ ${if:canpost} Redirect  ${endif:canpost} ${if:historyParams} - History  + History  ${endif:historyParams} ${endif:agent} diff --git a/src/messenger/webim/view/inc_menu.php b/src/messenger/webim/view/inc_menu.php index 3eeb6bc8..9d00756d 100644 --- a/src/messenger/webim/view/inc_menu.php +++ b/src/messenger/webim/view/inc_menu.php @@ -10,7 +10,7 @@ function menuli($name) { function tpl_menu() { global $page, $webimroot, $errors; if(isset($page) && isset($page['operator'])) { ?>
  • -

    main

    +

  • -

    administration

    +

  • -

    other

    +

    diff --git a/src/messenger/webim/view/pending_users.php b/src/messenger/webim/view/pending_users.php index 1c74c33c..c55452f9 100644 --- a/src/messenger/webim/view/pending_users.php +++ b/src/messenger/webim/view/pending_users.php @@ -14,6 +14,8 @@ require_once("inc_menu.php"); $page['title'] = getlocal("clients.title"); +$page['menuid'] = "users"; + function tpl_header() { global $page, $webimroot; ?> diff --git a/src/messenger/webim/view/userhistory.php b/src/messenger/webim/view/userhistory.php index b6e7174c..ece6c3bf 100644 --- a/src/messenger/webim/view/userhistory.php +++ b/src/messenger/webim/view/userhistory.php @@ -11,82 +11,74 @@ * Contributors: * Evgeny Gryaznov - initial API and implementation */ + +$page['title'] = getlocal("page.analysis.userhistory.title"); +$page['menuid'] = "history"; + +function tpl_content() { global $page, $webimroot; ?> - - - - - - - - - - - <?php echo getlocal("page.analysis.userhistory.title") ?> - <?php echo getlocal("app.title") ?> - - -"> -"> - - - - - - - - +
    - -
    -

    -
    - - +
    +
    -

    + - - - - - - - - - - - - - - - - - -
    - - - - - - - , -
    -
    - - - -

    -
    - - - -
    - - -
    + + + + + + + + + + + + + + + + + +
    + + + + + + + +
    + + + + + + + , +
    + +
    +"; + echo generate_pagination($page['pagination']); + } +} +?> - - + \ No newline at end of file