Sha256: 8939a8fe74e7ea5c191e59c5f4f8e82ccdd24ab6c20eea8219cfcf2120ff4202

Contents?: true

Size: 446 Bytes

Versions: 3

Compression:

Stored size: 446 Bytes

Contents

<%= form_for([:admin, @attachment], :url => {:action => :update, :query => params[:query], :page => params[:page]}) do |f| -%>
	<table>
		<tr>
			<td class="label"><%= f.label( 'name', _('name'), :class => "short") %></td>
			<td class="input"><%= f.text_field( 'name', :class => 'thin_border very_long') %></td>
		</tr>
		<tr>
			<td></td>
			<td class="submit"><%= submit_tag( _('save'), :class => 'button') %></td>
		</tr>
	</table>
<% end %>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
alchemy_cms-2.0.pre4 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.pre3 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.pre2 app/views/admin/attachments/edit.html.erb