Subversion Repositories VORC

Rev

Rev 234 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 234 Rev 242
Line 44... Line 44...
44
  start_time  => [qw(StartTime    20    text      )],
44
  start_time  => [qw(StartTime    20    text      )],
45
  end_time    => [qw(EndTime      25    text       )],
45
  end_time    => [qw(EndTime      25    text       )],
46
  time        => [qw(Time         30    text      default )],
46
  time        => [qw(Time         30    text      default )],
47
  location    => [qw(Track        35    select    default )],
47
  location    => [qw(Track        35    select    default )],
48
  level       => [qw(Level        37    select    default )],
48
  level       => [qw(Level        37    select    default )],
49
  coach       => [qw(Coach        40    select    default )],
49
#  coach       => [qw(Coach        40    select    default )],
-
 
50
  coach       => [qw(Coach        40    text    default )],
50
  assistant   => [qw(Assistant    41    select     )]
51
  assistant   => [qw(Assistant    41    select     )]
51
);
52
);
Line 52... Line 53...
52
 
53
 
53
if ($LVL >= RollerCon::ADMIN) {
54
if ($LVL >= RollerCon::ADMIN) {