Sha256: e1faad1915f1c5ddca7c59f941dfcf35152d2ebddf4380708566fce3457f4ee4

Contents?: true

Size: 543 Bytes

Versions: 4

Compression:

Stored size: 543 Bytes

Contents

<%=	javascript_include_tag "citero_engine" %>
<div class="inner_form_dialog">
	<form id="<%= @id %>" action="<%= @push_to.url %>" method="<%= @push_to.method %>" class="external_form" enctype="<%= @push_to.enctype %>">
		<h2>Push to <%= @push_to.name.capitalize %></h2>
		<div class="formError">
		<%= @error || flash[:error] %>
		</div>
		<fieldset>
			<legend><%= @legend %></legend>
			<%= raw build_external_form %>
			<div class="section">
				<%= submit_tag "Push to #{@push_to.name.capitalize}"%>
			</div>
		</fieldset>
	</form>
</div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
citero_engine-3.0.0.beta app/views/citero_engine/cite/_external_form.html.erb
citero_engine-3.0.0.alpha3 app/views/citero_engine/cite/_external_form.html.erb
citero_engine-3.0.0.alpha2 app/views/citero_engine/cite/_external_form.html.erb
citero_engine-3.0.0.alpha app/views/citero_engine/cite/_external_form.html.erb