Changeset 2136:a36fb0e8fd09 for admin/posts.php
- Timestamp:
- 09/28/13 10:21:40 (12 years ago)
- Branch:
- Ticket #1548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/posts.php
r2135 r2136 212 212 /* DISPLAY 213 213 -------------------------------------------------------- */ 214 215 $form_filter_title = __('Filter users list and display options'); 214 216 $starting_script = dcPage::jsLoad('js/_posts_list.js'); 215 217 $starting_script .= dcPage::jsLoad('js/filter-controls.js'); … … 222 224 "//]]>". 223 225 "</script>"; 224 225 $form_filter_title = __('Filter users list and display options');226 226 227 227 dcPage::open(__('Entries'),$starting_script,
Note: See TracChangeset
for help on using the changeset viewer.