diff --git a/app/music_on_hold/music_on_hold.php b/app/music_on_hold/music_on_hold.php
index 21e33d7879..891c979370 100644
--- a/app/music_on_hold/music_on_hold.php
+++ b/app/music_on_hold/music_on_hold.php
@@ -359,7 +359,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) {
echo "
".$file." | \n";
if (strlen($file) > 0) {
$row_uuid = uuid();
- echo " ";
+ echo " | ";
$recording_file_path = $file;
$recording_file_name = strtolower(pathinfo($recording_file_path, PATHINFO_BASENAME));
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
@@ -430,7 +430,7 @@ if ($_GET['act'] == "del" && permission_exists('music_on_hold_delete')) {
echo " | ".$file." | \n";
if (strlen($file) > 0) {
$row_uuid = uuid();
- echo " ";
+ echo " | ";
$recording_file_path = $file;
$recording_file_name = strtolower(pathinfo($row['recording_filename'], PATHINFO_BASENAME));
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
diff --git a/app/recordings/recordings.php b/app/recordings/recordings.php
index ec418d0fda..a1c1430d3b 100644
--- a/app/recordings/recordings.php
+++ b/app/recordings/recordings.php
@@ -40,7 +40,7 @@ require_once "resources/check_auth.php";
$order = $_GET["order"];
//download the recordings
- if ($_GET['a'] == "download" && permission_exists('recording_download')) {
+ if ($_GET['a'] == "download" && (permission_exists('recording_play') || permission_exists('recording_download'))) {
session_cache_limiter('public');
if ($_GET['type'] = "rec") {
if (file_exists($_SESSION['switch']['recordings']['dir'].'/'.base64_decode($_GET['filename']))) {
@@ -157,7 +157,7 @@ require_once "resources/check_auth.php";
echo " | \n";
echo " \n";
echo "";
- echo "
\n";
+ echo "
\n";
if (permission_exists('recording_upload')) {
echo "".$text['header']."";
@@ -228,7 +228,7 @@ require_once "resources/check_auth.php";
echo " ";
echo " \n";
if (strlen($row['recording_filename']) > 0) {
- echo " ";
+ echo " | ";
$recording_file_path = $row['recording_filename'];
$recording_file_name = strtolower(pathinfo($recording_file_path, PATHINFO_BASENAME));
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
diff --git a/app/voicemail_greetings/voicemail_greetings.php b/app/voicemail_greetings/voicemail_greetings.php
index cff6b8c03f..0a1475c19d 100644
--- a/app/voicemail_greetings/voicemail_greetings.php
+++ b/app/voicemail_greetings/voicemail_greetings.php
@@ -328,7 +328,7 @@ else {
echo " | ".$row['greeting_name']." | \n";
if (permission_exists('voicemail_greeting_download')) {
if (strlen($row['greeting_name']) > 0) {
- echo " ";
+ echo " | ";
$recording_file_path = $row['greeting_name'];
$recording_file_name = strtolower(pathinfo($recording_file_path, PATHINFO_BASENAME));
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
diff --git a/app/voicemails/voicemail_messages.php b/app/voicemails/voicemail_messages.php
index 7b9f1b2ae0..522785e473 100644
--- a/app/voicemails/voicemail_messages.php
+++ b/app/voicemails/voicemail_messages.php
@@ -149,7 +149,7 @@ if (!(check_str($_REQUEST["action"]) == "download" && check_str($_REQUEST["src"]
echo " | \n";
echo " ".$row['caller_id_name']." | \n";
echo " ".$row['caller_id_number']." | \n";
- echo " ";
+ echo " | ";
$recording_file_path = $file;
$recording_file_name = strtolower(pathinfo($recording_file_path, PATHINFO_BASENAME));
$recording_file_ext = pathinfo($recording_file_name, PATHINFO_EXTENSION);
diff --git a/app/xml_cdr/app_languages.php b/app/xml_cdr/app_languages.php
index a283b7e0f3..c2aadf5aee 100644
--- a/app/xml_cdr/app_languages.php
+++ b/app/xml_cdr/app_languages.php
@@ -110,10 +110,10 @@
$text['label-duration']['pt-pt'] = "Duração";
$text['label-duration']['fr-fr'] = "Durée";
- $text['label-tools']['en-us'] = "Tools";
- $text['label-tools']['es-cl'] = "Herramientas";
- $text['label-tools']['pt-pt'] = "Ferramentas";
- $text['label-tools']['fr-fr'] = "Outils";
+ $text['label-recording']['en-us'] = "Recording";
+ $text['label-recording']['es-cl'] = "Grabación";
+ $text['label-recording']['pt-pt'] = "Gravação";
+ $text['label-recording']['fr-fr'] = "Enregistrement";
$text['label-play']['en-us'] = "Play";
$text['label-play']['es-cl'] = "Reproducir";
diff --git a/app/xml_cdr/xml_cdr.php b/app/xml_cdr/xml_cdr.php
index 52f309f1c7..9a409e10ec 100644
--- a/app/xml_cdr/xml_cdr.php
+++ b/app/xml_cdr/xml_cdr.php
@@ -75,7 +75,7 @@ else {
//page title and description
echo "\n";
echo "\n";
- echo "".$text['title']."
| \n";
+ echo "".$text['title']."
| \n";
echo "\n";
echo " | |