Index: lams_tool_laqa/web/admin/config.jsp =================================================================== diff -u -rf8328cbc455f1e6c89224eaced4f72631b030367 -r014c90f20614f95033e08273fc00c81ff0c94638 --- lams_tool_laqa/web/admin/config.jsp (.../config.jsp) (revision f8328cbc455f1e6c89224eaced4f72631b030367) +++ lams_tool_laqa/web/admin/config.jsp (.../config.jsp) (revision 014c90f20614f95033e08273fc00c81ff0c94638) @@ -46,6 +46,9 @@ var skillMenu = null; var qMenu = null; + // Offset for the dialog box + var dialogOffSet=0; + // Sets up the triple menu with the appropriate data function setUpTripleMenu() { var qaWizardEnabledBox = document.laqa11AdminForm.qaWizardEnabled; @@ -207,7 +210,7 @@ { disableExport(); - + $("#catDialog").dialog("close"); $("#catDialog").dialog( { buttons: @@ -227,8 +230,9 @@ } }, height: 120, - width: 350, - title: titleStr + width: 725, + title: titleStr, + position: [33,290 + dialogOffSet] } ); document.getElementById("inputText").focus(); @@ -459,16 +463,31 @@