Add "disable-with" to most edit forms (should fix #2264)
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
<%= f.input :to_name, :label => "To" %>
|
||||
<%= f.input :title, :as => :string %>
|
||||
<%= dtext_field "dmail", "body" %>
|
||||
<%= f.button :submit, "Send" %>
|
||||
<%= f.button :submit, "Send", :data => { :disable_with => "Sending..." } %>
|
||||
<%= dtext_preview_button "dmail", "body" %>
|
||||
<% end %>
|
||||
|
||||
Reference in New Issue
Block a user