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

Media-Manager enhancements

This commit is contained in:
CaMer0n
2012-04-29 11:15:44 +00:00
parent c48a85fb77
commit 607b5a84d9
2 changed files with 37 additions and 21 deletions

View File

@@ -397,13 +397,12 @@ class media_admin_ui extends e_admin_ui
<legend>Library</legend>
<table cellpadding='0' cellspacing='0' class='adminedit'>
<tbody><tr><td>
<div>Filter: <input type='text' name='non-working-filter-example' value='' /><br />&nbsp;</div>
<div>";
";
// This should really be replaced with the generic LIST function, but with it's own template for markup.
$text .= e107::getMedia()->mediaSelect($this->getQuery('for'),$this->getQuery('tagid')); // eg. news, news-thumbnail
$text .= "</div>
$text .= "
</td></tr>
</tbody></table>
</fieldset>