changed the translations
This commit is contained in:
parent
af0dfede24
commit
b53e1797e7
|
@ -38,7 +38,7 @@
|
|||
<form id="analysis-form" action="/admin/journal_papers/analysis_report" class="form-horizontal main-forms">
|
||||
<div class="input-area">
|
||||
<div class="control-group input-title">
|
||||
<label class="control-label muted"><%= t("personal_journal.year") %> : </label>
|
||||
<label class="control-label muted"><%= t("personal_conference.year") %> : </label>
|
||||
<div class="controls">
|
||||
<%= select_year(DateTime.now.year - 5, {:start_year => DateTime.now.year, :end_year => 1950}, {:name => 'start_year', :class => "span1"} ) %>
|
||||
-
|
||||
|
@ -46,11 +46,11 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="control-group input-title">
|
||||
<label class="control-label muted"><%= t("personal_journal.graph_by") %> : </label>
|
||||
<label class="control-label muted"><%= t("personal_conference.graph_by") %> : </label>
|
||||
<div class="controls">
|
||||
<%= t("personal_journal.paper_type") %> <input type="radio" name="graph_by" class="graph-type" value="paper_type">
|
||||
<%= t("personal_journal.level_type") %> <input type="radio" name="graph_by" class="graph-type" value="level_type">
|
||||
<%= t("personal_journal.author_type") %> <input data-fv-validation="required;" data-fv-messages="Please select atleast one.;" type="radio" name="graph_by" class="graph-type" value="author_type">
|
||||
<%= t("personal_conference.paper_type") %> <input type="radio" name="graph_by" class="graph-type" value="paper_type">
|
||||
<%= t("personal_conference.level_type") %> <input type="radio" name="graph_by" class="graph-type" value="level_type">
|
||||
<%= t("personal_conference.author_type") %> <input data-fv-validation="required;" data-fv-messages="Please select atleast one.;" type="radio" name="graph_by" class="graph-type" value="author_type">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue