稍该国际化
This commit is contained in:
parent
832e075d58
commit
765c9fd6e8
|
@ -20,7 +20,7 @@
|
|||
<div id="query_form_content" class="hide-when-print">
|
||||
<fieldset id="filters" style="width:650px;" class="collapsible <%= @query.new_record? ? "" : "collapsed" %>">
|
||||
<legend onclick="toggleFieldset(this);">
|
||||
<%= l(:label_filter_plural) %>
|
||||
<%= l(:label_issue_query_condition) %>
|
||||
</legend>
|
||||
<div style="<%= @query.new_record? ? "" : "display: none;" %>">
|
||||
<%= render :partial => 'queries/filters', :locals => {:query => @query} %>
|
||||
|
@ -54,8 +54,8 @@
|
|||
</div>
|
||||
<p class="buttons hide-when-print">
|
||||
|
||||
<%= link_to_function l(:button_apply), 'submit_query_form("query_form")', :class => 'icon icon-checked' %>
|
||||
<%= link_to l(:button_clear), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload' %>
|
||||
<%= link_to_function l(:label_issue_query), 'submit_query_form("query_form")', :class => 'icon icon-checked' %>
|
||||
<%= link_to l(:label_issue_cancel_query), { :set_filter => 1, :project_id => @project }, :class => 'icon icon-reload' %>
|
||||
</p>
|
||||
<% end %>
|
||||
|
||||
|
|
|
@ -1314,5 +1314,6 @@ en:
|
|||
label_sort_by_active: sorting by active
|
||||
label_sort_by_influence: sorting by influence
|
||||
label_bids_published: published
|
||||
label_bids_published_ago: ago label_welcome_trustie: Trustie forge
|
||||
label_bids_published_ago: ago
|
||||
label_welcome_trustie: Trustie forge
|
||||
label_welcome_trustie_description: a socialized collaboration platform for project management,software development and software crowdsourcing for creative university students and entrepreneurs.
|
||||
|
|
Loading…
Reference in New Issue