Index: lams_central/web/qb/collectionList.jsp =================================================================== diff -u -r21555f88fd0c63a4a9eb3ae288a2e1d48452aa4b -re323adefc0ee1680382462d8bde75544167112bc --- lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision 21555f88fd0c63a4a9eb3ae288a2e1d48452aa4b) +++ lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision e323adefc0ee1680382462d8bde75544167112bc) @@ -117,7 +117,7 @@ // add a new collection function addCollection() { // get collection name from a pop up - var name = prompt("New collection name"), + var name = prompt(''), lower = name.toLowerCase(); // check if a collection with same name already exists $('.collection-grid').each(function(){ @@ -150,16 +150,27 @@ <%-- This option can be switched off in sysadmin --%>
- +
<%-- Build collection title with its name, question count, optional "private" flag and edit button --%> - - (${questionCount[collection.uid]} questions) + + + + + + + + + + + (${questionCount[collection.uid]} )