Changeset 441 for veekun/trunk/lib
- Timestamp:
- 05/27/08 02:37:10 (22 months ago)
- Location:
- veekun/trunk/lib/Vee/Controller/Dex
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
veekun/trunk/lib/Vee/Controller/Dex/Search.pm
r406 r441 59 59 evo_stage => { type => 'checkbox', options => ['base', 'final'] }, 60 60 61 view => { type => 'select', options => [[ list => 'boring list' ], [ icons => "small compact icons" ], [ sprites => "sprites" ], [ table => "detailed table" ]], title => 'Select how you want the results displayed' },61 view => { type => 'select', options => [[ list => 'boring list' ], [ icons => "small compact icons" ], [ sprites => "sprites" ], [ table => "detailed table" ]], default => 'table', title => 'Select how you want the results displayed' }, 62 62 sort => { type => 'select', options => [[ id => 'National ID' ], [ name => 'Name' ], [ height => 'Height' ], [ weight => 'Weight' ], ( map { [ $StatColumns[$_] => $StatNames[$_] ] } 0 .. $#StatColumns ), [ stat_avg => 'Average stats' ] ], default => 'name', title => 'Select how you want the results ordered' }, 63 63 sort_desc => { type => 'checkbox', title => 'Check this for descending order' }, -
veekun/trunk/lib/Vee/Controller/Dex/Utils.pm
r433 r441 258 258 move => { type => 'text', count => 1, class => 'js-dexsuggest js-dexsuggest-move', }, 259 259 260 detail_level => { type => 'radio', options => [1..3], value=> 1, },260 detail_level => { type => 'radio', options => [1..3], default => 1, }, 261 261 }; 262 262
