HomeHelpTrac

Ignore:
Timestamp:
01/20/09 05:17:52 (3 years ago)
Author:
Alexander Ermashev
Message:

List of changes

  • Correct the per_page_step condition into "inc/classes/BxDolPaginate.php";
  • Set up the per page step into "templates/scripts/classes/BxBaseBrowse.php";
  • Change the greet.php (add the code that send message also into member's site personal mailbox );
  • Fix member's actions window size into mailbox ;
  • add new sql query into "periodic/cmd.php" that will delete all trashed messages ;
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/templates/base/scripts/BxBaseBrowse.php

    r8612 r8652  
    190190                // init some variables ; 
    191191 
    192                 $sSexSection     = null; 
     192                $sSexSection    = null; 
    193193                $aCurrentArray  = null; 
    194                 $sExtendedCss     = null; 
     194                $sExtendedCss   = null; 
    195195 
    196196                $aUsedTemplates = array 
     
    898898                array 
    899899                ( 
    900                     'page_url'     => $sRequest, 
    901                     'count'         => $iTotalNum, 
    902                     'per_page'     => $iPerPage, 
     900                    'page_url'   => $sRequest, 
     901                    'count'      => $iTotalNum, 
     902                    'per_page'   => $iPerPage, 
    903903                    'sorting'    => $this -> aDisplaySettings['sort'], 
    904904 
    905                     'page'         => $iCurPage, 
    906                     'per_page_changer'     => false, 
    907                     'page_reloader'         => true, 
     905                    'page'               => $iCurPage, 
     906                    'per_page_changer'   => false, 
     907                    'page_reloader'      => true, 
    908908                    'on_change_page'     => null, 
    909909                    'on_change_per_page' => null, 
     910 
     911                    'per_page_step'      => ( $this -> aDisplaySettings['mode'] == 'extended' ) ? 5 : 16, 
    910912                ) 
    911913            ); 
Note: See TracChangeset for help on using the changeset viewer.