--- loncom/interface/lonmenu.pm 2006/03/16 22:21:15 1.167 +++ loncom/interface/lonmenu.pm 2006/03/29 20:07:00 1.169 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.167 2006/03/16 22:21:15 albertel Exp $ +# $Id: lonmenu.pm,v 1.169 2006/03/29 20:07:00 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -279,9 +279,9 @@ $groups Logo LON-CAPA -$form +$form @@ -1177,6 +1177,12 @@ function catalog_info() { function chat_win() { lonchat=window.open('/res/adm/pages/chatroom.html',"LONchat",'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no'); } + +function group_chat(group) { + var url = '/adm/groupchat?group='+group; + var winName = 'LONchat_'+group; + grpchat=window.open(url,winName,'height=320,width=280,resizable=yes,location=no,menubar=no,toolbar=no'); +} ENDUTILITY }