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/comments.php

    r2498 r2566  
    119119          $order = 'desc'; 
    120120     } 
    121       
     121 
    122122     if ($sortby != 'comment_dt' || $order != 'desc') { 
    123123          $show_filters = true; 
     
    186186          unset($_SESSION['comments_del_spam']); 
    187187     } 
    188       
     188 
    189189     $spam_count = $core->blog->getComments(array('comment_status'=>-2),true)->f(0); 
    190190     if ($spam_count > 0) { 
    191            
    192           echo  
     191 
     192          echo 
    193193               '<form action="comments.php" method="post" class="fieldset">'; 
    194194 
     
    202202               } 
    203203          } 
    204            
     204 
    205205          echo 
    206206               '<p class="no-margin">'. 
     
    213213          echo '</form>'; 
    214214     } 
    215       
     215 
    216216     echo 
    217217     '<form action="comments.php" method="get" id="filters-form">'. 
     
    226226     form::combo('status',$status_combo,$status).'</p>'. 
    227227     '</div>'. 
    228       
     228 
    229229     '<div class="cell filters-sibling-cell">'. 
    230230     '<p><label for="author" class="ib">'.__('Author:').'</label> '. 
     
    233233     form::field('ip',20,39,html::escapeHTML($ip)).'</p>'. 
    234234     '</div>'. 
    235       
     235 
    236236     '<div class="cell filters-options">'. 
    237237     '<h4>'.__('Display options').'</h4>'. 
     
    244244     __('comments per page').'</label></p>'. 
    245245     '</div>'. 
    246       
     246 
    247247     '</div>'. 
    248248     '<p><input type="submit" value="'.__('Apply filters and display options').'" />'. 
    249249     '<br class="clear" /></p>'. //Opera sucks 
    250250     '</form>'; 
    251       
     251 
    252252     # Show comments 
    253253     $comment_list->display($page,$nb_per_page, 
    254254     '<form action="comments.php" method="post" id="form-comments">'. 
    255       
     255 
    256256     '%s'. 
    257       
     257 
    258258     '<div class="two-cols">'. 
    259259     '<p class="col checkboxes-helpers"></p>'. 
    260       
     260 
    261261     '<p class="col right"><label for="action" class="classic">'.__('Selected comments action:').'</label> '. 
    262262     form::combo('action',$comments_actions_page->getCombo(),$default,'','','','title="'.__('Actions').'"'). 
     
    272272     form::hidden(array('nb'),$nb_per_page). 
    273273     '</div>'. 
    274       
     274 
    275275     '</form>', 
    276276     $show_filters 
     
    280280dcPage::helpBlock('core_comments'); 
    281281dcPage::close(); 
    282 ?> 
Note: See TracChangeset for help on using the changeset viewer.

Sites map