Dotclear


Ignore:
Timestamp:
11/14/11 16:09:59 (14 years ago)
Author:
Dsls <dsls@…>
Branch:
formfilters
Message:

Next step in formfilters : columns now work, sorting still broken...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comments.php

    r756 r764  
    4747 
    4848# - Limit, sortby and order filter 
    49 $params = $comment_list->applyFilters($params); 
    5049 
    5150# Actions combo box 
     
    8079           
    8180$core->callBehavior('adminCommentsFilters',$filterSet); 
     81$filterSet->setExtra($comment_list); 
    8282 
    8383$filterSet->setup($_GET,$_POST); 
     
    105105     $core->error->add($e->getMessage()); 
    106106} 
    107 $filterSet->setExtraData($comment_list->getColumnsForm()); 
    108107 
    109108/* DISPLAY 
     
    150149     form::hidden(array('status'),$status). 
    151150     form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). 
    152      $comment_list->getFormFieldsAsHidden(). 
    153151     '</div>'. 
    154152      
Note: See TracChangeset for help on using the changeset viewer.

Sites map