| 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 95... |
Line 96... |
| 95 |
minute => 0,
|
96 |
minute => 0,
|
| 96 |
second => 0,
|
97 |
second => 0,
|
| 97 |
time_zone => 'America/Los_Angeles'
|
98 |
time_zone => 'America/Los_Angeles'
|
| 98 |
);
|
99 |
);
|
| Line 99... |
Line 100... |
| 99 |
|
100 |
|
| 100 |
if (($t->{RCid} == $RCid and $t->{gtype} ne "selected staffing" and $now < $cutoff) or ($t->{derby_name} and ($user->{department}->{"OFF"} >= 2 or $LVL >= 5))) {
|
101 |
if (($t->{RCid} == $RCid and $t->{signup} ne "selected" and $now < $cutoff) or ($t->{derby_name} and ($user->{department}->{"OFF"} >= 2 or $LVL >= 5))) {
|
| 101 |
# DROP
|
102 |
# DROP
|
| 102 |
$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>";
|
103 |
$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>";
|
| 103 |
if ($user->{department}->{"OFF"} >= 2) {
|
104 |
if ($user->{department}->{"OFF"} >= 2) {
|
| 104 |
# NO SHOW
|
105 |
# NO SHOW
|