Add chosen script and style, bug fix for oc-1745

This commit is contained in:
Michael Gapczynski 2012-09-16 13:27:15 -04:00
parent 158af74b3e
commit 89fb5d47a4
1 changed files with 2 additions and 0 deletions

View File

@ -21,7 +21,9 @@
*/
OCP\Util::addScript('files_external', 'settings');
OCP\Util::addscript('3rdparty', 'chosen/chosen.jquery.min');
OCP\Util::addStyle('files_external', 'settings');
OCP\Util::addStyle('3rdparty', 'chosen/chosen');
$tmpl = new OCP\Template('files_external', 'settings');
$tmpl->assign('isAdminPage', true, false);
$tmpl->assign('mounts', OC_Mount_Config::getSystemMountPoints());