Index: lams_central/web/qb/collectionList.jsp =================================================================== diff -u -rce08b5834386d861110869e90237174b8969f3a0 -r0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997 --- lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision ce08b5834386d861110869e90237174b8969f3a0) +++ lams_central/web/qb/collectionList.jsp (.../collectionList.jsp) (revision 0b3c5ce0f18b9e4a4195dc8144dc02784c6e3997) @@ -6,7 +6,7 @@ - Collection management + <fmt:message key="label.qb.collection.management" /> @@ -73,14 +73,14 @@ rowList:[10,20,30,40,50,100], rowNum: 10, colNames:[ - "ID", - "Name", + '', + '', "questionType", "questionVersion", - "Learning Outcomes", + '', // this column is hidden, so data coming from controller can be the same as for single collection view - "Used in # of lessons", - "Stats" + 'usage', + '' ], colModel:[ {name:'id', index:'question_id', sortable:true, width: 10}, @@ -99,7 +99,7 @@ }, loadError: function(xhr,st,err) { collectionGrid.clearGridData(); - alert("Error!"); + alert(''); } }).jqGrid('filterToolbar'); }); @@ -125,7 +125,7 @@ // check if a collection with same name already exists $('.collection-grid').each(function(){ if ($(this).data('collectionName').trim().toLowerCase() == lower) { - alert('Collection with such name already exists'); + alert(''); name = null; return false; } @@ -147,7 +147,8 @@ - + + <%-- This option can be switched off in sysadmin --%>