Displaying 1 result from an estimated 1 matches for "dbleft".
Did you mean:
bleft
2006 Jun 22
0
sortable list doesn''t work on production server
...39;].index(menu_item.id.to_s) + 1
menu_item.save
end
render :nothing => true
end
This my view:
<ul id="menu-list">
<% @navigation.each do |menu| %>
<li id="item_<%= menu.id %>">
<div id="dragbox">
<div class="dbleft"><%= link_to image_tag("/images/go.png", :border =>
''0''), :action => ''edit'', :id => menu.id %><b><%= menu.name %></b></div>
<div class="dbright">
<%= link_to image_tag("/images/d...