Index: lams_central/web/qb/collection.jsp =================================================================== diff -u -r2470adfeccc15e927183270be2835deea00451c7 -r9ebb0762842cde9a358626a248132bc7ca650f3c --- lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 2470adfeccc15e927183270be2835deea00451c7) +++ lams_central/web/qb/collection.jsp (.../collection.jsp) (revision 9ebb0762842cde9a358626a248132bc7ca650f3c) @@ -256,7 +256,7 @@ + "\", \"_blank\")' title='Show stats'>"; cellhtml += "' href='?qbQuestionUid=" - + cellvalue + "&collectionUid=${collection.uid}&KeepThis=true&TB_iframe=true&modal=true' class='thickbox'>"; + + cellvalue + "&oldCollectionUid=${collection.uid}&KeepThis=true&TB_iframe=true&modal=true' class='thickbox'>"; cellhtml += ""; cellhtml += ""; @@ -395,7 +395,7 @@ var questionType = document.getElementById("question-type").selectedIndex + 1; $("#create-question-href").attr("href", "?questionType=" + questionType - + "&collectionUid=${collection.uid}" + + "&oldCollectionUid=${collection.uid}" + "&KeepThis=true&TB_iframe=true&modal=true"); };