';
if ($switchwarning) {
$output .= $switchwarning.'
';
if (&show_course()) {
@@ -19079,7 +19088,7 @@ sub check_release_result {
&mt('Switch Server').
'';
}
- $output .= '
--- loncom/interface/loncommon.pm 2025/02/21 20:55:17 1.1462 +++ loncom/interface/loncommon.pm 2025/02/26 23:04:40 1.1466 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1462 2025/02/21 20:55:17 raeburn Exp $ +# $Id: loncommon.pm,v 1.1466 2025/02/26 23:04:40 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -9360,7 +9360,7 @@ pre.LC_wordwrap { /* styles used for response display */ -div.LC_radiofoil, div.LC_rankfoil, div.LC_optionfoil, div.LC_matchfoil { +div.LC_radiofoil, div.LC_rankfoil, div.LC_optionfoil, div.LC_matchfoil, div.LC_login_links { margin: .5em 0em .5em 0em; } table.LC_itemgroup { @@ -10889,6 +10889,11 @@ sub simple_error_page { return; } + sub set_data_table_count { + my ($count) = @_; + unshift(@row_count,$count); + } + sub start_data_table { my ($add_class,$id) = @_; my $css_class = (join(' ','LC_data_table',$add_class)); @@ -10936,7 +10941,11 @@ sub simple_error_page { } sub start_data_table_header_row { - return '
'; + '
';
if ($switchwarning) {
$output .= $switchwarning.'
';
if (&show_course()) {
@@ -19079,7 +19088,7 @@ sub check_release_result {
&mt('Switch Server').
'';
}
- $output .= '