--- loncom/interface/loncommon.pm 2013/01/18 12:58:42 1.1112 +++ loncom/interface/loncommon.pm 2013/01/23 15:23:19 1.1114 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.1112 2013/01/18 12:58:42 bisitz Exp $ +# $Id: loncommon.pm,v 1.1114 2013/01/23 15:23:19 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4981,7 +4981,7 @@ sub CSTR_pageheader { my $londocroot = $Apache::lonnet::perlvar{'lonDocRoot'}; my ($udom,$uname,$thisdisfn)= - ($trailfile =~ m{^\Q$londocroot\E/priv/([^/]+)/([^/]+)/(.*)$}); + ($trailfile =~ m{^\Q$londocroot\E/priv/([^/]+)/([^/]+)(?:|/(.*))$}); my $formaction = "/priv/$udom/$uname/$thisdisfn"; $formaction =~ s{/+}{/}g; @@ -5724,7 +5724,8 @@ table.LC_nested tr.LC_empty_row td { padding: 8px; } -table.LC_data_table tr.LC_empty_row td { +table.LC_data_table tr.LC_empty_row td, +table.LC_data_table tr.LC_footer_row td { background-color: $sidebg; }