Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -r28f74fe44f679cfe7305cb1ddf42150f2de4c52c -r57a3647e9f7b79d5fe02d9727194311b4930d867 --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 28f74fe44f679cfe7305cb1ddf42150f2de4c52c) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 57a3647e9f7b79d5fe02d9727194311b4930d867) @@ -63,6 +63,11 @@ color: black; padding-left: 8px; } + + select { + height: auto !important; + width: auto !important; + } @@ -226,9 +231,8 @@ } // share a collection with authors of an organisation - function shareCollection() { - var grid = $('#collection-grid'), - organisationId = $('#targetOrganisationSelect').val(); + function shareCollection(organisationId) { + var grid = $('#collection-grid'); $.ajax({ 'url' : 'qb/collection/shareCollection.do', @@ -304,6 +308,7 @@
@@ -326,6 +331,19 @@
+ + <%-- Do not display button for public and private collections --%> + +
+ + + +
+
+ +
@@ -371,58 +390,51 @@ -
- <%-- Do not display links for collection manipulation for public and private collections --%> - -
-
- - - -
- -
- Share collection with -
-
- -
-
- -
-
-
- - -
-
-
- Shared with organisations -
-
-
- -
-
-
- -
-
- -
-
-
-
-
+ <%-- Do not display links for collection manipulation for public and private collections --%> + +
+
+ Share collection with organisations +
+
+ + + + <%-- Already shared organisations--%> + + + + + + + + <%-- Not yet shared ones --%> + + + + + + + +
+   + Shared + + +
+ + + +
+ +
+