phcmemberspro 14.7.2 → 14.7.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: 8a997d3493a05557c2de1425810647f021a28365
4
- data.tar.gz: 3f9e447c252b6ebb825b3758b3798f00d1ebbe0f
3
+ metadata.gz: dfb73ba6607e64bcb46ea86d71d1a305dd4620ba
4
+ data.tar.gz: 3392b11ae3007f223e34ea0b28db40cf1185b956
5
5
  SHA512:
6
- metadata.gz: 8a1da07f4a816a3adb51d31fb86a4148b873922499a52d16ae7f25c013966facb33b45e5e8ae2397966c241a634124dfc76c3bb6381c39ba598c6693f49fa624
7
- data.tar.gz: 0af138679268694cbe510afbb5abd2f38045534a7b3df9bc58694db67f8747209ae98271f5b99d3bab52ab66c4b4bc4d3c77cdfca1791966389312e9e57197a5
6
+ metadata.gz: 2ffbfa78a0eb1cfa73d86a0358d335495d76ddda981bb159e73ae974e536acb90a233c1cc5a6ac6f7d0684ffed751b51af42bfe7ab71e7b7499bae19486f0207
7
+ data.tar.gz: 45410873d11bb12958a8b68952345b49e2009d2f40abb985c64aa31da7064a244a5245ddfa5fd4147087c8e91b3ee89048c3727a37a3573ab906d1a34034199d
@@ -4,7 +4,7 @@
4
4
 
5
5
  <!-- Page Header -->
6
6
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
7
+ <div class="col-sm-8">
8
8
  <h2><%= yield(:phc_title) %></h2>
9
9
  <!-- Bread Crumb -->
10
10
  <ol class="breadcrumb">
@@ -13,7 +13,7 @@
13
13
  <li class="active"><%= yield(:phc_title_tagline) %></li>
14
14
  </ol>
15
15
  </div>
16
- <div class="col-sm-8">
16
+ <div class="col-sm-4">
17
17
  <div class="title-action">
18
18
  </div>
19
19
  </div>
@@ -25,7 +25,7 @@
25
25
  <!-- Page Content -->
26
26
  <div class="row">
27
27
  <div class="col-lg-3">
28
- <%= render 'phcmemberspro/directory/categories/components/profile_sidebar' %>
28
+ <%= render 'phcmemberspro/directory/categories/components/category_sidebar' %>
29
29
  </div>
30
30
  <div class="col-lg-9">
31
31
  <%= render 'phcmemberspro/directory/categories/components/category_main' %>
@@ -1,27 +1,29 @@
1
- <table class="table table-striped table-bordered table-hover table-header-fixed">
1
+ <div class="table-responsive">
2
+ <table class="table table-striped table-bordered table-hover table-header-fixed">
2
3
 
3
- <thead class="thead-inverse">
4
- <tr>
5
- <th>Street Address</th>
6
- <th>Address Line 2</th>
7
- <th>City</th>
8
- <th>Province</th>
9
- <th>Country</th>
10
- <th>Postal Code</th>
11
- <th>Address Type</th>
12
- </tr>
13
- </thead>
4
+ <thead class="thead-inverse">
5
+ <tr>
6
+ <th>Street Address</th>
7
+ <th>Address Line 2</th>
8
+ <th>City</th>
9
+ <th>Province</th>
10
+ <th>Country</th>
11
+ <th>Postal Code</th>
12
+ <th>Address Type</th>
13
+ </tr>
14
+ </thead>
14
15
 
