--- loncom/interface/lonfeedback.pm 2011/12/11 19:17:54 1.309 +++ loncom/interface/lonfeedback.pm 2011/12/12 03:04:30 1.312 @@ -1,7 +1,7 @@ # The LearningOnline Network # Feedback # -# $Id: lonfeedback.pm,v 1.309 2011/12/11 19:17:54 www Exp $ +# $Id: lonfeedback.pm,v 1.312 2011/12/12 03:04:30 www Exp $ # # Copyright Michigan State University Board of Trustees # @@ -777,7 +777,7 @@ sub discussion_link { my $link='/adm/feedback?inhibitmenu=yes&modal=yes&'.$cmd.'='.&escape($ressymb).':::'.$item; if ($flag) { $link .= '&previous='.$prev; } if ($adds) { $link .= $adds; } - return &Apache::loncommon::modal_link($link,$linktext,600,400); + return &Apache::loncommon::modal_link($link,$linktext,600,600); } @@ -1654,7 +1654,7 @@ END $comment = &unescape($env{'form.comment'}); &process_attachments(\@currnewattach,\@currdelold,\@keepold); } - my $latexHelp=&Apache::loncommon::helpLatexCheatsheet(undef,undef,1); + my $latexHelp=&Apache::loncommon::helpLatexCheatsheet(undef,undef,1,($env{'form.modal'}?'popup':0)); my $send=&mt('Send'); my $alert = &mt('Please select a feedback type.'); my $js= <