Changeset 2136:a36fb0e8fd09 for admin/users.php
- Timestamp:
- 09/28/13 10:21:40 (12 years ago)
- Branch:
- Ticket #1548
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
admin/users.php
r2135 r2136 89 89 /* DISPLAY 90 90 -------------------------------------------------------- */ 91 92 $form_filter_title = __('Filter users list and display options'); 91 93 $starting_script = dcPage::jsLoad('js/_users.js'); 92 94 $starting_script .= dcPage::jsLoad('js/filter-controls.js'); … … 99 101 "//]]>". 100 102 "</script>"; 101 102 $form_filter_title = __('Filter users list and display options');103 103 104 104 dcPage::open(__('Users'),$starting_script,
Note: See TracChangeset
for help on using the changeset viewer.