--- loncom/interface/lonhelpmenu.pm 2006/07/14 17:44:11 1.30 +++ loncom/interface/lonhelpmenu.pm 2009/02/13 17:20:29 1.37 @@ -1,6 +1,8 @@ # The LearningOnline Network with CAPA # generate frame-based help system # +# $Id: lonhelpmenu.pm,v 1.37 2009/02/13 17:20:29 bisitz Exp $ +# # Copyright Michigan State University Board of Trustees # # This file is part of the LearningOnline Network with CAPA (LON-CAPA). @@ -141,10 +143,10 @@ SCRIPT_TWO 'only_body' => 1,}); $r->print($start_page); - my $width = ($stayOnPage) ? '700' : '600'; - + my $width = ($stayOnPage) ? '95%' : '600'; $r->print('
@@ -152,34 +154,35 @@ SCRIPT_TWO |