diff options
author | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-09 10:34:00 -0400 |
---|---|---|
committer | Michael Gapczynski <GapczynskiM@gmail.com> | 2011-08-09 10:34:00 -0400 |
commit | cdf2dbcd523e99c3c147d29a410c9734020bb5dd (patch) | |
tree | 2085cd0beec45aa5e92fe0793c65eae5475b1043 /apps/files_sharing/appinfo | |
parent | 23c8d7b3fb316daa7c70552ed47e63e9bbcd300f (diff) | |
download | nextcloud-server-cdf2dbcd523e99c3c147d29a410c9734020bb5dd.tar.gz nextcloud-server-cdf2dbcd523e99c3c147d29a410c9734020bb5dd.zip |
Use chosen select form for selecting users in sharing drop down
Diffstat (limited to 'apps/files_sharing/appinfo')
-rw-r--r-- | apps/files_sharing/appinfo/app.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/appinfo/app.php b/apps/files_sharing/appinfo/app.php index 7f7aebb2b24..0587ce550e8 100644 --- a/apps/files_sharing/appinfo/app.php +++ b/apps/files_sharing/appinfo/app.php @@ -5,7 +5,9 @@ require_once('apps/files_sharing/sharedstorage.php'); OC_Filesystem::registerStorageType("shared", "OC_Filestorage_Shared", array("datadir"=>"string")); OC_Util::addScript("files_sharing", "share"); +OC_Util::addScript("3rdparty", "chosen/chosen.jquery.min"); OC_Util::addStyle( 'files_sharing', 'sharing' ); +OC_Util::addStyle("3rdparty", "chosen/chosen"); OC_App::addNavigationSubEntry("files_index", array( "id" => "files_sharing_list", "order" => 10, |