Changeset 1396
- Timestamp:
- 02/22/08 02:07:46 (17 months ago)
- Files:
-
- 1 modified
-
branches/release-30/lib/MT/App/CMS.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/release-30/lib/MT/App/CMS.pm
r1395 r1396 2297 2297 } 2298 2298 else { 2299 my %default = %{ $app->config->DefaultEntryPrefs }; 2300 if ( lc( $default{type} ) ne 'default' ) { 2301 $prefs = 'Advanced'; 2302 } 2303 elsif ( lc( $default{type} ) eq 'custom' ) { 2299 if ( lc( $default{type} ) eq 'custom' ) { 2304 2300 my %map = ( 2305 2301 Category => 'category', … … 2317 2313 $prefs = join ',', @p; 2318 2314 $prefs ||= 'Custom'; 2315 } 2316 elsif ( lc( $default{type} ) ne 'default' ) { 2317 $prefs = 'Advanced'; 2319 2318 } 2320 2319 $default{button} = 'Bottom' if lc( $default{button} ) eq 'below';
