mirror of
https://github.com/e107inc/e107.git
synced 2025-08-07 15:16:30 +02:00
Fix for appearance tab
This commit is contained in:
@@ -1024,7 +1024,7 @@ class media_admin_ui extends e_admin_ui
|
|||||||
|
|
||||||
if($bbcodeMode)
|
if($bbcodeMode)
|
||||||
{
|
{
|
||||||
$text .= "<fieldset id='core-media-style'>
|
$text .= "<div class='tab-pane' id='core-media-style'>
|
||||||
<legend>Appearance</legend>
|
<legend>Appearance</legend>
|
||||||
<table class='table adminform'>
|
<table class='table adminform'>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
@@ -1071,7 +1071,7 @@ class media_admin_ui extends e_admin_ui
|
|||||||
<img id='preview' src='".e_IMAGE_ABS."generic/blank.gif' style='border:1px solid silver; min-width:220px; min-height:180px;' />
|
<img id='preview' src='".e_IMAGE_ABS."generic/blank.gif' style='border:1px solid silver; min-width:220px; min-height:180px;' />
|
||||||
|
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
</fieldset>";
|
</div>";
|
||||||
}
|
}
|
||||||
$text .= "</div>";
|
$text .= "</div>";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user