15
- <tbody>
16
- <tr>
17
- <td class="highlight"><%= link_to @member_address.mcaddressl1, phcmemberspro.edit_member_profile_address_path %></td>
18
- <td class="highlight"><%= link_to @member_address.mcaddressl2, phcmemberspro.edit_member_profile_address_path %></td>
19
- <td class="highlight"><%= link_to @member_address.mccity, phcmemberspro.edit_member_profile_address_path %></td>
20
- <td class="highlight"><%= link_to @member_address.mcprovince, phcmemberspro.edit_member_profile_address_path %></td>
21
- <td class="highlight"><%= link_to @member_address.mccountry, phcmemberspro.edit_member_profile_address_path %></td>
22
- <td class="highlight"><%= link_to @member_address.mcpostalcode, phcmemberspro.edit_member_profile_address_path %></td>
23
- <td class="highlight"><%= link_to @member_address.mctype, phcmemberspro.edit_member_profile_address_path %></td>
24
- </tr>
25
- </tbody>
16
+ <tbody>
17
+ <tr>
18
+ <td class="highlight"><%= link_to @member_address.mcaddressl1, phcmemberspro.edit_member_profile_address_path %></td>
19
+ <td class="highlight"><%= link_to @member_address.mcaddressl2, phcmemberspro.edit_member_profile_address_path %></td>
20
+ <td class="highlight"><%= link_to @member_address.mccity, phcmemberspro.edit_member_profile_address_path %></td>
21
+ <td class="highlight"><%= link_to @member_address.mcprovince, phcmemberspro.edit_member_profile_address_path %></td>
22
+ <td class="highlight"><%= link_to @member_address.mccountry, phcmemberspro.edit_member_profile_address_path %></td>
23
+ <td class="highlight"><%= link_to @member_address.mcpostalcode, phcmemberspro.edit_member_profile_address_path %></td>
24
+ <td class="highlight"><%= link_to @member_address.mctype, phcmemberspro.edit_member_profile_address_path %></td>
25
+ </tr>
26
+ </tbody>
26
27
 
27
- </table>
28
+ </table>
29
+ </div>
@@ -1,35 +1,37 @@
1
- <table class="table table-striped table-bordered table-advance table-hover">
1
+ <div class="table-responsive">
2
+ <table class="table table-striped table-bordered table-advance table-hover">
2
3
 
3
- <thead class="thead-inverse">
4
- <tr>
5
- <th>Company Name</th>
6
- <th>Conact Name</th>
7
- <th>Street Address</th>
8
- <th>Address Line 2</th>
9
- <th>City</th>
10
- <th>Province</th>
11
- <th>Country</th>
12
- <th>Postal Code</th>
13
- <th>Listing Phone</th>
14
- <th>Listing Email</th>
15
- <th>Listing Website</th>
16
- </tr>
17
- </thead>
4
+ <thead class="thead-inverse">
5
+ <tr>
6
+ <th>Company Name</th>
7
+ <th>Conact Name</th>
8
+ <th>Street Address</th>
9
+ <th>Address Line 2</th>
10
+ <th>City</th>
11
+ <th>Province</th>
12
+ <th>Country</th>
13
+ <th>Postal Code</th>
14
+ <th>Listing Phone</th>
15
+ <th>Listing Email</th>
16
+ <th>Listing Website</th>
17
+ </tr>
18
+ </thead>
18
19
 
