--- loncom/interface/loncommon.pm 2008/12/11 18:46:14 1.692.2.3 +++ loncom/interface/loncommon.pm 2008/12/18 17:30:36 1.692.2.6 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.692.2.3 2008/12/11 18:46:14 raeburn Exp $ +# $Id: loncommon.pm,v 1.692.2.6 2008/12/18 17:30:36 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -4669,6 +4669,10 @@ td.LC_menubuttons_img { font-size: smaller; } +.LC_mail_functions { + font-weight: bold; +} + table.LC_aboutme_port { border: 0px; border-collapse: collapse; @@ -5482,6 +5486,11 @@ fieldset#LC_mainmenu_fieldset { margin:0px 10px 10px 0px; } + +div.LC_createcourse { + margin: 10px 10px 10px 10px; +} + END } @@ -9479,6 +9488,11 @@ sub init_user_environment { } } + foreach my $tool ('aboutme','blog','portfolio') { + $userenv{'availabletools.'.$tool} = + &Apache::lonnet::usertools_access($username,$domain,$tool,'reload'); + } + $env{'user.environment'} = "$lonids/$cookie.id"; if (tie(my %disk_env,'GDBM_File',"$lonids/$cookie.id",