phcmemberspro 2.2.8 → 3.0.0

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: 8cfbfd0aa41c76ce1938c53a1f93cd356804e7dd
4
- data.tar.gz: e602790408c298a0cc950e347380b6d277986cdb
3
+ metadata.gz: d84398eff180e5cabd02b2e6e4cdeefdceabae1e
4
+ data.tar.gz: 4d2e6585aab3392dc5652538c1607669c614a187
5
5
  SHA512:
6
- metadata.gz: 01c70f3421d82c4b8b1d3eb6d2191a235bcdc58b2682def00be53e53aa2992851a136562698b0fc5d472fcee03e5a7f4e5696d895746191f28ccc98fad70b0b9
7
- data.tar.gz: 2c7215c2da2985b32ea13642df73093ffd854fae00c1c825524c3d045eacc2c8382eeb186694e222283bda6fdfd890f467a6b9a7a760de03b0e4f4c1f2aa8c56
6
+ metadata.gz: 0ff1fde390f5c48aafe46cd6b5b8a3b71ff4c3b63ba827ddd6423a3cc3bd8dd7cbeb708e58dd01e7548c7358d059b9bd82e3c0d259f6d14940e95394623c7fa9
7
+ data.tar.gz: 39672b4dd0ba99461bb656495173e7a9a16c8fc92d8a83274c03a735bc849ba1ccef6ad69ce1742555077bb1d81d354be956e1616ea6d873c2dc4cdf64bbbd21
@@ -7,7 +7,7 @@ module Phcmemberspro
7
7
  end
8
8
 
9
9
  # Translate Country Code to Name
10
- def country_name
10
+ def members_contact
11
11
  country = ISO3166::Country[mccountry]
12
12
  country.translations[I18n.locale.to_s] || country.name
13
13
  end
@@ -7,7 +7,7 @@ module Phcmemberspro
7
7
  end
8
8
 
9
9
  # Translate Country Code to Name
10
- def country_name
10
+ def members_listing
11
11
  country = ISO3166::Country[mlcountry]
12
12
  country.translations[I18n.locale.to_s] || country.name
13
13
  end
@@ -24,7 +24,7 @@
24
24
  <div class="panel-body">
25
25
  <%= render 'layouts/phcnotifi/components/notifications' %>
26
26
  <div class="table-responsive">
27
- <table class="table table-hover table-striped nomargin">
27
+ <table class="table table-hover table-striped table-bordered">
28
28
  <thead>
29
29
  <tr>
30
30
  <th>Category Name</th>
@@ -23,7 +23,7 @@
23
23
  <div class="panel-body">
24
24
  <%= render 'layouts/phcnotifi/components/notifications' %>
25
25
  <div class="table-responsive">
26
- <table class="table table-hover table-striped nomargin">
26
+ <table class="table table-hover table-striped table-bordered">
27
27
  <tbody>
28
28
  <% @directory_catlists.each do |directory_catlists| %>
29
29
  <tr>
@@ -37,7 +37,7 @@
37
37
  </div>
38
38
  <div class="form-group field_with_errors">
39
39
  <label><%= f.label :mcphone, "Contact Phone" %></label>
40
- <%= f.text_field :mcphone, class: "form-control masked", placeholder: "Contact Phone Number", data: {format: '(999) 999-999999', placeholder: 'x'} %>
40
+ <%= f.text_field :mcphone, class: "form-control masked", placeholder: "Contact Phone Number", data: {format: '(999) 999-9999', placeholder: 'x'} %>
41
41
  </div>
42
42
  <div class="form-group field_with_errors">
43
43
  <label><%= f.label :mcemail, "Contact Email" %></label>
@@ -37,7 +37,7 @@
37
37
  </div>
38
38
  <div class="form-group field_with_errors">
39
39
  <label><%= f.label :mcphone, "Contact Phone" %></label>
40
- <%= f.text_field :mcphone, class: "form-control masked", placeholder: "Contact Phone Number", data: {format: '(999) 999-999999', placeholder: 'x'} %>
40
+ <%= f.text_field :mcphone, class: "form-control masked", placeholder: "Contact Phone Number", data: {format: '(999) 999-9999', placeholder: 'x'} %>
41
41
  </div>
42
42
  <div class="form-group field_with_errors">
43
43
  <label><%= f.label :mcemail, "Contact Email" %></label>
@@ -25,7 +25,7 @@
25
25
  <div class="panel-body">
26
26
  <%= render 'layouts/phcnotifi/components/notifications' %>
27
27
  <div class="table-responsive">
28
- <table class="table table-hover table-striped nomargin">
28
+ <table class="table table-hover table-striped table-bordered">
29
29
  <thead>
30
30
  <tr>
31
31
  <th>Full Name</th>
@@ -37,7 +37,7 @@
37
37
  </div>
38
38
  <div class="form-group field_with_errors">
39
39
  <label><%= f.label :mlphone, "Listing Phone Number" %></label>
40
- <%= f.text_field :mlphone, class: "form-control masked", placeholder: "General Company Phone Number", data: {format: '(999) 999-999999', placeholder: 'x'} %>
40
+ <%= f.text_field :mlphone, class: "form-control masked", placeholder: "General Company Phone Number", data: {format: '(999) 999-9999', placeholder: 'x'} %>
41
41
  </div>
42
42
  <div class="form-group field_with_errors">
43
43
  <label><%= f.label :mlwebsite, "Company Website" %></label>
@@ -37,7 +37,7 @@
37
37
  </div>
38
38
  <div class="form-group field_with_errors">
39
39
  <label><%= f.label :mlphone, "Listing Phone Number" %></label>
40
- <%= f.text_field :mlphone, class: "form-control masked", placeholder: "General Company Phone Number", data: {format: '(999) 999-999999', placeholder: 'x'} %>
40
+ <%= f.text_field :mlphone, class: "form-control masked", placeholder: "General Company Phone Number", data: {format: '(999) 999-9999', placeholder: 'x'} %>
41
41
  </div>
42
42
  <div class="form-group field_with_errors">
43
43
  <label><%= f.label :mlwebsite, "Company Website" %></label>
@@ -25,7 +25,7 @@
25
25
  <div class="panel-body">
26
26
  <%= render 'layouts/phcnotifi/components/notifications' %>
27
27
  <div class="table-responsive">
28
- <table class="table table-hover table-striped nomargin">
28
+ <table class="table table-hover table-striped table-bordered">
29
29
  <thead>
30
30
  <tr>
31
31
  <th>Contact Name</th>
@@ -20,7 +20,7 @@
20
20
  </div>
21
21
  <div class="form-group field_with_errors">
22
22
  <label><%= f.label :mphone, "Phone*" %></label>
23
- <%= f.text_field :mphone, class: 'form-control', placeholder: 'Members Phone' %>
23
+ <%= f.text_field :mphone, class: "form-control masked", placeholder: "Members Contact Phone Number", data: {format: '(999) 999-9999', placeholder: 'x'} %>
24
24
  </div>
25
25
  <div class="form-group field_with_errors">
26
26
  <label><%= f.label :mnotes, "Member Notes (Private)" %></label>
@@ -24,7 +24,7 @@
24
24
  <div class="panel-body">
25
25
  <%= render 'layouts/phcnotifi/components/notifications' %>
26
26
 
27
- <table class="table table-hover table-striped nomargin>
27
+ <table class="table table-hover table-striped table-bordered">
28
28
  <thead>
29
29
  <tr>
30
30
  <th>First Name</th>
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "2.2.8"
2
+ VERSION = "3.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmemberspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.8
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts