Diff for /loncom/interface/lonmenu.pm between versions 1.369.2.83.2.14 and 1.369.2.83.2.15

version 1.369.2.83.2.14, 2024/01/02 03:46:06 version 1.369.2.83.2.15, 2024/01/02 08:55:01
Line 2208  sub switch { Line 2208  sub switch {
         } else {          } else {
             $inlineremote[$idx] =              $inlineremote[$idx] =
        '<a title="'.$desc.'" class="LC_menubuttons_link" href="javascript:'.$act.';">'.$pic.         '<a title="'.$desc.'" class="LC_menubuttons_link" href="javascript:'.$act.';">'.$pic.
        '<span class="LC_menubuttons_inline_text">'.$top.'&nbsp;</span></a>';         '<span class="LC_menubuttons_inline_text">'.$top.'&nbsp;</span></a>'.$form;
         }          }
     }      }
     return '';      return '';

Removed from v.1.369.2.83.2.14  
changed lines
  Added in v.1.369.2.83.2.15


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