Index: lams_central/web/qb/collectionList.jsp =================================================================== diff -u -rca75b4c508f9d195245818cdd4574f335e75d9c6 -rba61b266e61e39c4c77682bb50921d3758c4524b --- lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision ca75b4c508f9d195245818cdd4574f335e75d9c6) +++ lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision ba61b266e61e39c4c77682bb50921d3758c4524b) @@ -72,6 +72,7 @@ colNames:[ "ID", "Name", + // this column is hidden, so data coming from controller can be the same as for single collection view "Used in # of lessons", "Stats" ], @@ -102,6 +103,7 @@ // add a new collection function addCollection() { + // get collection name from a pop up var name = prompt("New collection name"), lower = name.toLowerCase(); // check if a collection with same name already exists @@ -130,6 +132,7 @@