--- loncom/interface/loncommon.pm 2008/07/14 10:16:11 1.671 +++ loncom/interface/loncommon.pm 2008/08/04 22:08:19 1.673 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # a pile of common routines # -# $Id: loncommon.pm,v 1.671 2008/07/14 10:16:11 raeburn Exp $ +# $Id: loncommon.pm,v 1.673 2008/08/04 22:08:19 felicia Exp $ # # Copyright Michigan State University Board of Trustees # @@ -904,6 +904,9 @@ sub helpLatexCheatsheet { .''. &Apache::loncommon::help_open_topic("Other_Symbols",&mt('Other Symbols'), undef,undef,600) + .''. + &Apache::loncommon::help_open_topic("Authoring_Output_Tags",&mt('Output Tags'), + undef,undef,600) .''; } @@ -913,6 +916,8 @@ sub general_help { $helptopic='Authoring_Intro'; } elsif ($env{'request.role'}=~/^cc/) { $helptopic='Course_Coordination_Intro'; + } elsif ($env{'request.role'}=~/^dc/) { + $helptopic='Domain_Coordination_Intro'; } return $helptopic; }