--- loncom/interface/lonwishlist.pm 2010/08/16 15:14:37 1.4 +++ loncom/interface/lonwishlist.pm 2010/08/17 12:32:58 1.5 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the wishlist # -# $Id: lonwishlist.pm,v 1.4 2010/08/16 15:14:37 wenzelju Exp $ +# $Id: lonwishlist.pm,v 1.5 2010/08/17 12:32:58 wenzelju Exp $ # # Copyright Michigan State University Board of Trustees # @@ -637,6 +637,9 @@ sub JSforWishlist { else if (action == 'saveOK') { r = linksOK(); } + else if (action == 'move') { + r = selectDestinationFolder(); + } document.getElementsByName('list')[0].setAttribute("action", "/adm/wishlist?mode="+mode); if (r) { document.getElementsByName('list')[0].submit(); @@ -1545,7 +1548,7 @@ sub makePage { 'Now choose the new destination folder.').'

'; &wishlistMove(\@childrenRt, $marked); $inner .= ''.$wishlistHTMLmove.'


'; - $inner .= ''. + $inner .= ''. ''; $wishlistHTMLmove =''.