--- loncom/interface/lonconfigsettings.pm 2010/05/22 01:29:27 1.14 +++ loncom/interface/lonconfigsettings.pm 2010/07/17 20:02:07 1.15 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler to set domain-wide configuration settings # -# $Id: lonconfigsettings.pm,v 1.14 2010/05/22 01:29:27 raeburn Exp $ +# $Id: lonconfigsettings.pm,v 1.15 2010/07/17 20:02:07 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -251,6 +251,13 @@ sub display_settings { if (grep(/^\Q$item\E$/,@actions)) { push(@items,$item); if ($context eq 'domain') { + if ($item eq 'usersessions') { + $r->print(''."\n"); + } ($output{$item},$rowtotal{$item}) = &Apache::domainprefs::print_config_box($r,$dom,$confname, $phase,$item,$prefs->{$item},$values->{$item});