Fix issue #1410, remove cancel button in messages conversation

This commit is contained in:
Jan-Christoph Borchardt 2011-07-20 11:20:18 +02:00
parent e5c8ebf6e2
commit 5d998a8e93
2 changed files with 0 additions and 2 deletions

View file

@ -29,5 +29,4 @@
= form_for [conversation, Message.new] do |message|
= message.text_area :text, :rows => 5, :tabindex => 1
.right
= message.submit t('cancel'), :name => "reset", :id => "reset_button", :type => "reset", :class => "button", :tabindex => 3
= message.submit t('.reply').capitalize, :class => 'button creation', :tabindex => 2

View file

@ -50,5 +50,4 @@
.clearfix
.bottom_submit_section
= submit_tag t('cancel'), :class => 'button', :type => :reset, :rel => "close", :confirm => t('.abandon_changes')
= conversation.submit t('.send'), :disable_with => t('shared.publisher.posting'), :class => 'button creation'