Update voicemails.php (#6108)
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
//add doughnut chart
|
//add doughnut chart
|
||||||
?>
|
echo "
|
||||||
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom:10px;'>
|
<div style='display: flex; flex-wrap: wrap; justify-content: center; padding-bottom:10px;'>
|
||||||
<div style='width: 175px; height: 175px;'><canvas id='new_messages_chart'></canvas></div>
|
<div style='width: 175px; height: 175px;'><canvas id='new_messages_chart'></canvas></div>
|
||||||
</div>
|
</div>
|
||||||
@@ -97,7 +97,7 @@
|
|||||||
new_messages_config
|
new_messages_config
|
||||||
);
|
);
|
||||||
</script>
|
</script>
|
||||||
<?php
|
";
|
||||||
|
|
||||||
echo "<div class='hud_details hud_box' id='hud_voicemail_details'>";
|
echo "<div class='hud_details hud_box' id='hud_voicemail_details'>";
|
||||||
if (sizeof($voicemails) > 0) {
|
if (sizeof($voicemails) > 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user