--- loncom/interface/lonmenu.pm 2016/03/15 14:25:26 1.440 +++ loncom/interface/lonmenu.pm 2016/10/16 21:49:51 1.455 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Routines to control the menu # -# $Id: lonmenu.pm,v 1.440 2016/03/15 14:25:26 raeburn Exp $ +# $Id: lonmenu.pm,v 1.455 2016/10/16 21:49:51 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -124,9 +124,13 @@ dropdown list when mouse hovers over top (no hover psuedo class) via LC_hoverable class for
$lt{'preamble'} $lt{$type}
+ $lt{'miss'}$lt{'proctor'}
- @@ -1667,22 +1777,31 @@ sub done_button_js { END - } else { - if ($height !~ /^\d+$/) { - $height = 320; + } else { + if ($height !~ /^\d+$/) { + $height = 320; + if ($missing) { + $height += 60; } - if ($width !~ /^\d+$/) { - $width = 320; + } + if ($width !~ /^\d+$/) { + $width = 320; + if ($missing) { + $width += 60; } - return <';
+ }
+ return < $lt{'preamble'} $lt{$type} $lt{'okdone'} $lt{'cancel'} $lt{'preamble'} $lt{$type} $lt{'miss'} $lt{'okdone'} $lt{'cancel'}