Changeset 441 for veekun/trunk/lib/Vee/Controller/Dex/Search.pm
- Timestamp:
- 05/27/08 02:37:10 (18 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
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' },
