Show better message if mail has no body

This commit is contained in:
Jamie Cameron
2011-10-26 14:44:00 -07:00
parent 27a2719610
commit ce7ddaf11b

View File

@@ -169,6 +169,11 @@ if ($bodycontents) {
print &ui_table_row(undef, $bodycontents);
print &ui_table_end();
}
else {
print &ui_table_start($text{'view_body'}, "width=100%", 1);
print &ui_table_row(undef, "<b>$text{'view_nobody'}</b>");
print &ui_table_end();
}
# Show delivery status
if ($dstatus) {