[LON-CAPA-cvs] cvs: loncom /homework structuretags.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sat, 03 Jul 2004 20:52:19 -0000


albertel		Sat Jul  3 16:52:19 2004 EDT

  Modified files:              
    /loncom/homework	structuretags.pm 
  Log:
  - revamp help links
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.259 loncom/homework/structuretags.pm:1.260
--- loncom/homework/structuretags.pm:1.259	Fri Jul  2 04:14:41 2004
+++ loncom/homework/structuretags.pm	Sat Jul  3 16:52:19 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.259 2004/07/02 08:14:41 albertel Exp $
+# $Id: structuretags.pm,v 1.260 2004/07/03 20:52:19 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -191,10 +191,8 @@
        <input type="submit" name="Undo" accesskey="u" value="'.&mt('undo').'" /> <hr />
        <input type="submit" name="submit" accesskey="s" value="'.&mt('Submit Changes and Edit').'" />
        <input type="submit" name="submit" accesskey="v" value="'.&mt('Submit Changes and View').'" /><table><tr><td>'.
-       &Apache::loncommon::help_open_topic('Problem_Editor_XML_Index',
-					   'Problem Editing Help').'</td><td>'.
-       &Apache::loncommon::help_open_faq(5).
-       &Apache::loncommon::help_open_bug('Authoring').'</td></tr></table>'.
+       &Apache::loncommon::help_open_menu('','Problem Editing Help','Problem_Editor_XML_Index','',5,'Authoring',undef,undef,undef,'Problem Editing Help')
+       .'</td></tr></table>'.
        '<table border="0"><tr><td bgcolor="#DDDDDD">';
 }