phcmemberspro 6.5.2 → 6.5.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2148cc529fd973766629ebd13b9602a4e1c614fd
4
- data.tar.gz: 16b1086e9453f19d4ecfcbf66cb6a49e9b639bd1
3
+ metadata.gz: 566b39bee6db44710c70b1c14725a9181523212b
4
+ data.tar.gz: fbc6f54520f73a0a5ed6cdfd645eefc03937db44
5
5
  SHA512:
6
- metadata.gz: d652678cc1467ecb42b32027ef765f4efa349650dbea45b4b2cddab9dc7b0c4cfeba1efed2b5026bbc3e1ca77f7ad44a52bdc2b6c67050b0fd7b679194a27625
7
- data.tar.gz: 465c0edf53c2948584b733032e1262c84cde674251bf333951bc2a428c8f4c0683ec63db089691467a6f34bc7cce1a569a5892cfcfd9cbe91b90e1dff88ceb13
6
+ metadata.gz: e2fafffc3e01449c9801fc59cb4be45ba23aa0158dc95cceb51694fbecc9860076ab9c65e55edc7a0f308186d4eccae728abe730301665b5b292f3a96de78b25
7
+ data.tar.gz: 8b0460ba918352563e6bac7cb3e8a97db8b01a1425cd9b678d5a9866be58357ae2162bf98a75c0c1faa85b161ed2fae09ef27da99c15b51efb6605c08a9e50be
@@ -5,32 +5,32 @@
5
5
 
6
6
  <div class="form-group field_with_errors">
7
7
  <%= f.label :mbcompanyname, "Company Name" %>
8
- <%= f.text_field :mbcompanyname, class: "form-control", placeholder: "Business/Organization Name" %>
8
+ <%= f.text_field :mbcompanyname, class: "form-control", placeholder: "Business/Organization: Name" %>
9
9
  </div>
10
10
 
11
11
  <div class="form-group field_with_errors">
12
12
  <%= f.label :mbcontactname, "Contact Name" %>
13
- <%= f.text_field :mbcontactname, class: "form-control", placeholder: "Contact Name for Business" %>
13
+ <%= f.text_field :mbcontactname, class: "form-control", placeholder: "Business/Organization: Contact Person" %>
14
14
  </div>
15
15
 
16
16
  <div class="form-group field_with_errors">
17
17
  <%= f.label :mbaddressl1, "Address Line 1" %>
18
- <%= f.text_field :mbaddressl1, class: "form-control", placeholder: "Business Location: Street Address" %>
18
+ <%= f.text_field :mbaddressl1, class: "form-control", placeholder: "Location: Street Address" %>
19
19
  </div>
20
20
 
21
21
  <div class="form-group field_with_errors">
22
22
  <%= f.label :mbaddressl2, "Address Line 2" %>
23
- <%= f.text_field :mbaddressl2, class: "form-control", placeholder: "Business Location: Address Line 2" %>
23
+ <%= f.text_field :mbaddressl2, class: "form-control", placeholder: "Location: Box - Suite - Floor" %>
24
24
  </div>
25
25
 
26
26
  <div class="form-group field_with_errors">
27
27
  <%= f.label :mbcity, "City" %>
28
- <%= f.text_field :mbcity, class: "form-control", placeholder: "Business location: City" %>
28
+ <%= f.text_field :mbcity, class: "form-control", placeholder: "Location: City" %>
29
29
  </div>
30
30
 
31
31
  <div class="form-group field_with_errors">
32
- <%= f.label :mbprovince, "Province" %>
33
- <%= f.text_field :mbprovince, class: "form-control", placeholder: "Busines Location: Province" %>
32
+ <%= f.label :mbprovince, "Province/State" %>
33
+ <%= f.text_field :mbprovince, class: "form-control", placeholder: "Location: Province/State" %>
34
34
  </div>
35
35
 
36
36
  <div class="form-group field_with_errors">
@@ -40,22 +40,22 @@
40
40
 
41
41
  <div class="form-group field_with_errors">
42
42
  <%= f.label :mbpostalcode, "Postal Code" %><br>
43
- <%= f.text_field :mbpostalcode, class: "form-control", placeholder: "Business Location Postal Code" %>
43
+ <%= f.text_field :mbpostalcode, class: "form-control", placeholder: "Location: PostalCode" %>
44
44
  </div>
