Changeset 228:60c89f303f41 for admin/posts.php
- Timestamp:
- 05/09/11 13:55:42 (14 years ago)
- Branch:
- formfilters
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r225 r228 167 167 'lang',__('Lang'), 'post_lang', $lang_combo)) 168 168 ->addFilter(new monthComboFilter( 169 'month',__('Month'), 'post_month', $dt_m_combo,array('singleval' => 1))) 170 ->addFilter(new valueFilter( 171 'title',__('Title contains'),"post_title",25,100)); 169 'month',__('Month'), 'post_month', $dt_m_combo,array('singleval' => 1))); 172 170 $filterSet->setValues($_GET); 173 171
Note: See TracChangeset
for help on using the changeset viewer.