- Timestamp:
- 07/12/09 00:49:47 (8 months ago)
- Files:
-
- 1 modified
-
veekun/trunk/lib/Vee/Controller/Dex/Search.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/Controller/Dex/Search.pm
r459 r517 301 301 pokemon => { type => 'text', count => 6, class => 'js-dexsuggest js-dexsuggest-pokemon', title => 'Enter Pokemon that must be able to learn the move' }, 302 302 move_method => { type => 'checkbox', options => { level => 'Level up', machine => 'TM or HM', egg => 'Egg', tutor => 'Move Tutor' }, title => 'Select ways the Pokemon may learn the move' }, 303 move_version=> { type => 'checkbox', options => [ map { [ $_ => $Icons{$_} ] } qw/rb y gs c rusa frlg e dp / ], title => 'Select ways the Pokemon may learn the move' },303 move_version=> { type => 'checkbox', options => [ map { [ $_ => $Icons{$_} ] } qw/rb y gs c rusa frlg e dp pt/ ], title => 'Select ways the Pokemon may learn the move' }, 304 304 305 305 view => { type => 'select', options => [[ list => 'boring list' ], [ table => 'detailed table' ], [ contest => 'contest table' ]], title => 'Select how you want the results displayed' },