45
45
 
46
46
  <div class="form-group field_with_errors">
47
47
  <%= f.label :mbphone, "Business Phone Number" %>
48
- <%= f.text_field :mbphone, class: "form-control", placeholder: "Business Phone Number" %>
48
+ <%= f.text_field :mbphone, class: "form-control", placeholder: "Business/Organization: PhoneNumber (Public)" %>
49
49
  </div>
50
50
 
51
51
  <div class="form-group field_with_errors">
52
52
  <%= f.label :mbcontactemail, "Business General Email" %>
53
- <%= f.text_field :mbcontactemail, class: "form-control", placeholder: "Business Email Address" %>
53
+ <%= f.text_field :mbcontactemail, class: "form-control", placeholder: "Business/Organization: Email Address (Public)" %>
54
54
  </div>
55
55
 
56
56
  <div class="form-group field_with_errors">
57
57
  <%= f.label :mbwebsite, "Business Website" %>
58
- <%= f.text_field :mbwebsite, class: "form-control", placeholder: "Business Website" %>
58
+ <%= f.text_field :mbwebsite, class: "form-control", placeholder: "Business/Organization: Website (Public)" %>
59
59
  </div>
60
60
 
61
61
  <div class="actions">
@@ -5,32 +5,32 @@
5
5
 
6
6
  <div class="form-group field_with_errors">
7
7
  <%= f.label :mbcompanyname, "Company Name" %>
8
- <%= f.text_field :mbcompanyname, class: "form-control", placeholder: "Business/Organization Name" %>
8
+ <%= f.text_field :mbcompanyname, class: "form-control", placeholder: "Business/Organization: Name" %>
9
9
  </div>
10
10
 
11
11
  <div class="form-group field_with_errors">
12
12
  <%= f.label :mbcontactname, "Contact Name" %>
13
- <%= f.text_field :mbcontactname, class: "form-control", placeholder: "Contact Name for Business" %>
13
+ <%= f.text_field :mbcontactname, class: "form-control", placeholder: "Business/Organization: Contact Person" %>
14
14
  </div>
15
15
 
16
16
  <div class="form-group field_with_errors">
17
17
  <%= f.label :mbaddressl1, "Address Line 1" %>
18
- <%= f.text_field :mbaddressl1, class: "form-control", placeholder: "Business Location: Street Address" %>
18
+ <%= f.text_field :mbaddressl1, class: "form-control", placeholder: "Location: Street Address" %>
19
19
  </div>
20
20
 
21
21
  <div class="form-group field_with_errors">
22
22
  <%= f.label :mbaddressl2, "Address Line 2" %>
23
- <%= f.text_field :mbaddressl2, class: "form-control", placeholder: "Business Location: Address Line 2" %>
23
+ <%= f.text_field :mbaddressl2, class: "form-control", placeholder: "Location: Box - Suite - Floor" %>
24
24
  </div>
25
25
 
26
26
  <div class="form-group field_with_errors">
27
27
  <%= f.label :mbcity, "City" %>
28
- <%= f.text_field :mbcity, class: "form-control", placeholder: "Business location: City" %>
28
+ <%= f.text_field :mbcity, class: "form-control", placeholder: "Location: City" %>
29
29
  </div>
30
30
 
31
31
  <div class="form-group field_with_errors">
32
- <%= f.label :mbprovince, "Province" %>
33
- <%= f.text_field :mbprovince, class: "form-control", placeholder: "Busines Location: Province" %>
32
+ <%= f.label :mbprovince, "Province/State" %>
33
+ <%= f.text_field :mbprovince, class: "form-control", placeholder: "Location: Province/State" %>
34
34
  </div>
35
35
 
36
36
  <div class="form-group field_with_errors">
@@ -40,22 +40,22 @@
40
40
 
41
41
  <div class="form-group field_with_errors">
42
42
  <%= f.label :mbpostalcode, "Postal Code" %><br>
43
- <%= f.text_field :mbpostalcode, class: "form-control", placeholder: "Business Location Postal Code" %>
43
+ <%= f.text_field :mbpostalcode, class: "form-control", placeholder: "Location: PostalCode" %>
44
44
  </div>
