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

JS check-all, confirm-delete etc.

This commit is contained in:
CaMer0n
2012-05-16 20:19:16 +00:00
parent 682737270e
commit 70d45da18c
4 changed files with 53 additions and 6 deletions

View File

@@ -845,7 +845,8 @@ class media_admin_ui extends e_admin_ui
$fl->setFileInfo('all');
$files = $fl->get_files(e_MEDIA."temp/");
e107::getJs()->requireCoreLib('core/admin.js');
e107::js('core','core/admin.js','prototype');
// e107::getJs()->requireCoreLib('core/admin.js');
//TODO Detect XML file, and if found - read that instead of the directory.