Index: lams_central/web/authoring/template/comms.jsp =================================================================== diff -u -r1c3d21d9fdee96b507a158f84564fafbef9a6ecb -r9b74251ca3fd30ec06f5b94eb95e21e9a9dc603f --- lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 1c3d21d9fdee96b507a158f84564fafbef9a6ecb) +++ lams_central/web/authoring/template/comms.jsp (.../comms.jsp) (revision 9b74251ca3fd30ec06f5b94eb95e21e9a9dc603f) @@ -134,7 +134,9 @@ if ( limit ) { url = url + '&limitType='+limit; } - window.open(url,'QuestionFile','width=500,height=240,scrollbars=yes'); + // open import pop up window, centered horizontally + var left = ((screen.width / 2) - (500 / 2)); + window.open(url,'QuestionFile','width=500,height=240,scrollbars=yes,top=150,left=' + left); } function createAssessment(questionType, numAssessmentsFieldname, containingDivName ) {