]> source.dussan.org Git - redmine.git/commitdiff
Extends custom field possible values textarea.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 4 Mar 2011 14:52:47 +0000 (14:52 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 4 Mar 2011 14:52:47 +0000 (14:52 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5005 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/views/custom_fields/_form.rhtml
public/stylesheets/application.css

index a71df87aad127ad4f82e279c080776ece4479077..f2be4292495eea6071e9ee73c730cff80bb8158e 100644 (file)
@@ -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>
index 911c7c8ef210de62a925d75bf855dc2159f61da0..68506845941ec278aa717aec4db39ec4c08cf665 100644 (file)
@@ -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;}