Revision 1043:8cfa9b743559 vendor/plugins/redmine_bibliography/app/views/publications/new

View differences:

vendor/plugins/redmine_bibliography/app/views/publications/new/_bibtex.html.erb
1
<%- remote_form_for @publication, :url =>  { :project_id  => @project, :action => :parse_bibtex }, :class => "tabular" do |f| -%>
2
  <div class="box tabular settings">
3
    <%= text_area_tag :bibtex_paste, "Please paste your bibtex entry here" , :class => "wiki", :style => 'width:90%' -%>
4
    <div style="clear:both"></div>
5
    <%= f.submit "Parse BibTex" %>
6
  </div>
7
<%- end -%>
vendor/plugins/redmine_bibliography/app/views/publications/new/_default.html.erb
1
<% form_for @publication, :url => { :project_id  => @project, :action => :create }, :class => "tabular" do |f| -%>
2
  <div class="box tabular settings">
3
    <%= render :partial => 'form', :locals => { :f => f }  %>
4
    <div style="clear:both"></div>
5
    <%= f.submit %>
6
  </div>
7
<%- end -%>

Also available in: Unified diff