1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-30 01:30:32 +02:00

Added custom search placeholder to media-manager browser. Fix for glyph colors on light admin theme.

This commit is contained in:
Cameron
2014-01-11 08:39:22 -08:00
parent 7bebfc1901
commit 1370a8fbec
2 changed files with 8 additions and 5 deletions

View File

@@ -1331,9 +1331,8 @@ class media_admin_ui extends e_admin_ui
);
}
$parms = array('width' => 200, 'height'=>113, 'type'=>'image', 'tagid'=> $this->getQuery('tagid'), 'action'=>'youtube');
$parms = array('width' => 200, 'height'=>113, 'type'=>'image', 'tagid'=> $this->getQuery('tagid'), 'action'=>'youtube','searchPlaceholder'=>'Search Youtube');
$text = e107::getMedia()->browserCarousel($items, $parms);