Dotclear


Ignore:
Timestamp:
11/17/13 20:25:53 (12 years ago)
Author:
franck <carnet.franck.paul@…>
Branch:
2.6
Children:
2567:6c11245cbf04, 2568:61c67a7d17fa
Message:

Add some people in CREDITS, remove trailing spaces and tabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/posts.php

    r2312 r2566  
    5555          array( 
    5656               new formSelectOption('-',''), 
    57                new formSelectOption(__('(No cat)'),'NULL')),           
     57               new formSelectOption(__('(No cat)'),'NULL')), 
    5858          dcAdminCombos::getCategoriesCombo($categories,false) 
    5959     ); 
     
    6464          } 
    6565     } 
    66       
     66 
    6767     $status_combo = array_merge( 
    6868          array('-' => ''), 
    69           dcAdminCombos::getPostStatusesCombo()    
    70      ); 
    71       
     69          dcAdminCombos::getPostStatusesCombo() 
     70     ); 
     71 
    7272     $selected_combo = array( 
    7373     '-' => '', 
     
    7575     __('Not selected') => '0' 
    7676     ); 
    77       
     77 
    7878     $attachment_combo = array( 
    7979     '-' => '', 
     
    8787          dcAdminCombos::getDatesCombo($dates) 
    8888     ); 
    89       
     89 
    9090     $lang_combo = array_merge( 
    9191          array('-' => ''), 
    92           dcAdminCombos::getLangsCombo($langs,false)    
    93      ); 
    94       
     92          dcAdminCombos::getLangsCombo($langs,false) 
     93     ); 
     94 
    9595     $sortby_combo = array( 
    9696     __('Date') => 'post_dt', 
     
    103103     __('Number of trackbacks') => 'nb_trackback' 
    104104     ); 
    105       
     105 
    106106     $order_combo = array( 
    107107     __('Descending') => 'desc', 
     
    210210          $order='desc'; 
    211211     } 
    212       
     212 
    213213     if ($sortby != 'post_dt' || $order != 'desc') { 
    214214          $show_filters = true; 
     
    272272     form::combo('status',$status_combo,$status).'</p> '. 
    273273     '</div>'. 
    274       
     274 
    275275     '<div class="cell filters-sibling-cell">'. 
    276276     '<p><label for="selected" class="ib">'.__('Selected:').'</label> '. 
     
    283283     form::combo('lang',$lang_combo,$lang).'</p> '. 
    284284     '</div>'. 
    285       
     285 
    286286     '<div class="cell filters-options">'. 
    287287     '<h4>'.__('Display options').'</h4>'. 
     
    299299     '<br class="clear" /></p>'. //Opera sucks 
    300300     '</form>'; 
    301       
     301 
    302302     # Show posts 
    303303     $post_list->display($page,$nb_per_page, 
    304304     '<form action="posts.php" method="post" id="form-entries">'. 
    305       
     305 
    306306     '%s'. 
    307       
     307 
    308308     '<div class="two-cols">'. 
    309309     '<p class="col checkboxes-helpers"></p>'. 
    310       
     310 
    311311     '<p class="col right"><label for="action" class="classic">'.__('Selected entries action:').'</label> '. 
    312312     form::combo('action',$posts_actions_page->getCombo()). 
     
    332332dcPage::helpBlock('core_posts'); 
    333333dcPage::close(); 
    334  
    335 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map