45
45
 
46
46
  <div class="form-group field_with_errors">
47
47
  <%= f.label :mbphone, "Business Phone Number" %>
48
- <%= f.text_field :mbphone, class: "form-control", placeholder: "Business Phone Number" %>
48
+ <%= f.text_field :mbphone, class: "form-control", placeholder: "Business/Organization: PhoneNumber (Public)" %>
49
49
  </div>
50
50
 
51
51
  <div class="form-group field_with_errors">
52
52
  <%= f.label :mbcontactemail, "Business General Email" %>
53
- <%= f.text_field :mbcontactemail, class: "form-control", placeholder: "Business Email Address" %>
53
+ <%= f.text_field :mbcontactemail, class: "form-control", placeholder: "Business/Organization: Email Address (Public)" %>
54
54
  </div>
55
55
 
56
56
  <div class="form-group field_with_errors">
57
57
  <%= f.label :mbwebsite, "Business Website" %>
58
- <%= f.text_field :mbwebsite, class: "form-control", placeholder: "Business Website" %>
58
+ <%= f.text_field :mbwebsite, class: "form-control", placeholder: "Business/Organization: Website (Public)" %>
59
59
  </div>
60
60
 
61
61
  <div class="actions">
@@ -31,7 +31,7 @@
31
31
  </div>
32
32
  <div class="actions">
33
33
  <%= link_to new_members_main_business_path, class: "btn blue-chambray btn-circle" do %>
34
- <i class="fa fa-plus"></i> Add Another Business for <%= @members_main.mfirstname + ' ' + @members_main.mlastname %>
34
+ <i class="fa fa-plus"></i> Add A Business or Organization for <%= @members_main.mfirstname + ' ' + @members_main.mlastname %>
35
35
  <% end %>
36
36
  </div>
37
37
  </div>
@@ -1,6 +1,6 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Member Business Manager" %>
3
- <% phc_title_tagline "Add Another Business for for " + @members_main.mfirstname + " " + @members_main.mlastname %>
3
+ <% phc_title_tagline "Add a Business for for " + @members_main.mfirstname + " " + @members_main.mlastname %>
4
4
 
5
5
 
6
6
  <div class="page-bar">
@@ -4,20 +4,20 @@
4
4
  <%= render 'phcnotifi/validations', :object => @members_contact %>
5
5
 
6
6
  <div class="form-group field_with_errors">
7
- <label><%= f.label :mcaddressl1, "Mailing Address Line1" %></label>
8
- <%= f.text_field :mcaddressl1, class: "form-control", placeholder: "Mailing Street Address" %>
7
+ <label><%= f.label :mcaddressl1, "Address Line1" %></label>
8
+ <%= f.text_field :mcaddressl1, class: "form-control", placeholder: "Address Line 1 - Street Address" %>
9
9
  </div>
10
10
  <div class="form-group field_with_errors">
11
- <label><%= f.label :mcaddressl2, "Mailing Address Line2" %></label>
12
- <%= f.text_field :mcaddressl2, class: "form-control", placeholder: "Mailing Address POBox" %>
11
+ <label><%= f.label :mcaddressl2, "Address Line2" %></label>
12
+ <%= f.text_field :mcaddressl2, class: "form-control", placeholder: "Address Line 2 - Box - Suite - Floor" %>
13
13
  </div>
14
14
  <div class="form-group field_with_errors">
15
15
  <label><%= f.label :mccity, "City" %></label>
16
- <%= f.text_field :mccity, class: "form-control", placeholder: "Mailing City" %>
16
+ <%= f.text_field :mccity, class: "form-control", placeholder: "City" %>
17
17
  </div>
18
18
  <div class="form-group field_with_errors">
19
- <label><%= f.label :mcprovince, "Province or State" %></label>
20
- <%= f.text_field :mcprovince, class: "form-control", placeholder: "Mailing Province or State" %>
19
+ <label><%= f.label :mcprovince, "Province/State" %></label>
20
+ <%= f.text_field :mcprovince, class: "form-control", placeholder: "Province/State" %>
21
21
  </div>
22
22
  <div class="form-group field_with_errors">
23
23
  <label><%= f.label :mccountry, "Country" %></label>
@@ -25,11 +25,11 @@
25
25
  </div>
