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:
@@ -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');
|
||||
}
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user