Subversion Repositories VORC

Rev

Rev 85 | Rev 95 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 85 Rev 87
Line 129... Line 129...
129
  }
129
  }
Line 130... Line 130...
130
  
130
  
131
	$t->{available} .= " Open";	
131
	$t->{available} .= " Open";	
132
  $t->{available} .= " | ".$droplink unless !$t->{signedup};
132
  $t->{available} .= " | ".$droplink unless !$t->{signedup};
133
  if (findConflict ($ORCUSER->{RCid}, $t->{id}, "class")) {
133
  if (findConflict ($ORCUSER->{RCid}, $t->{id}, "class")) {
134
    $t->{available} .= " | [schedule conflict]";
134
    $t->{available} .= " | *schedule conflict*" unless $t->{signedup};
135
  } elsif (signUpEligible ($ORCUSER, $t, "class")) {
135
  } elsif (signUpEligible ($ORCUSER, $t, "class")) {
136
		# SIGN UP
136
		# SIGN UP
137
		$t->{available} .= " | ".$h->a ({ onClick=>"event.stopPropagation(); window.open('make_shift_change.pl?change=add&RCid=$RCid&id=$classkey','Confirm Class Change','resizable,height=260,width=370'); return false;" }, "[SIGN UP]");
137
		$t->{available} .= " | ".$h->a ({ onClick=>"event.stopPropagation(); window.open('make_shift_change.pl?change=add&RCid=$RCid&id=$classkey','Confirm Class Change','resizable,height=260,width=370'); return false;" }, "[SIGN UP]");
138
	}
138
	}