Extends custom field possible values textarea.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5005 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
8fb446e87f
commit
7257eabfc0
|
@ -61,7 +61,6 @@ function toggle_custom_field_format() {
|
|||
<%= f.text_field :max_length, :size => 5, :no_label => true %><br>(<%=l(:text_min_max_length_info)%>)</p>
|
||||
<p><%= f.text_field :regexp, :size => 50 %><br>(<%=l(:text_regexp_info)%>)</p>
|
||||
<p id="custom_field_possible_values"><%= f.text_area :possible_values, :value => @custom_field.possible_values.to_a.join("\n"),
|
||||
:cols => 20,
|
||||
:rows => 15 %>
|
||||
<br /><em><%= l(:text_custom_field_possible_values_info) %></em></p>
|
||||
<p><%= @custom_field.field_format == 'bool' ? f.check_box(:default_value) : f.text_field(:default_value) %></p>
|
||||
|
|
|
@ -368,6 +368,8 @@ ul.properties li span {font-style:italic;}
|
|||
|
||||
#workflow_copy_form select { width: 200px; }
|
||||
|
||||
textarea#custom_field_possible_values {width: 99%}
|
||||
|
||||
.pagination {font-size: 90%}
|
||||
p.pagination {margin-top:8px;}
|
||||
|
||||
|
|
Loading…
Reference in New Issue