[LON-CAPA-cvs] cvs: rat / lonratedt.pm loncom/interface londocs.pm

albertel lon-capa-cvs@mail.lon-capa.org
Sun, 04 Jul 2004 05:43:13 -0000


albertel		Sun Jul  4 01:43:13 2004 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
    /rat	lonratedt.pm 
  Log:
  - more replacements
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.133 loncom/interface/londocs.pm:1.134
--- loncom/interface/londocs.pm:1.133	Thu Jul  1 20:59:55 2004
+++ loncom/interface/londocs.pm	Sun Jul  4 01:43:12 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.133 2004/07/02 00:59:55 www Exp $
+# $Id: londocs.pm,v 1.134 2004/07/04 05:43:12 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -1224,8 +1224,7 @@
   $r->print('</head>'.
             &Apache::loncommon::bodytag('Course Documents','',$events,
 					'','',$showdoc).
-	    &Apache::loncommon::help_open_faq(273).
-	    &Apache::loncommon::help_open_bug('RAT'));
+	    &Apache::loncommon::help_open_menu('','','','',273,'RAT'));
   unless ($showdoc) {
 # -----------------------------------------------------------------------------
        my %lt=&Apache::lonlocal::texthash(
Index: rat/lonratedt.pm
diff -u rat/lonratedt.pm:1.58 rat/lonratedt.pm:1.59
--- rat/lonratedt.pm:1.58	Mon Apr 26 13:50:37 2004
+++ rat/lonratedt.pm	Sun Jul  4 01:43:12 2004
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Edit Handler for RAT Maps
 #
-# $Id: lonratedt.pm,v 1.58 2004/04/26 17:50:37 www Exp $
+# $Id: lonratedt.pm,v 1.59 2004/07/04 05:43:12 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -974,9 +974,7 @@
 # ----------------------------------------------------- Start simple RAT screen
    my $editscript=&editscript('simple');
    my $bodytag=&Apache::loncommon::bodytag(undef,undef,undef,1).
-       &Apache::loncommon::help_open_topic('Sequence_Simple_Editor_Creation').
-       &Apache::loncommon::help_open_faq(6).
-       &Apache::loncommon::help_open_bug('RAT');
+       &Apache::loncommon::help_open_menu('','Sequence_Simple_Editor_Creation','Sequence_Simple_Editor_Creation','',6,'RAT');
    my %lt=&Apache::lonlocal::texthash(
 				      'sa' => 'Save',
 				      'nt' => 'New Title',
@@ -1132,8 +1130,7 @@
     my ($r,$url,$adv,$errtext)=@_;
     $r->print('<html>'.
      &Apache::loncommon::bodytag('Edit Content of a Map').
-	      &Apache::loncommon::help_open_faq(6).
-	      &Apache::loncommon::help_open_bug('RAT').
+	      &Apache::loncommon::help_open_menu('','','','',6,'RAT').
 	      &buttons($adv));
     if ($errtext) {
 	$r->print($errtext.'<hr />');