Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -r1b530a88ae6d3a1e553081b3d56117ec5ad3622a -r6cbd849584c40532c6be292f9f009c88cde9439c --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 1b530a88ae6d3a1e553081b3d56117ec5ad3622a) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 6cbd849584c40532c6be292f9f009c88cde9439c) @@ -166,7 +166,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 += ""; @@ -302,7 +302,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"); };