public
Description: OneBody is web-based software that connects community members, especially churches, on the web.
Homepage: http://beonebody.com
Clone URL: git://github.com/seven1m/onebody.git
Make State field larger (Ben Hudson).
Tim Morgan (author)
Wed Oct 15 17:20:53 -0700 2008
commit  4fb58ead0703a73fe5b377f79b29c83d7f5ba10d
tree    9ccd7017810afa51c95fbf94e0e393a789cbcaf5
parent  c4467ec2a55f07e158bdf457af26b3da202deafe
...
3
4
5
6
 
...
3
4
5
 
6
0
@@ -3,4 +3,4 @@
0
 <%= form.label :home_phone %>                    <%= form.phone_field :home_phone %><br/>
0
 <%= form.label :address1,  'Address' %>          <%= form.text_field :address1 %><br/>
0
 <%= form.label :address2,  'Address Line 2' %>   <%= form.text_field :address2 %><br/>
0
-<%= form.label :city,      'City, ST, Zip' %>    <%= form.text_field :city %>, <%= form.text_field :state, :size => 2 %>, <%= form.text_field :zip, :size => 11 %><br/>
0
+<%= form.label :city,      'City, ST, Zip' %>    <%= form.text_field :city %>, <%= form.text_field :state, :size => 4 %>, <%= form.text_field :zip, :size => 11 %><br/>

Comments