Subversion Repositories VORC

Rev

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

Rev 80 Rev 85
Line 128... Line 128...
128
	  return $full;
128
	  return $full;
129
  }
129
  }
Line 130... Line 130...
130
  
130
  
131
	$t->{available} .= " Open";	
131
	$t->{available} .= " Open";	
-
 
132
  $t->{available} .= " | ".$droplink unless !$t->{signedup};
-
 
133
  if (findConflict ($ORCUSER->{RCid}, $t->{id}, "class")) {
132
  $t->{available} .= " | ".$droplink unless !$t->{signedup};
134
    $t->{available} .= " | [schedule conflict]";
133
	if (signUpEligible ($ORCUSER, $t, "class")) {
135
  } elsif (signUpEligible ($ORCUSER, $t, "class")) {
134
		# SIGN UP
136
		# SIGN UP
135
		$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]");
136
	}
138
	}
137
	if ($LVL > 4 or $user->{department}->{VCI} >= 2) {
139
	if ($LVL > 4 or $user->{department}->{VCI} >= 2) {