Index: branches/RC/kernel/admin_templates/users/users_list.tpl =================================================================== diff -u -N -r10028 -r11029 --- branches/RC/kernel/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 10028) +++ branches/RC/kernel/admin_templates/users/users_list.tpl (.../users_list.tpl) (revision 11029) @@ -57,6 +57,13 @@ } ) ); + a_toolbar.AddButton( new ToolBarButton('export', '', function() { + std_csv_export('u', 'Default', 'export/export_progress'); + } + ) ); + + a_toolbar.AddButton( new ToolBarSeparator('sep3') ); + a_toolbar.AddButton( new ToolBarButton('view', '', function() { show_viewmenu(a_toolbar,'view'); }