summaryrefslogtreecommitdiffstats
path: root/app/views/custom_fields
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-02 20:07:37 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2012-02-02 20:07:37 +0000
commite4ef0b04efabc0abc489ef0157aaaedace0ed26a (patch)
treee03dfee7e56b6c50c5eb0e1c28847a12f43d5dfb /app/views/custom_fields
parentb47c5af0b83e76158900a338aba7712363d6d9a9 (diff)
downloadredmine-e4ef0b04efabc0abc489ef0157aaaedace0ed26a.tar.gz
redmine-e4ef0b04efabc0abc489ef0157aaaedace0ed26a.zip
Adds specific css class for information in forms.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8754 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app/views/custom_fields')
-rw-r--r--app/views/custom_fields/_form.html.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/custom_fields/_form.html.erb b/app/views/custom_fields/_form.html.erb
index d09653b04..84f08457e 100644
--- a/app/views/custom_fields/_form.html.erb
+++ b/app/views/custom_fields/_form.html.erb
@@ -78,7 +78,7 @@ function toggle_custom_field_format() {
<p><%= f.text_field :regexp, :size => 50 %><br />(<%=l(:text_regexp_info)%>)</p>
<p>
<%= f.text_area :possible_values, :value => @custom_field.possible_values.to_a.join("\n"), :rows => 15 %>
- <br /><em><%= l(:text_custom_field_possible_values_info) %></em>
+ <em class="info"><%= 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>
<%= call_hook(:view_custom_fields_form_upper_box, :custom_field => @custom_field, :form => f) %>