add xml statistics mouse over text and use languages variables (#7211)
* add xml statistics mouse over text and use languages variables * add xml statistics mouse over text and use languages variables * xml statistics - remove English words from non-English languages
This commit is contained in:
@@ -281,11 +281,11 @@
|
||||
echo " <th>".$text['label-hours']."</th>\n";
|
||||
echo " <th>".$text['label-date']."</th>\n";
|
||||
echo " <th class='no-wrap'>".$text['label-time']."</th>\n";
|
||||
echo " <th>Volume</th>\n";
|
||||
echo " <th title='".$text['description-volume']."'>".$text['label-volume']."</th>\n";
|
||||
echo " <th>".$text['label-minutes']."</th>\n";
|
||||
echo " <th>".$text['label-calls-per-minute']."</th>\n";
|
||||
echo " <th title='".$text['description-calls-per-minute']."'>".$text['label-calls-per-minute']."</th>\n";
|
||||
echo " <th class='center'>".$text['label-missed']."</th>\n";
|
||||
echo " <th>ASR</th>\n";
|
||||
echo " <th title='".$text['description-asr']."'>".$text['label-asr']."</th>\n";
|
||||
echo " <th title='".$text['description-aloc']."'>".$text['label-aloc']."</th>\n";
|
||||
echo "</tr>\n";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user