public
Description: This contains various plugins for Feather
Clone URL: git://github.com/eldiablo/feather-plugins.git
Click here to lend your support to: feather-plugins and make a donation at www.pledgie.com !
Woops - whenever you re-edited the settings page, the from_email would be
inserted into the to_email box!
fujin (author)
Thu Jul 03 21:54:58 -0700 2008
commit  efc3be5c56ad2a5de78fdb1471663f222eadbc6b
tree    c7a328e90371d63553ccbe25cd75ba98363893dc
parent  1f52e62c4dc6aa9b157979d24b74abb8145e386f
...
47
48
49
50
 
51
52
53
54
 
...
47
48
49
 
50
51
52
 
53
54
0
@@ -47,7 +47,7 @@
0
   
0
   <p id="to_email_display" style="display: <%= @comment_setting.email_notification ? 'block' : 'none' %>;">
0
     <span class="mock_label">To e-mail address</span>
0
- <%= text_control :to_email, :value => @comment_setting.from_email %>
0
+ <%= text_control :to_email, :value => @comment_setting.to_email %>
0
   </p>
0
   <%= submit_button 'Save Settings' %> or <%= link_to 'Cancel', url(:admin_comment_settings) %>
0
-<% end %>
0
\ No newline at end of file
0
+<% end %>

Comments

    No one has commented yet.