]> source.dussan.org Git - nextcloud-server.git/commitdiff
Added placeholder msg to share with menu to clarify user list restricted to security...
authorSam Tuke <samtuke@owncloud.com>
Mon, 25 Jun 2012 15:57:41 +0000 (16:57 +0100)
committerSam Tuke <samtuke@owncloud.com>
Mon, 25 Jun 2012 15:57:41 +0000 (16:57 +0100)
apps/files_sharing/css/sharing.css
apps/files_sharing/js/share.js

index c4b4540e9d12fd52e7b7080b1c3ba33d01a96287..d4fcf79ee9853390209b1fe6b896eeca653b6d56 100644 (file)
@@ -12,3 +12,4 @@ a.unshare { float:right; display:inline; margin:0 .5em; padding:.3em .3em 0 .3em
 a.unshare:hover { opacity:1; }
 #share_with { width: 16em; }
 #privateLink label, .edit { font-weight:normal; }
+#share_with_chzn { display: block; }
index 96c9017dbf9c507bbd92b778408a5eece71bcbd4..9194d2240ab153b198c92d2d8cbb46151847c0e9 100644 (file)
@@ -61,7 +61,7 @@ OC.Share={
                OC.Share.loadItem(item);
                var html = '<div id="dropdown" class="drop" data-item="'+item+'">';
                html += '<select data-placeholder="User or Group" id="share_with" class="chzen-select">';
-               html += '<option value=""></option>';
+               html += '<option value="" selected="selected" disabled="disabled">Your groups & members</option>';
                html += '</select>';
                html += '<div id="sharedWithList">';
                html += '<ul id="userList"></ul>';