Update calls_active_inc.php
This commit is contained in:
parent
99610ad828
commit
73ff95bc84
|
|
@ -197,7 +197,7 @@
|
||||||
//send the html
|
//send the html
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
echo "<td valign='top' class='".$row_style[$c]."'>".escape($sip_profile)." </td>\n";
|
echo "<td valign='top' class='".$row_style[$c]."'>".escape($sip_profile)." </td>\n";
|
||||||
echo "<td valign='top' class='".$row_style[$c]."'>".$escape(created)." </td>\n";
|
echo "<td valign='top' class='".$row_style[$c]."'>".escape($created)." </td>\n";
|
||||||
if ($show == 'all') {
|
if ($show == 'all') {
|
||||||
echo "<td valign='top' class='".$row_style[$c]."'>".escape($domain_name)." </td>\n";
|
echo "<td valign='top' class='".$row_style[$c]."'>".escape($domain_name)." </td>\n";
|
||||||
}
|
}
|
||||||
|
|
@ -208,7 +208,7 @@
|
||||||
echo "<td valign='top' class='".$row_style[$c]."'>".((strlen($application) > 0) ? escape($application).":".escape($application_data) : null)." </td>\n";
|
echo "<td valign='top' class='".$row_style[$c]."'>".((strlen($application) > 0) ? escape($application).":".escape($application_data) : null)." </td>\n";
|
||||||
echo "<td valign='top' class='".$row_style[$c]."'>".escape($read_codec).":".escape($read_rate)." / ".escape($write_codec).":".escape($write_rate)." </td>\n";
|
echo "<td valign='top' class='".$row_style[$c]."'>".escape($read_codec).":".escape($read_rate)." / ".escape($write_codec).":".escape($write_rate)." </td>\n";
|
||||||
echo "<td valign='top' class='".$row_style[$c]."'>".escape($secure)." </td>\n";
|
echo "<td valign='top' class='".$row_style[$c]."'>".escape($secure)." </td>\n";
|
||||||
echo "<td class='list_control_icons' style='width: 25px; text-align: left;'><a href='javascript:void(0);' alt='".$text['label-hangup']."' onclick=\"hangup(escape('".escape($uuid)."'));\">".$v_link_label_delete."</a></td>\n";
|
echo "<td class='list_control_icons' style='width: 25px; text-align: left;'><a href='javascript:void(0);' alt='".$text['label-hangup']."' onclick=\"hangup('".escape($uuid)."');\">".$v_link_label_delete."</a></td>\n";
|
||||||
echo "</tr>\n";
|
echo "</tr>\n";
|
||||||
|
|
||||||
//alternate the row style
|
//alternate the row style
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue