Update missed_calls.php (#6960)
This commit is contained in:
@@ -139,7 +139,7 @@
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
if ($dashboard_chart_type == "none") {
|
if ($dashboard_chart_type == "none") {
|
||||||
echo "<span class='hud_stat' style='padding-bottom: 27px; color: ".$dashboard_number_text_color.";' onclick=\"$('#hud_missed_calls_details').slideToggle('fast');\">".$num_rows."</span>";
|
echo "<span class='hud_stat' style='padding-bottom: 27px; color: ".$dashboard_number_text_color.";'>".$num_rows."</span>";
|
||||||
}
|
}
|
||||||
echo "</div>\n";
|
echo "</div>\n";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user