Diff for /loncom/interface/lonmenu.pm between versions 1.94 and 1.96

version 1.94, 2003/09/23 01:55:41 version 1.96, 2003/10/24 21:04:21
Line 203  sub registerurl { Line 203  sub registerurl {
     }      }
 # Graphical display after login only  # Graphical display after login only
     if ($Apache::lonxml::registered && !$forcereg) { return ''; }      if ($Apache::lonxml::registered && !$forcereg) { return ''; }
     $result.=&innerregister($forcereg,$target);      if ($target ne 'edit') {
    $result.=&innerregister($forcereg,$target);
       }
     return $result.$force_title;      return $result.$force_title;
 }  }
   
Line 351  s&2&3&forw.gif&forward&&gopost('/adm/fli Line 353  s&2&3&forw.gif&forward&&gopost('/adm/fli
 c&6&3  c&6&3
 c&8&1  c&8&1
 c&8&2  c&8&2
   s&8&3&prt.gif&prepare&printout&gopost('/adm/printout',currentURL)&Prepare a printable document
 s&9&1&sbkm.gif&set&bookmark&set_bookmark()&Set a bookmark for this resource&2  s&9&1&sbkm.gif&set&bookmark&set_bookmark()&Set a bookmark for this resource&2
 s&9&3&anot.gif&anno-&tations&annotate()&Make notes and annotations about this resource&2  s&9&3&anot.gif&anno-&tations&annotate()&Make notes and annotations about this resource&2
 ENDMENUITEMS  ENDMENUITEMS

Removed from v.1.94  
changed lines
  Added in v.1.96


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>