_index_buttons.rhtml 359 Bytes
<% button_bar do %>
  <%= button :'text-plain', _('User list as [CSV]'), :action => :download, :format => 'csv' %>
  <%= button :'text-html', _('User list as [XML]'), :action => :download, :format => 'xml' %>
  <%= button :send, _('Send e-mail to all users'), :action => 'send_mail' %>
  <%= button :back, _('Back'), :controller => 'admin_panel' %>
<% end %>