Index: lams_tool_scratchie/web/pages/learning/results.jsp
===================================================================
diff -u -rd5c812e896f5a590bd3b91b6c3753b0ae0f82a38 -r7b4587083f512fbfa731114b73d12cdd5bf57503
--- lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision d5c812e896f5a590bd3b91b6c3753b0ae0f82a38)
+++ lams_tool_scratchie/web/pages/learning/results.jsp (.../results.jsp) (revision 7b4587083f512fbfa731114b73d12cdd5bf57503)
@@ -132,8 +132,8 @@
colModel:[
{name:'id', index:'id', width:0, sorttype:"int", hidden: true},
{name:'isUserAuthor', width:0, hidden: true},
- {name:'groupName', index:'groupName', width:100},
- {name:'burningQuestion', index:'burningQuestion', width:501, edittype: 'textarea', editoptions:{rows:"5"},
+ {name:'groupName', index:'groupName', width:100, title: false},
+ {name:'burningQuestion', index:'burningQuestion', width:501, edittype: 'textarea', title: false, editoptions:{rows:"8"},
formatter:function(cellvalue, options, rowObject) {
var item = $(this).jqGrid("getLocalRow", options.rowId);
@@ -156,7 +156,7 @@
return cellvalue;
}
},
- {name:'count', index:'count', width:50, align:"right"}
+ {name:'count', index:'count', width:50, align:"right", title: false}
],
caption: "${scratchieItem.title}""${scratchieItem.title}",
cellurl: '?sessionId=${toolSessionID}&itemUid=${scratchieItem.uid}',