Subversion Repositories ORC

Rev

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

Rev 11 Rev 21
Line 51... Line 51...
51
	track					 => [qw(Track       25    select    default )],
51
	track					 => [qw(Track       25    select    default )],
52
	teams					 => [qw(Teams       30    text      default )],
52
	teams					 => [qw(Teams       30    text      default )],
53
	level					 => [qw(Level       35    select    default )],
53
	level					 => [qw(Level       35    select    default )],
54
	restrictions   => [qw(Rs          40    select            )],
54
	restrictions   => [qw(Rs          40    select            )],
55
	gtype					 => [qw(Type        45    select    default )],
55
	gtype					 => [qw(Type        45    select    default )],
-
 
56
	signup				 => [qw(SignUp      46    select            )],
56
	notes  				 => [qw(Notes       50    text              )],
57
	notes  				 => [qw(Notes       50    text              )],
57
	role					 => [qw(Role        55    select            )],
58
	role					 => [qw(Role        55    select            )],
58
	tla						 => [qw(TLA         60    select    default )],
59
	tla						 => [qw(TLA         60    select    default )],
59
	name					 => [qw(Position    65    text              )],
60
	name					 => [qw(Position    65    text              )],
60
	type					 => [qw(Class       70    select    default )],
61
	type					 => [qw(Class       70    select    default )],
Line 93... Line 94...
93
        minute => 0,
94
        minute => 0,
94
        second => 0,
95
        second => 0,
95
        time_zone => 'America/Los_Angeles'
96
        time_zone => 'America/Los_Angeles'
96
  );
97
  );
Line 97... Line 98...
97
 
98
 
98
 	if (($t->{RCid} == $RCid and $t->{gtype} !~ /^selected/ and $now < $cutoff) or ($t->{derby_name} and ($user->{department}->{"ANN"} >= 2 or $LVL >= 5))) {
99
 	if (($t->{RCid} == $RCid and $t->{signup} ne "selected" and $now < $cutoff) or ($t->{derby_name} and ($user->{department}->{"ANN"} >= 2 or $LVL >= 5))) {
99
 		# DROP
100
 		# DROP
100
 		$t->{derby_name} = "$t->{derby_name} <A HREF='#' onClick=\"window.open('make_shift_change.pl?change=del&RCid=$t->{RCid}&id=$t->{id}&role=$t->{role}','Confirm Shift Change','resizable,height=260,width=370'); return false;\">[DROP]</a>";
101
 		$t->{derby_name} = "$t->{derby_name} <A HREF='#' onClick=\"window.open('make_shift_change.pl?change=del&RCid=$t->{RCid}&id=$t->{id}&role=$t->{role}','Confirm Shift Change','resizable,height=260,width=370'); return false;\">[DROP]</a>";
101
 		if ($user->{department}->{"ANN"} >= 2 or $LVL > 4) {
102
 		if ($user->{department}->{"ANN"} >= 2 or $LVL > 4) {
102
 		  # NO SHOW
103
 		  # NO SHOW