mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +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);
|
$PM_OUTBOX['end'] = $this->updateTemplate($PM_OUTBOX_FOOTER);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(empty($PM_OUTBOX))
|
if(empty($PM_OUTBOX['item']))
|
||||||
{
|
{
|
||||||
$PM_OUTBOX = e107::getTemplate('pm', 'pm', 'outbox');
|
$PM_OUTBOX = e107::getTemplate('pm', 'pm', 'outbox');
|
||||||
}
|
}
|
||||||
|
@@ -41,6 +41,8 @@ ul.breadcrumb li span.divider { padding-left:5px; }
|
|||||||
.img-responsive { max-width:100%; }
|
.img-responsive { max-width:100%; }
|
||||||
.logo.img-responsive { height: auto; }
|
.logo.img-responsive { height: auto; }
|
||||||
|
|
||||||
|
table.table { width: 100% }
|
||||||
|
|
||||||
.media-list {
|
.media-list {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
|
Reference in New Issue
Block a user