Subversion Repositories VORC

Rev

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

Rev 196 Rev 222
Line 113... Line 113...
113
    
113
    
114
    @options = map { $FORM{"filter-RCid"} eq $_ ?
114
    @options = map { $FORM{"filter-RCid"} eq $_ ?
115
                       ( $h->option ({ selected=>[] }, $_) ) :
115
                       ( $h->option ({ selected=>[] }, $_) ) :
Line -... Line 116...
-
 
116
                       ( $h->option (                  $_) )  } @options;
116
                       ( $h->option (                  $_) )  } @options;
117
    
117
    
118
    my $autoload = param ("autoload") // 1;
118
    return $FORM{autoload} ? $h->select ({ name=>"filter-RCid", onChange=>"page.value = 1; submit();" }, [@options]) : $h->select ({ name=>"filter-RCid" }, [$h->option (), @options]);
119
    return $autoload ? $h->select ({ name=>"filter-RCid", onChange=>"page.value = 1; submit();" }, [@options]) : $h->select ({ name=>"filter-RCid" }, [$h->option (), @options]);
Line 119... Line 120...
119
  }
120
  }
120
}
121
}