Changeset 504:218a2726906d for admin
- Timestamp:
- 07/04/11 09:43:43 (14 years ago)
- Branch:
- formfilters
- Children:
- 506:f97697c66830, 508:7dbb15fcd538
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r460 r504 161 161 'category',__('Category'), 'cat_id', $categories_combo)) 162 162 ->addFilter(new comboFilter( 163 'post_status',__('Status'), 'post_status', $status_combo ,array('singleval' => 1)))163 'post_status',__('Status'), 'post_status', $status_combo)) 164 164 ->addFilter(new booleanFilter( 165 165 'post_selected',__('The post :'), 'post_selected', $selected_combo))
Note: See TracChangeset
for help on using the changeset viewer.