From a118e908957af863107763b64408ff55497c2be8 Mon Sep 17 00:00:00 2001 From: konradSC Date: Mon, 12 Mar 2018 11:04:04 -0400 Subject: [PATCH] Display the Number of Recordings next to the Title. (#3015) Display the Number of Recordings next to the Title. --- app/call_recordings/call_recordings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/call_recordings/call_recordings.php b/app/call_recordings/call_recordings.php index d0e9f9c51e..744b83cb17 100644 --- a/app/call_recordings/call_recordings.php +++ b/app/call_recordings/call_recordings.php @@ -167,7 +167,7 @@ echo "
\n"; echo "\n"; echo " \n"; - echo " \n"; + echo " \n"; echo "
".$text['title-call_recordings']."".$text['title-call_recordings']." (".$num_rows.")\n"; if (permission_exists('call_recording_download_add')) { echo " \n";