summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields/_form.rhtml
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-04 14:52:47 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-03-04 14:52:47 +0000
commit7257eabfc06acdbdb034ef86deda70909f2b59fc (patch)
treee4ba35c0570d96e2382dcbf6bce2f72c22bedfaf /app/views/custom_fields/_form.rhtml
parent8fb446e87fa5ea775c17ec19fa397077291d253a (diff)
downloadredmine-7257eabfc06acdbdb034ef86deda70909f2b59fc.tar.gz
redmine-7257eabfc06acdbdb034ef86deda70909f2b59fc.zip
Extends custom field possible values textarea.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5005 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/custom_fields/_form.rhtml')
-rw-r--r--app/views/custom_fields/_form.rhtml1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/custom_fields/_form.rhtml b/app/views/custom_fields/_form.rhtml
index a71df87aa..f2be42924 100644
--- a/app/views/custom_fields/_form.rhtml
+++ b/app/views/custom_fields/_form.rhtml
@@ -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>