Displaying 1 result from an estimated 1 matches for "dbright".
Did you mean:
bright
2006 Jun 22
0
sortable list doesn''t work on production server
...t;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/delete.png", :border => ''0''),
{:action => ''destroy'', :id => menu.id}, :confirm => ''Are you sure
you want to delete this menu item? You cannot undo this action!'' %>
<...