Display the Number of Recordings next to the Title. (#3015)

Display the Number of Recordings next to the Title.
This commit is contained in:
konradSC 2018-03-12 11:04:04 -04:00 committed by FusionPBX
parent 2d667d4b7d
commit a118e90895
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
echo "<form method='post' action=''>\n";
echo "<table width='100%' border='0'>\n";
echo " <tr>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-call_recordings']."</b></td>\n";
echo " <td width='50%' align='left' nowrap='nowrap'><b>".$text['title-call_recordings']." (".$num_rows.")</b></td>\n";
echo " <td width='50%' style='vertical-align: top; text-align: right; white-space: nowrap;'>\n";
if (permission_exists('call_recording_download_add')) {
echo " <button type='submit' class='btn btn-default' id='downloads' name=\"call_recordings[$x][action]\" alt='".$text['button-download']."' onclick=\"document.getElementById('downloads').value='download'\" value=''>".$text['button-downloads']."</span></button>\n";