19
- <tbody>
20
- <tr>
21
- <td class="highlight"><%= link_to @member_listing.mbcompanyname, phcmemberspro.edit_member_profile_listing_path %></td>
22
- <td class="highlight"><%= link_to @member_listing.mbcontactname, phcmemberspro.edit_member_profile_listing_path %></td>
23
- <td class="highlight"><%= link_to @member_listing.mbaddressl1, phcmemberspro.edit_member_profile_listing_path %></td>
24
- <td class="highlight"><%= link_to @member_listing.mbaddressl2, phcmemberspro.edit_member_profile_listing_path %></td>
25
- <td class="highlight"><%= link_to @member_listing.mbcity, phcmemberspro.edit_member_profile_listing_path %></td>
26
- <td class="highlight"><%= link_to @member_listing.mbprovince, phcmemberspro.edit_member_profile_listing_path %></td>
27
- <td class="highlight"><%= link_to @member_listing.mbcountry, phcmemberspro.edit_member_profile_listing_path %></td>
28
- <td class="highlight"><%= link_to @member_listing.mbpostalcode, phcmemberspro.edit_member_profile_listing_path %></td>
29
- <td class="highlight"><%= link_to @member_listing.mbphone, phcmemberspro.edit_member_profile_listing_path %></td>
30
- <td class="highlight"><%= link_to @member_listing.mbcontactemail, phcmemberspro.edit_member_profile_listing_path %></td>
31
- <td class="highlight"><%= link_to @member_listing.mbwebsite, phcmemberspro.edit_member_profile_listing_path %></td>
32
- </tr>
33
- </tbody>
20
+ <tbody>
21
+ <tr>
22
+ <td class="highlight"><%= link_to @member_listing.mbcompanyname, phcmemberspro.edit_member_profile_listing_path %></td>
23
+ <td class="highlight"><%= link_to @member_listing.mbcontactname, phcmemberspro.edit_member_profile_listing_path %></td>
24
+ <td class="highlight"><%= link_to @member_listing.mbaddressl1, phcmemberspro.edit_member_profile_listing_path %></td>
25
+ <td class="highlight"><%= link_to @member_listing.mbaddressl2, phcmemberspro.edit_member_profile_listing_path %></td>
26
+ <td class="highlight"><%= link_to @member_listing.mbcity, phcmemberspro.edit_member_profile_listing_path %></td>
27
+ <td class="highlight"><%= link_to @member_listing.mbprovince, phcmemberspro.edit_member_profile_listing_path %></td>
28
+ <td class="highlight"><%= link_to @member_listing.mbcountry, phcmemberspro.edit_member_profile_listing_path %></td>
29
+ <td class="highlight"><%= link_to @member_listing.mbpostalcode, phcmemberspro.edit_member_profile_listing_path %></td>
30
+ <td class="highlight"><%= link_to @member_listing.mbphone, phcmemberspro.edit_member_profile_listing_path %></td>
31
+ <td class="highlight"><%= link_to @member_listing.mbcontactemail, phcmemberspro.edit_member_profile_listing_path %></td>
32
+ <td class="highlight"><%= link_to @member_listing.mbwebsite, phcmemberspro.edit_member_profile_listing_path %></td>
33
+ </tr>
34
+ </tbody>
34
35
 
35
- </table>
36
+ </table>
37
+ </div>
@@ -1,20 +1,22 @@
1
- <table class="table table-striped table-bordered table-advance table-hover">
2
- <thead>
3
- <tr>
4
- <th>Address Line 1</th>
5
- <th>City</th>
6
- <th>Province</th>
7
- <th>Type</th>
8
- </tr>
9
- </thead>
10
- <tbody>
11
- <% @member_profile.addresses.each do |members_main_address| %>
1
+ <div class="table-responsive">
2
+ <table class="table table-striped table-bordered table-advance table-hover">
3
+ <thead>
12
4
  <tr>
13
- <td class="highlight"><%= members_main_address.mcaddressl1 %></td>
14
- <td class="highlight"><%= members_main_address.mccity %></td>
15
- <td class="highlight"><%= members_main_address.mcprovince %></td>
16
- <td class="highlight"><%= members_main_address.mctype %></td>
5
+ <th>Address Line 1</th>
6
+ <th>City</th>
7
+ <th>Province</th>
8
+ <th>Type</th>
17
9
  </tr>
