[LON-CAPA-cvs] cvs: loncom /interface loncommon.pm

felicia lon-capa-cvs-allow@mail.lon-capa.org
Mon, 04 Aug 2008 22:08:19 -0000


felicia		Mon Aug  4 18:08:19 2008 EDT

  Modified files:              
    /loncom/interface	loncommon.pm 
  Log:
  Added help link to Authoring_Output_Tag next to the Script Functions and Greek characters.  Authoring_Output_Tag explains <chem>, <algebra>, <num>, <m>, and more.
  
  
Index: loncom/interface/loncommon.pm
diff -u loncom/interface/loncommon.pm:1.672 loncom/interface/loncommon.pm:1.673
--- loncom/interface/loncommon.pm:1.672	Wed Jul 23 06:07:25 2008
+++ loncom/interface/loncommon.pm	Mon Aug  4 18:08:19 2008
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # a pile of common routines
 #
-# $Id: loncommon.pm,v 1.672 2008/07/23 10:07:25 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 @@
 	.'</td><td>'.
 	&Apache::loncommon::help_open_topic("Other_Symbols",&mt('Other Symbols'),
 					    undef,undef,600)
+	.'</td><td>'.
+	&Apache::loncommon::help_open_topic("Authoring_Output_Tags",&mt('Output Tags'),
+	                                    undef,undef,600)
 	.'</td></tr></table>';
 }