diff app/views/custom_fields/.svn/text-base/_form.rhtml.svn-base @ 37:94944d00e43c

* Update to SVN trunk rev 4411
author Chris Cannam <chris.cannam@soundsoftware.ac.uk>
date Fri, 19 Nov 2010 13:24:41 +0000
parents 513646585e45
children cbce1fd3b1b7
line wrap: on
line diff
--- a/app/views/custom_fields/.svn/text-base/_form.rhtml.svn-base	Fri Sep 24 14:06:04 2010 +0100
+++ b/app/views/custom_fields/.svn/text-base/_form.rhtml.svn-base	Fri Nov 19 13:24:41 2010 +0000
@@ -86,10 +86,12 @@
     
 <% when "UserCustomField" %>
     <p><%= f.check_box :is_required %></p>
+    <p><%= f.check_box :visible %></p>
     <p><%= f.check_box :editable %></p>
 
 <% when "ProjectCustomField" %>
     <p><%= f.check_box :is_required %></p>
+    <p><%= f.check_box :visible %></p>
     <p><%= f.check_box :searchable %></p>
 
 <% when "TimeEntryCustomField" %>