--- loncom/interface/lonmenu.pm 2010/08/13 13:46:18 1.333 +++ 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.333 2010/08/13 13:46:18 wenzelju Exp $ +# $Id: lonmenu.pm,v 1.334 2010/08/16 08:58:39 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -1328,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 }