18
- <% end %>
19
- </tbody>
20
- </table>
10
+ </thead>
11
+ <tbody>
12
+ <% @member_profile.addresses.each do |members_main_address| %>
13
+ <tr>
14
+ <td class="highlight"><%= members_main_address.mcaddressl1 %></td>
15
+ <td class="highlight"><%= members_main_address.mccity %></td>
16
+ <td class="highlight"><%= members_main_address.mcprovince %></td>
17
+ <td class="highlight"><%= members_main_address.mctype %></td>
18
+ </tr>
19
+ <% end %>
20
+ </tbody>
21
+ </table>
22
+ </div>
@@ -1,23 +1,25 @@
1
- <table class="table table-hover">
2
- <tbody>
3
- <% @versions.each do |version| %>
4
- <tr>
5
- <td>
6
- <span class="label label-primary"><%= version.event.humanize %></span>
7
- </td>
8
- <td>
9
- EVENT #<%= version.id %>
10
- </td>
11
- <td>
12
- <%= version.event.capitalize + ' ' + @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information
13
- </td>
14
- <td>
15
- <%= version.whodunnit %>
16
- </td>
17
- <td>
18
- <%= l(version.created_at, format: "%-d/%m/%Y") %> - <%= l(version.created_at, format: "%H:%M %Z") %>
19
- </td>
20
- </tr>
21
- <% end %>
22
- </tbody>
23
- </table>
1
+ <div class="table-responsive">
2
+ <table class="table table-hover">
3
+ <tbody>
4
+ <% @versions.each do |version| %>
5
+ <tr>
6
+ <td>
7
+ <span class="label label-primary"><%= version.event.humanize %></span>
8
+ </td>
9
+ <td>
10
+ EVENT #<%= version.id %>
11
+ </td>
12
+ <td>
13
+ <%= version.event.capitalize + ' ' + @member_profile.mfirstname + ' ' + @member_profile.mlastname %> Profile Information
14
+ </td>
15
+ <td>
16
+ <%= version.whodunnit %>
17
+ </td>
18
+ <td>
19
+ <%= l(version.created_at, format: "%-d/%m/%Y") %> - <%= l(version.created_at, format: "%H:%M %Z") %>
20
+ </td>
21
+ </tr>
22
+ <% end %>
23
+ </tbody>
24
+ </table>
25
+ </div>
@@ -1,20 +1,22 @@
1
- <table class="table table-striped table-bordered table-advance table-hover">
2
- <thead>
3
- <tr>
4
- <th>Company Name</th>
5
- <th>Conact Name</th>
6
- <th>City</th>
7
- <th>Business Phone</th>
8
- </tr>
9
- </thead>
10
- <tbody>
11
- <% @member_profile.listings.each do |member_profile_listing| %>
1
+ <div class="table-responsive">
2
+ <table class="table table-striped table-bordered table-advance table-hover">
3
+ <thead>
12
4
  <tr>
13
- <td class="highlight"><%= member_profile_listing.mbcompanyname %></td>
14
- <td class="highlight"><%= member_profile_listing.mbcontactname %></td>
15
- <td class="highlight"><%= member_profile_listing.mbcity %></td>
16
- <td class="highlight"><%= member_profile_listing.mbphone %></td>
5
+ <th>Company Name</th>
6
+ <th>Conact Name</th>
7
+ <th>City</th>
8
+ <th>Business Phone</th>
17
9
  </tr>
18
- <% end %>
19
- </tbody>
20
- </table>
10
+ </thead>
11
+ <tbody>
12
+ <% @member_profile.listings.each do |member_profile_listing| %>
13
+ <tr>
14
+ <td class="highlight"><%= member_profile_listing.mbcompanyname %></td>
15
+ <td class="highlight"><%= member_profile_listing.mbcontactname %></td>
16
+ <td class="highlight"><%= member_profile_listing.mbcity %></td>
17
+ <td class="highlight"><%= member_profile_listing.mbphone %></td>
18
+ </tr>
19
+ <% end %>
20
+ </tbody>
21
+ </table>
22
+ </div>
@@ -4,7 +4,7 @@
4
4
 
5
5
  <!-- Page Header -->
6
6
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
7
+ <div class="col-sm-8">
8
8
  <h2><%= yield(:phc_title) %></h2>
9
9
  <!-- Bread Crumb -->
10
10
  <ol class="breadcrumb">
@@ -12,7 +12,7 @@
12
12
  <li class="active"><%= yield(:phc_title_tagline) %></li>
13
13
  </ol>
14
14
  </div>
15
- <div class="col-sm-8">
15
+ <div class="col-sm-4">
16
16
  <div class="title-action">
17
17
  <%= link_to new_member_profile_path, class: "btn btn-primary" do %>
18
18
  <i class="fa fa-plus"></i> Create a New Member
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "14.7.2"
2
+ VERSION = "14.7.3"
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: 14.7.2
4
+ version: 14.7.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts