Changeset 1498:6d67bea812f3 for admin/posts.php
- Timestamp:
- 08/20/13 16:32:39 (12 years ago)
- Branch:
- twig
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r1492 r1498 158 158 'multiple' => true))) 159 159 ->addFilter(new dcFilterRichCombo( 160 'category',__('Category'), __('Category'), 'cat_id', $categories_combo)) 160 'category',__('Category'), __('Category'), 'cat_id', $categories_combo,array( 161 'multiple' => true))) 161 162 ->addFilter(new dcFilterRichCombo( 162 163 'post_status',__('Status'), __('Status'), 'post_status', $status_combo)) … … 172 173 173 174 $lfetcher = new PostsFetcher($core); 174 $lposts = new dcItemList ($core,array('lposts','form-entries'),$filterSet,$lfetcher,'posts_actions.php'); 175 $lposts = new dcItemList ($core,array('lposts','form-entries'),$lfetcher,'posts_actions.php'); 176 $lposts->setFilterSet($filterSet); 175 177 $lposts->addTemplate('posts_cols.html.twig'); 176 178
Note: See TracChangeset
for help on using the changeset viewer.