Update theme/template.

This commit is contained in:
Nate
2019-10-22 01:57:20 -06:00
parent 0ebddaf2fa
commit b3acbdc7e4
2 changed files with 8 additions and 8 deletions

View File

@@ -620,7 +620,7 @@
//recording playback
if (permission_exists('recording_play') && $record_path != '') {
$content .= "<tr class='list-row' id='recording_progress_bar_".$row['xml_cdr_uuid']."' style='display: none;'><td class='playback_progress_bar_background' style='padding: 0; border: none;' colspan='".$col_count."'><span class='playback_progress_bar' id='recording_progress_".$row['xml_cdr_uuid']."'></span></td></tr>\n";
$content .= "<tr class='list-row' id='recording_progress_bar_".$row['xml_cdr_uuid']."' style='display: none;'><td class='playback_progress_bar_background' style='padding: 0; border-bottom: none; overflow: hidden;' colspan='".$col_count."'><span class='playback_progress_bar' id='recording_progress_".$row['xml_cdr_uuid']."'></span></td></tr>\n";
$content .= "<tr class='list-row' style='display: none;'><td></td></tr>\n"; // dummy table row to maintain alternating background color
}
if (permission_exists('xml_cdr_details')) {