Implemented fancy box for ajax forms. Refactored articles modul.
This commit is contained in:
parent
0decbb36e1
commit
9388e918a7
36 changed files with 490 additions and 157 deletions
7
app/views/articles/_destroy_active_article.haml
Normal file
7
app/views/articles/_destroy_active_article.haml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
%tr.edit_inline{:id=> "edit_"+@article.id.to_s}
|
||||
%td{:colspan=>"10"}
|
||||
=h @article.name
|
||||
wird in laufenden Bestellungen verwendet und kann nicht gelöscht werden.
|
||||
Bitte zuerst den Artikel aus den Bestellungen
|
||||
= link_to "entfernen", :controller => 'orders', :action => 'edit', :id => @order
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue