Update merge.html.erb
This commit is contained in:
parent
99038553dc
commit
962e9276d6
|
@ -18,17 +18,17 @@ function change_mode(){
|
|||
</script>
|
||||
<nobr>
|
||||
<form method="get" action='?' name='mode_form'>
|
||||
<%= '嚴格比較模式'+':' %>
|
||||
<%= t('strict_compare_mode') +':' %>
|
||||
<input type='hidden' name='mode' value=''>
|
||||
<% if params['mode']!='simple' %>
|
||||
<input type="checkbox" onchange='change_mode()' checked><span>是</span>
|
||||
<input type="checkbox" onchange='change_mode()' checked><span><%= t('yes_') %></span>
|
||||
<% else %>
|
||||
<input type="checkbox" onchange='change_mode()'><span>否</span>
|
||||
<input type="checkbox" onchange='change_mode()'><span><%= t('no_') %></span>
|
||||
<% end %>
|
||||
<button type="button" onclick="merge_form.submit()"><%= t('personal_journal.merge') %></button>
|
||||
</form>
|
||||
</nobr>
|
||||
<form method="get" action='?' name='merge_form'>
|
||||
<form method="post" action='/admin/journal_papers/merge_process' name='merge_form'>
|
||||
<table class="table main-list">
|
||||
<thead>
|
||||
<tr>
|
||||
|
@ -40,7 +40,7 @@ function change_mode(){
|
|||
<th><%= t('personal_journal.paper_type') %></th>
|
||||
<th><%= t('personal_journal.publication_date') %></th>
|
||||
<% end %>
|
||||
<th><%= t("personal_plugins.merge") %></th>
|
||||
<th><%= t("personal_journal.merge") %></th>
|
||||
<th><%= t("personal_plugins.author") %></th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
|
Loading…
Reference in New Issue