foodsoft/app/views/finance/_editArticleResult.haml

8 lines
293 B
Plaintext
Raw Normal View History

2009-01-06 11:49:19 +01:00
%h2
Bearbeiten von
= @article.name
- remote_form_for 'order_article_result', @article, :url => {:action => 'updateArticleResult', :id => @article }, |
:before => "Element.show('loader')", :success => "Element.hide('loader')" do |@form| |
= render :partial => "articleResultForm"