--- loncom/interface/slotrequest.pm 2025/03/20 15:46:05 1.149 +++ loncom/interface/slotrequest.pm 2025/03/20 17:59:20 1.150 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.149 2025/03/20 15:46:05 raeburn Exp $ +# $Id: slotrequest.pm,v 1.150 2025/03/20 17:59:20 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2331,8 +2331,8 @@ sub manage_reservations { $arrowstate = 'closed'; } $row .= ''.$spacers.''. + 'id="arrow'.$mapnum.'" '.'alt="arrow" onmouseover="this.style.cursor=\'pointer\'" tabindex="0" '. + 'onclick="'."toggleSlotMap('$mapnum','$rownum');".'" onkeydown="'."toggleSlotMap('$mapnum','$rownum');".'" />'. $icon.(' ' x6).''."\n"; if (ref($output{$currmap}) eq 'HASH') { my $formnum = $mapnum.'_'.$reservable+1;