search for: order_edit

Displaying 1 result from an estimated 1 matches for "order_edit".

Did you mean: order_dir
2006 Jul 24
2
BIG JS limit? Using replace_html with partials containing JS
...;> <%=render :partial=>''order_new'' %> </div> <h1>Ordered products</h1> <div id="order_lines_part"> <p>Please finalise the order information first...</p> </div> -------------------------------------------- And... order_edit.rhtml ------------------------------------------- <h2>Order id: <%=@order.id %></h2> <div id="order_message"><%=@order_message%></div> <%= form_remote_tag :update=>''order_part'', :url=> { :id=>@order.id...