Dashboard: Minor visual adjustment on Voicemail block.
This commit is contained in:
parent
d73ea93a14
commit
6213c1ab6e
|
|
@ -393,7 +393,7 @@
|
||||||
$hud[$n]['html'] .= "</table>";
|
$hud[$n]['html'] .= "</table>";
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
$hud[$n]['html'] .= "<center><br><br>".$text['label-no_voicemail_assigned']."</center>";
|
$hud[$n]['html'] .= "<br />".$text['label-no_voicemail_assigned'];
|
||||||
}
|
}
|
||||||
$hud[$n]['html'] .= "</div>";
|
$hud[$n]['html'] .= "</div>";
|
||||||
$n++;
|
$n++;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue