Index: lams_tool_larsrc/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_larsrc/web/pages/learning/learning.jsp,v diff -u -r1.12 -r1.13 --- lams_tool_larsrc/web/pages/learning/learning.jsp 17 May 2006 06:55:32 -0000 1.12 +++ lams_tool_larsrc/web/pages/learning/learning.jsp 17 May 2006 07:18:39 -0000 1.13 @@ -25,7 +25,7 @@ } function viewItem(itemUid){ var myUrl = "?itemUid=" + itemUid; - launchPopup(myUrl,"Review"); + launchPopup(myUrl,"LearnerView"); } function completeItem(itemUid){ document.location.href = "?itemUid=" + itemUid;