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:
@@ -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);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user