Changeset 417:876968254009 for admin
- Timestamp:
- 06/27/11 11:09:30 (14 years ago)
- Branch:
- formfilters
- Location:
- admin
- Files:
-
- 2 edited
-
js/filters.js (modified) (1 diff)
-
posts.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
admin/js/filters.js
r226 r417 1 1 $(function() { 2 2 $('#toggle-filters').click(function(e) { 3 $('#filters').toggle ('slow');3 $('#filters').toggleClass('hidden'); 4 4 }); 5 5 }); -
admin/posts.php
r276 r417 157 157 $filterSet 158 158 ->addFilter(new comboFilter( 159 'users',__('Author'), 'user ', $users_combo))159 'users',__('Author'), 'user_id', $users_combo)) 160 160 ->addFilter(new comboFilter( 161 161 'category',__('Category'), 'cat_id', $categories_combo)) … … 214 214 '<p class="col checkboxes-helpers"></p>'. 215 215 216 '<p class="col right">< label for="action" class="classic">'.__('Selected entries action:').'</label> '.216 '<p class="col right"><span class="filter-title">'.__('Selected entries action:').'</span> '. 217 217 form::combo('action',$combo_action). 218 218 '<input type="submit" value="'.__('ok').'" /></p>'.
Note: See TracChangeset
for help on using the changeset viewer.
