Show More
Commit Description:
- panel the main page...
Commit Description:
- panel the main page - bootstrapize user_admin
File last commit:
Show/Diff file:
Action:
app/views/user_admin/mass_mailing.html.haml | 19 lines | 459 B | text/x-haml | HamlLexer |
%h1 Send mass e-mails
= form_tag :action => 'bulk_mail' do
%b List recipients' login below; one per line.
%br/
= text_area_tag 'login_list', nil, :rows => 7, :cols => 80
%br/
%b Subject:
= text_field_tag 'subject', '', :size => 60
%br/
%b Email body:
%br/
= text_area_tag 'email_body', nil, :rows => 11, :cols => 80
%br/
= submit_tag "Send mails", :confirm => 'Are you sure?'
%hr/
= link_to '[go back to index]', :action => 'index'