Sha256: 9107c9202b7087622068fbbfc389f16cf0cc6037adb6683aae97e65db94f8d3e

Contents?: true

Size: 402 Bytes

Versions: 17

Compression:

Stored size: 402 Bytes

Contents

  

  <%=form_for @menu_item,:url => spud_admin_menu_menu_item_path(:id => @menu_item.id),:html=>{:class=>"right_aligned_form"} do |f|%>
    <%=render :partial => "form",:locals => {:f => f}%>
    <fieldset class="submit"><%=f.submit%> or <%=link_to "cancel",request.referer%></fieldset>
  <%end%>

  <script type="text/javascript">
  	$('input[type=submit],.close_dialog').button();
  	
  </script>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
spud_cms-0.7.2 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.7.1 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.7.0 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.8 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.7 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.6 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.5 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.4 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.3 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.4.0 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.7 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.6 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.4 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.3 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.2 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.1 app/views/spud/admin/menu_items/edit.html.erb
spud_cms-0.3.0 app/views/spud/admin/menu_items/edit.html.erb