Changeset 1319

Show
Ignore:
Timestamp:
01/22/08 07:42:40 (7 months ago)
Author:
auno
Message:

Fixed default listing rows value. BugzID:66603

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/release-29/lib/MT/App/CMS.pm

    r1317 r1319  
    42434243    my $d = $app->config->DefaultListPrefs || {}; 
    42444244    my %default = ( 
    4245         Rows       => 20
     4245        Rows       => 25
    42464246        Format     => 'Compact', 
    42474247        SortOrder  => 'Ascend',      # Ascend|Descend 
     
    42644264    else { 
    42654265        $list_pref = { 
    4266             rows  => $default{Rows}       || 20
     4266            rows  => $default{Rows}       || 25
    42674267            view  => $default{Format}     || 'compact', 
    42684268            bar   => $default{Button}     || 'above',