Index: lams_central/web/qb/collection.jsp
===================================================================
diff -u -r289d71a2af5137360ca926e9b03ca4bfccc4fe86 -rd709559abc2186520af2f18c3fc7417a5a598e9e
--- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 289d71a2af5137360ca926e9b03ca4bfccc4fe86)
+++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision d709559abc2186520af2f18c3fc7417a5a598e9e)
@@ -216,7 +216,7 @@
+ "\", \"_blank\")' title='Show stats'>";
cellhtml += "' href='?qbQuestionUid="
- + cellvalue + "&collectionUid=${collection.uid}&KeepThis=true&TB_iframe=true' class='thickbox'>";
+ + cellvalue + "&collectionUid=${collection.uid}&KeepThis=true&TB_iframe=true&modal=true' class='thickbox'>";
cellhtml += "";
cellhtml += "";
@@ -354,7 +354,7 @@
function initLinkHref() {
var questionType = document.getElementById("question-type").selectedIndex + 1;
$("#create-question-href").attr("href",
- "?questionType=" + questionType
+ "?questionType=" + questionType
+ "&collectionUid=${collection.uid}"
+ "&KeepThis=true&TB_iframe=true&modal=true");
};