From a6b6a0da3477719e0109ad6175b16f04d37b2550 Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Tue, 10 Aug 2010 16:17:03 +1200 Subject: Better settings, update notified has a form but doesn't yet work. Created script files but not using them yet. --- .../blog/settings/notification_recipients.html.erb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/views/admin/blog/settings/notification_recipients.html.erb (limited to 'app/views/admin/blog/settings') diff --git a/app/views/admin/blog/settings/notification_recipients.html.erb b/app/views/admin/blog/settings/notification_recipients.html.erb new file mode 100644 index 0000000..ea36af1 --- /dev/null +++ b/app/views/admin/blog/settings/notification_recipients.html.erb @@ -0,0 +1,24 @@ +<% form_tag do %> + +
+ + <%= label_tag :recipients, t('.value') %> + + <%= text_field_tag :recipients, @recipients, :class => "larger widest" %> +
+ +

+ <%= t('.hint') %> +

+

+ <%= t('.example') %> +

+ + <%= render :partial => "/shared/admin/form_actions", + :locals => { + :f => nil, + :continue_editing => false, + :cancel_url => admin_blog_posts_url, + :hide_delete => true + } %> +<% end %> -- cgit v1.2.3