From a6806fdda341daf1bd413601e657bb779ed8d389 Mon Sep 17 00:00:00 2001 From: Remdex Date: Tue, 2 May 2017 10:21:46 +0200 Subject: [PATCH] change username to name_official to match combobox --- .../design/defaulttheme/tpl/lhstatistic/tabs/active.tpl.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lhc_web/design/defaulttheme/tpl/lhstatistic/tabs/active.tpl.php b/lhc_web/design/defaulttheme/tpl/lhstatistic/tabs/active.tpl.php index 5e95d8f393..eeec3a04d7 100644 --- a/lhc_web/design/defaulttheme/tpl/lhstatistic/tabs/active.tpl.php +++ b/lhc_web/design/defaulttheme/tpl/lhstatistic/tabs/active.tpl.php @@ -85,7 +85,7 @@ function drawChart() { var data = google.visualization.arrayToDataTable([ ['getTranslation('chat/statistic','User');?>', 'getTranslation('chat/statistic','Thumbs up');?>'] - username,ENT_QUOTES).'\','.$data['number_of_chats'].']'?> + name_official,ENT_QUOTES).'\','.$data['number_of_chats'].']'?> ]); var view = new google.visualization.DataView(data); @@ -105,7 +105,7 @@ function drawChart() { var data = google.visualization.arrayToDataTable([ ['getTranslation('chat/statistic','User');?>','getTranslation('chat/statistic','Thumbs down');?>'] - username,ENT_QUOTES).'\','.$data['number_of_chats'].']'?> + name_official,ENT_QUOTES).'\','.$data['number_of_chats'].']'?> ]); var view = new google.visualization.DataView(data);