1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-27 08:14:46 +02:00

Issue #1138 - Fix for media browser.

This commit is contained in:
Cameron
2015-07-16 13:41:15 -07:00
parent c217137076
commit 9cdf27900b
3 changed files with 11 additions and 6 deletions

View File

@@ -1327,7 +1327,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' => 84,
'perPage' => 80,
'gridClass' => 'media-carousel-item-glyph pull-left',
'bbcode' =>'glyph',
'close' => 'true'