diff --git a/e107_admin/image.php b/e107_admin/image.php index 702d1c082..7d3e7ca60 100644 --- a/e107_admin/image.php +++ b/e107_admin/image.php @@ -1031,13 +1031,22 @@ class media_admin_ui extends e_admin_ui $text = " -
"; +
"; - if($this->getQuery('bbcode') != 'video') + if($this->getQuery('bbcode') != 'video' && $this->getQuery('bbcode') != 'glyph') { $text .= "
"; @@ -1164,7 +1173,7 @@ class media_admin_ui extends e_admin_ui if($this->getQuery('glyphs') == 1 || $this->getQuery('bbcode') == 'glyph') { //TODO - $text .= "
"; + $text .= "
"; $text .= $this->glyphTab(); @@ -1260,7 +1269,7 @@ class media_admin_ui extends e_admin_ui 'type' =>'glyph', 'tagid' => $this->getQuery('tagid'), 'action' =>'glyph', // Used by AJAX to identify correct function. - 'perPage' => 90, + 'perPage' => 84, 'gridClass' => 'media-carousel-item-glyph pull-left', 'bbcode' =>'glyph', 'close' => 'true' diff --git a/e107_handlers/media_class.php b/e107_handlers/media_class.php index b1d48b117..ca90d997e 100644 --- a/e107_handlers/media_class.php +++ b/e107_handlers/media_class.php @@ -1086,13 +1086,13 @@ class e_media $close = (E107_DEBUG_LEVEL > 0) ? "" : " data-close='true' "; // - - + + // $text .= "\n\n\n