1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

PM: Fix for outbox template load. BC styling fix for table width.

This commit is contained in:
Cameron
2017-05-25 14:43:39 -07:00
parent ae5da61a3c
commit 77df665135
2 changed files with 3 additions and 1 deletions

View File

@@ -314,7 +314,7 @@
$PM_OUTBOX['end'] = $this->updateTemplate($PM_OUTBOX_FOOTER);
}
if(empty($PM_OUTBOX))
if(empty($PM_OUTBOX['item']))
{
$PM_OUTBOX = e107::getTemplate('pm', 'pm', 'outbox');
}

View File

@@ -41,6 +41,8 @@ ul.breadcrumb li span.divider { padding-left:5px; }
.img-responsive { max-width:100%; }
.logo.img-responsive { height: auto; }
table.table { width: 100% }
.media-list {
padding-left: 0;
list-style: none;