diff --git a/app/voicemails/resources/dashboard/voicemails.php b/app/voicemails/resources/dashboard/voicemails.php index 949a20cd36..fd2bb90a31 100644 --- a/app/voicemails/resources/dashboard/voicemails.php +++ b/app/voicemails/resources/dashboard/voicemails.php @@ -52,56 +52,58 @@ } } + echo "
\n"; + echo " ".$text['label-new_messages'].""; -//add doughnut chart - ?> -
- -
+ if ($dashboard_chart_type == "doughnut") { + //add doughnut chart + ?> +
- - '; + ctx.fillText(options.text, width / 2, top + (height / 2)); + ctx.save(); + } + }] + } + ); + + ".$messages['new'].""; + } + echo "
\n"; echo "
"; if (sizeof($voicemails) > 0) {