Sha256: 569087ee4209c3535ab24f4903d7e3ec37e5be3226a8bb7eda0298b2fdafbc79
Contents?: true
Size: 741 Bytes
Versions: 1
Compression:
Stored size: 741 Bytes
Contents
<%= error_messages_for :inquiry_setting %> <% form_for [:admin, @inquiry_setting] do |f| %> <p> Every time someone contacts you on your website, Refinery sends out an email to say there is a new inquiry. </p> <div class='field'> <%= f.label :value, 'Send notifications to' %> <%= f.text_field :value, :class => "larger", :style => 'width: 954px' %> <p> Enter an email address above. Want the notification to go to more than one person? Enter multiple email addresses separated by commas.<br/> E.g. me@domain.com, friend@msn.com, workmate@work.com </p> </div> <%= render :partial => "/shared/admin/form_actions", :locals => {:f => f, :continue_editing => false, :cancel_url => admin_inquiries_url} %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
refinerycms-0.9.5.13 | vendor/plugins/inquiries/app/views/admin/inquiry_settings/_notification_recipients_form.html.erb |