Sha256: 5bd38080dfaa0a38f36ca9bf7ac47c2fece427e088a039c87f143f7459d29ac6

Contents?: true

Size: 404 Bytes

Versions: 17

Compression:

Stored size: 404 Bytes

Contents

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

  <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/pages/edit.html.erb
spud_cms-0.7.1 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.7.0 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.8 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.7 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.6 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.5 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.4 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.3 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.4.0 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.7 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.6 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.4 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.3 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.2 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.1 app/views/spud/admin/pages/edit.html.erb
spud_cms-0.3.0 app/views/spud/admin/pages/edit.html.erb