mirror of
https://github.com/e107inc/e107.git
synced 2025-08-26 07:44:49 +02:00
Media-Manager: Fix for incorrect 'empty image' size when selected. Fix for 'empty icon' when selected. Fix for media-manager close-window issue. GUI fix for 'no image' option.
This commit is contained in:
@@ -1164,7 +1164,7 @@ class media_admin_ui extends e_admin_ui
|
||||
if($this->getQuery('bbcode') != 'video' && $this->getQuery('bbcode') != 'glyph')
|
||||
{
|
||||
$text .= "<div class='tab-pane active' id='core-media-select'>
|
||||
<div class='table' style='display:block'>";
|
||||
<div style='display:block;width:100%'>";
|
||||
|
||||
$text .= $this->imageTab($type,$options);
|
||||
|
||||
|
Reference in New Issue
Block a user