--- loncom/interface/lonmenu.pm 2010/08/13 13:13:26 1.332 +++ loncom/interface/lonmenu.pm 2010/08/16 08:58:39 1.334 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.332 2010/08/13 13:13:26 wenzelju Exp $ +# $Id: lonmenu.pm,v 1.334 2010/08/16 08:58:39 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -155,7 +155,6 @@ use Apache::lonhtmlcommon(); use Apache::loncommon(); use Apache::lonenc(); use Apache::lonlocal; -use Apache::lonwishlist(); use LONCAPA qw(:DEFAULT :match); use HTML::Entities(); @@ -1329,6 +1328,12 @@ function set_wishlistlink(title, path) { wishlistlink.document.close(); } +function open_Wishlist_Import() { + var newWin = window.open('/adm/wishlist?inhibitmenu=yes&mode=import', + 'wishlistImport','scrollbars=1,resizable=1,menubar=0'); + newWin.focus(); +} + ENDUTILITY }