mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
conference_interactive_inc.php change talking png to font-awesome (#5219)
* Update conference_interactive_inc.php * Delete talking.png
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
|
||||
}
|
||||
echo "</td>\n";
|
||||
$talking_icon = "<img src='resources/images/talking.png' style='width: 16px; height: 16px; border: none; margin: -2px 10px -2px 15px; visibility: ".($flag_talking == "true" ? 'visible' : 'hidden').";' align='absmiddle' title=\"".$text['label-talking']."\">";
|
||||
$talking_icon = "<span class='far fa-comment' style='font-size: 14px; margin: -2px 10px -2px 15px; visibility: ".($flag_talking == "true" ? 'visible' : 'hidden').";' align='absmiddle' title=\"".$text['label-talking']."\">";
|
||||
echo "<td ".$list_row_onclick." ".$list_row_title." class='no-wrap'>".escape($caller_id_name).$talking_icon."</td>\n";
|
||||
echo "<td ".$list_row_onclick." ".$list_row_title.">".escape($caller_id_number)."</td>\n";
|
||||
echo "<td ".$list_row_onclick." ".$list_row_title." class='hide-sm-dn'>".escape($join_time_formatted)."</td>\n";
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 573 B |
Reference in New Issue
Block a user