26
26
  <div class="form-group field_with_errors">
27
27
  <label><%= f.label :mcpostalcode, "PostalCode" %></label>
28
- <%= f.text_field :mcpostalcode, class: "form-control", placeholder: "Mailing PostalCode" %>
28
+ <%= f.text_field :mcpostalcode, class: "form-control", placeholder: "PostalCode" %>
29
29
  </div>
30
30
  <div class="form-group">
31
31
  <label><%= f.label :mctype, "Address Type" %></label>
32
- <%= f.select :mctype, [['Billing Address','Billing'],['Street Address','Street'],['Mailing Address','Mailing']], {}, :class => "form-control" %>
32
+ <%= f.select :mctype, [['Billing Address','Billing'],['Street Address','Street'],['Mailing Address','Mailing']], {}, class: "form-control" %>
33
33
  </div>
34
34
  <div class="actions">
35
35
  <%= f.submit "Submit", class: "btn blue-hoki" %>
@@ -4,20 +4,20 @@
4
4
  <%= render 'phcnotifi/validations', :object => @members_contact %>
5
5
 
6
6
  <div class="form-group field_with_errors">
7
- <label><%= f.label :mcaddressl1, "Mailing Address Line1" %></label>
8
- <%= f.text_field :mcaddressl1, class: "form-control", placeholder: "Mailing Street Address" %>
7
+ <label><%= f.label :mcaddressl1, "Address Line1" %></label>
8
+ <%= f.text_field :mcaddressl1, class: "form-control", placeholder: "Address Line 1 - Street Address" %>
9
9
  </div>
10
10
  <div class="form-group field_with_errors">
11
- <label><%= f.label :mcaddressl2, "Mailing Address Line2" %></label>
12
- <%= f.text_field :mcaddressl2, class: "form-control", placeholder: "Mailing Address POBox" %>
11
+ <label><%= f.label :mcaddressl2, "Address Line2" %></label>
12
+ <%= f.text_field :mcaddressl2, class: "form-control", placeholder: "Address Line 2 - Box - Suite - Floor" %>
13
13
  </div>
14
14
  <div class="form-group field_with_errors">
15
15
  <label><%= f.label :mccity, "City" %></label>
16
- <%= f.text_field :mccity, class: "form-control", placeholder: "Mailing City" %>
16
+ <%= f.text_field :mccity, class: "form-control", placeholder: "City" %>
17
17
  </div>
18
18
  <div class="form-group field_with_errors">
19
- <label><%= f.label :mcprovince, "Province or State" %></label>
20
- <%= f.text_field :mcprovince, class: "form-control", placeholder: "Mailing Province or State" %>
19
+ <label><%= f.label :mcprovince, "Province/State" %></label>
20
+ <%= f.text_field :mcprovince, class: "form-control", placeholder: "Province/State" %>
21
21
  </div>
22
22
  <div class="form-group field_with_errors">
23
23
  <label><%= f.label :mccountry, "Country" %></label>
@@ -25,7 +25,7 @@
25
25
  </div>
26
26
  <div class="form-group field_with_errors">
27
27
  <label><%= f.label :mcpostalcode, "PostalCode" %></label>
28
- <%= f.text_field :mcpostalcode, class: "form-control", placeholder: "Mailing PostalCode" %>
28
+ <%= f.text_field :mcpostalcode, class: "form-control", placeholder: "PostalCode" %>
29
29
  </div>
30
30
  <div class="form-group">
31
31
  <label><%= f.label :mctype, "Address Type" %></label>
@@ -24,7 +24,7 @@
24
24
  </div>
25
25
  <div class="form-group field_with_errors">
26
26
  <%= f.label :mnotes, "Member Notes (Private)" %>
27
- <%= f.text_area :mnotes, class: 'form-control', placeholder: 'Member Notes' %>
27
+ <%= f.text_area :mnotes, class: 'form-control', placeholder: 'Member Notes (Will Remain Private)' %>
28
28
  </div>
29
29
  <div class="actions">
30
30
  <%= f.submit "Submit", class: "btn blue-hoki" %>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "6.5.2"
2
+ VERSION = "6.5.3"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.5.2
4
+ version: 6.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-06-07 00:00:00.000000000 Z
11
+ date: 2016-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails