Sha256: 1e3b89dca7e1e93e94f02da2fc61b3a341f80cd0b14a46440acbf0172e7febc2

Contents?: true

Size: 444 Bytes

Versions: 17

Compression:

Stored size: 444 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"><%= f.button( _('save'), :class => 'button') %></td>
		</tr>
	</table>
<% end %>

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
alchemy_cms-2.0.7 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.6.1 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.5 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.4 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.3.1 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.1.beta1 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.3 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.2 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.1 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.rc6 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.rc5 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.rc4 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.rc3 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.rc2 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.rc1 app/views/admin/attachments/edit.html.erb
alchemy_cms-2.0.pre5 app/views/admin/attachments/edit.html.erb