Changeset 764:1f013109b32f for admin/comments.php
- Timestamp:
- 11/14/11 16:09:59 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/comments.php
r756 r764 47 47 48 48 # - Limit, sortby and order filter 49 $params = $comment_list->applyFilters($params);50 49 51 50 # Actions combo box … … 80 79 81 80 $core->callBehavior('adminCommentsFilters',$filterSet); 81 $filterSet->setExtra($comment_list); 82 82 83 83 $filterSet->setup($_GET,$_POST); … … 105 105 $core->error->add($e->getMessage()); 106 106 } 107 $filterSet->setExtraData($comment_list->getColumnsForm());108 107 109 108 /* DISPLAY … … 150 149 form::hidden(array('status'),$status). 151 150 form::hidden(array('ip'),preg_replace('/%/','%%',$ip)). 152 $comment_list->getFormFieldsAsHidden().153 151 '</div>'. 154 152
Note: See TracChangeset
for help on using the changeset viewer.