phcmemberspro 14.7.5 → 14.7.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (29) hide show
  1. checksums.yaml +4 -4
  2. data/app/models/phcmemberspro/member/address.rb +1 -1
  3. data/app/models/phcmemberspro/member/listing.rb +1 -1
  4. data/app/views/phcmemberspro/directory/categories/edit.html.erb +1 -1
  5. data/app/views/phcmemberspro/directory/categories/new.html.erb +1 -1
  6. data/app/views/phcmemberspro/directory/categories/show.html.erb +1 -1
  7. data/app/views/phcmemberspro/member/addresses/_form.html.erb +1 -1
  8. data/app/views/phcmemberspro/member/addresses/components/_address_sidebar.html.erb +1 -0
  9. data/app/views/phcmemberspro/member/addresses/edit.html.erb +1 -1
  10. data/app/views/phcmemberspro/member/addresses/index.html.erb +2 -8
  11. data/app/views/phcmemberspro/member/addresses/new.html.erb +1 -1
  12. data/app/views/phcmemberspro/member/addresses/show.html.erb +2 -3
  13. data/app/views/phcmemberspro/member/listings/_form.html.erb +2 -1
  14. data/app/views/phcmemberspro/member/listings/components/_listing_address.html.erb +1 -1
  15. data/app/views/phcmemberspro/member/listings/components/_listing_audits.html.erb +25 -23
  16. data/app/views/phcmemberspro/member/listings/components/_listing_sidebar.html.erb +9 -0
  17. data/app/views/phcmemberspro/member/listings/edit.html.erb +17 -11
  18. data/app/views/phcmemberspro/member/listings/index.html.erb +12 -15
  19. data/app/views/phcmemberspro/member/listings/new.html.erb +17 -11
  20. data/app/views/phcmemberspro/member/listings/show.html.erb +16 -8
  21. data/app/views/phcmemberspro/member/profiles/components/_profile_addresses_table.html.erb +1 -1
  22. data/app/views/phcmemberspro/member/profiles/components/_profile_audits.html.erb +1 -1
  23. data/app/views/phcmemberspro/member/profiles/components/_profile_listings_table.html.erb +1 -1
  24. data/app/views/phcmemberspro/member/profiles/edit.html.erb +12 -11
  25. data/app/views/phcmemberspro/member/profiles/index.html.erb +11 -10
  26. data/app/views/phcmemberspro/member/profiles/new.html.erb +12 -11
  27. data/app/views/phcmemberspro/member/profiles/show.html.erb +12 -9
  28. data/lib/phcmemberspro/version.rb +1 -1
  29. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9812b7e75d3922bfacb873be6b574d7c8b02de93
4
- data.tar.gz: b168e4f835f07ff1765d49a7fe7f90192442e8da
3
+ metadata.gz: dc0414b55eda916147501572efe2805da3ed83ba
4
+ data.tar.gz: 60426332e313d00ef998d9cd6bdaa7e6acc30575
5
5
  SHA512:
6
- metadata.gz: c27cc8ad17e9b3aaab99d83444ea883e1ea041f4c30f05a4f046cd6b1da75e0fc583e84c7367949ca572f251ab5f8e3018452c8abc4bf050c0edaf193cc85578
7
- data.tar.gz: 5b14adeccdc06537fea841d0dfa3e21e73676c223954b075fc8b400be17f2e03f36e007b29e515b6d09c1bb011f473f8890065e5f17f1ba0bbc4fc008c743858
6
+ metadata.gz: 0bd0e880e8e5cd2cf5ead0706102eff0608a7139d6af8d00a0dd421a718956b09238e3f26b28400d90c21edf79448a18ce921a15c0e25c9df1f7fd624cd8d0da
7
+ data.tar.gz: 9fdf089e1db8e83be40b8453fc6e9499273acc86d90843ca895556ec5e11d8b24bc22311e7a46cc5c17368f7136d69ff590af4ebdd115c809d235ebb38d35cbc
@@ -21,7 +21,7 @@ module Phcmemberspro
21
21
 
22
22
  validates :mccountry,
23
23
  presence: true,
24
- length: { minimum: 3 }
24
+ length: { minimum: 2 }
25
25
 
26
26
  validates :mcpostalcode,
27
27
  presence: true,
@@ -27,7 +27,7 @@ module Phcmemberspro
27
27
 
28
28
  validates :mbcountry,
29
29
  presence: true,
30
- length: { minimum: 1 }
30
+ length: { minimum: 2 }
31
31
 
32
32
  validates :mbprovince,
33
33
  presence: true,
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-4">
22
22
  <div class="title-action">
23
23
  <%= link_to phcmemberspro.directory_categories_path, class: "btn btn-primary" do %>
24
- <i class="fa fa-plus"></i> Back to Category Index
24
+ <i class="fa fa-sitemap"></i> Back to Category Index
25
25
  <% end %>
26
26
  </div>
27
27
  </div>
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-4">
22
22
  <div class="title-action">
23
23
  <%= link_to phcmemberspro.directory_categories_path, class: "btn btn-primary" do %>
24
- <i class="fa fa-plus"></i> Back to Category Index
24
+ <i class="fa fa-sitemap"></i> Back to Category Index
25
25
  <% end %>
26
26
  </div>
27
27
  </div>
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-4">
22
22
  <div class="title-action">
23
23
  <%= link_to phcmemberspro.directory_categories_path, class: "btn btn-primary" do %>
24
- <i class="fa fa-plus"></i> Back to Category Index
24
+ <i class="fa fa-sitemap"></i> Back to Category Index
25
25
  <% end %>
26
26
  </div>
27
27
  </div>
@@ -1,6 +1,6 @@
1
1
  <%= form_for([@member_address.profile, @member_address], url: form_url) do |f| %>
2
2
 
3
- <!-- PHC-Notifi Render Validation -->
3
+ <!-- PHCNotifi Render Validation -->
4
4
  <%= render 'phcnotifi/validations', :object => @member_address %>
5
5
 
6
6
  <div class="form-group field_with_errors">
@@ -6,6 +6,7 @@
6
6
  <%= image_tag @members_profile_info.gravatar_url, class: 'img-circle' %>
7
7
  </div>
8
8
  <p class="font-bold"><%= @members_profile_info.mtitle %></p>
9
+
9
10
  <div class="text-center">
10
11
  <%= link_to edit_member_profile_address_path(member_address.profile, member_address), class: "btn btn-sm btn-primary" do %>
11
12
  <i class="fa fa-pencil-square-o"></i> Update
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-4">
22
22
  <div class="title-action">
23
23
  <%= link_to phcmemberspro.member_profile_addresses_path, class: "btn btn-primary" do %>
24
- <i class="fa fa-plus"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
24
+ <i class="fa fa-address-book"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
25
25
  <% end %>
26
26
  </div>
27
27
  </div>
@@ -2,8 +2,7 @@
2
2
  <% phc_title "Member Address Manager" %>
3
3
  <% phc_title_tagline "Address Index for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
4
  <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
- <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
6
- <% phc_breadcrumb_three yield(:phc_title_tagline) %>
5
+ <% phc_breadcrumb_two yield(:phc_title_tagline) %>
7
6
  <!-- Title System -->
8
7
 
9
8
  <!-- Page Header -->
@@ -13,8 +12,7 @@
13
12
  <!-- Bread Crumb -->
14
13
  <ol class="breadcrumb">
15
14
  <li><%= yield(:phc_breadcrumb_one) %></li>
16
- <li><%= yield(:phc_breadcrumb_two) %></li>
17
- <li class="active"><%= yield(:phc_breadcrumb_three) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
18
16
  </ol>
19
17
  <!-- Bread Crumb -->
20
18
  </div>
@@ -51,9 +49,7 @@
51
49
  <thead>
52
50
  <tr>
53
51
  <th>Address Line 1</th>
54
- <th>Address Line 2</th>
55
52
  <th>City</th>
56
- <th>Province</th>
57
53
  <th>Country</th>
58
54
  <th>PostalCode</th>
59
55
  <th>Type</th>
@@ -64,9 +60,7 @@
64
60
  <% @member_addresses.each do |member_address| %>
65
61
  <tr>
66
62
  <td><%= link_to member_address.mcaddressl1, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
67
- <td><%= link_to member_address.mcaddressl2, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
68
63
  <td><%= link_to member_address.mccity, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
69
- <td><%= link_to member_address.mcprovince, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
70
64
  <td><%= link_to member_address.mccountry, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
71
65
  <td><%= link_to member_address.mcpostalcode, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
72
66
  <td><%= link_to member_address.mctype, phcmemberspro.member_profile_address_path(member_address.profile, member_address) %></td>
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-4">
22
22
  <div class="title-action">
23
23
  <%= link_to phcmemberspro.member_profile_addresses_path, class: "btn btn-primary" do %>
24
- <i class="fa fa-plus"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
24
+ <i class="fa fa-address-book"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
25
25
  <% end %>
26
26
  </div>
27
27
  </div>
@@ -21,7 +21,7 @@
21
21
  <div class="col-sm-4">
22
22
  <div class="title-action">
23
23
  <%= link_to phcmemberspro.member_profile_addresses_path, class: "btn btn-primary" do %>
24
- <i class="fa fa-plus"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
24
+ <i class="fa fa-address-book"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Address Index
25
25
  <% end %>
26
26
  </div>
27
27
  </div>
@@ -30,7 +30,6 @@
30
30
 
31
31
  <!-- Page Content -->
32
32
  <div class="wrapper wrapper-content animated fadeInRight">
33
-
34
33
  <div class="row">
35
34
  <div class="col-lg-3">
36
35
  <%= render 'phcmemberspro/member/addresses/components/address_sidebar' %>
@@ -39,6 +38,6 @@
39
38
  <%= render 'phcmemberspro/member/addresses/components/address_main' %>
40
39
  </div>
41
40
  </div>
42
-
43
41
  </div>
44
42
  <!-- Page Content -->
43
+
@@ -1,6 +1,6 @@
1
1
  <%= form_for([@member_listing.profile, @member_listing], url: form_url) do |f| %>
2
2
 
3
- <!-- PHC-Notifi Render Validation -->
3
+ <!-- PHCNotifi Render Validation -->
4
4
  <%= render 'phcnotifi/validations', :object => @member_listing %>
5
5
 
6
6
  <div class="form-group field_with_errors">
@@ -70,3 +70,4 @@
70
70
  </div>
71
71
 
72
72
  <% end %>
73
+
@@ -1,5 +1,5 @@
1
1
  <div class="table-responsive">
2
- <table class="table table-striped table-bordered table-advance table-hover">
2
+ <table class="table table-striped table-bordered table-hover">
3
3
 
4
4
  <thead class="thead-inverse">
5
5
  <tr>
@@ -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 + ' ' + @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing 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-striped table-bordered 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 + ' ' + @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing 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>
@@ -7,5 +7,14 @@
7
7
  </div>
8
8
  <p class="font-bold"><%= @members_profile_info.mtitle %></p>
9
9
 
10
+ <div class="text-center">
11
+ <%= link_to edit_member_profile_listing_path(member_listing.profile, member_listing), class: "btn btn-sm btn-primary" do %>
12
+ <i class="fa fa-pencil-square-o"></i> Update
13
+ <% end %>
14
+ <%= link_to member_profile_listing_path(member_listing.profile, member_listing), method: :delete, data: { confirm: 'Are you sure?' }, class: "btn btn-sm btn-danger" do %>
15
+ <i class="fa fa-trash-o"></i> Delete
16
+ <% end %>
17
+ </div>
18
+
10
19
  </div>
11
20
  </div>
@@ -1,32 +1,39 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
3
  <% phc_title_tagline "Update Listing for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
6
+ <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
+ <!-- Title System -->
4
8
 
5
9
  <!-- Page Header -->
6
10
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
11
+ <div class="col-sm-8">
8
12
  <h2><%= yield(:phc_title) %></h2>
9
13
  <!-- Bread Crumb -->
10
14
  <ol class="breadcrumb">
11
- <li><%= link_to "Home", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Members List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ <li><%= yield(:phc_breadcrumb_one) %></li>
16
+ <li><%= yield(:phc_breadcrumb_two) %></li>
17
+ <li class="active"><%= yield(:phc_breadcrumb_three) %></li>
14
18
  </ol>
19
+ <!-- Bread Crumb -->
15
20
  </div>
16
- <div class="col-sm-8">
21
+ <div class="col-sm-4">
17
22
  <div class="title-action">
23
+ <%= link_to phcmemberspro.member_profile_listings_path, class: "btn btn-primary" do %>
24
+ <i class="fa fa-address-card"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing Index
25
+ <% end %>
18
26
  </div>
19
27
  </div>
20
28
  </div>
29
+ <!-- Page Header -->
21
30
 
31
+ <!-- Page Content -->
22
32
  <div class="wrapper wrapper-content animated fadeInRight">
23
-
24
- <!-- Page Content -->
25
33
  <div class="row">
26
34
  <div class="col-lg-12">
27
35
 
28
36
  <div class="ibox float-e-margins">
29
-
30
37
  <div class="ibox-title">
31
38
  <h5><%= yield(:phc_title_tagline) %></h5>
32
39
  <div class="ibox-tools">
@@ -38,14 +45,13 @@
38
45
  </a>
39
46
  </div>
40
47
  </div>
41
-
42
48
  <div class="ibox-content">
43
49
  <%= render 'form', { form_url: member_profile_listing_path } %>
44
50
  </div>
45
-
46
51
  </div>
47
52
 
48
53
  </div>
49
54
  </div>
50
-
51
55
  </div>
56
+ <!-- Page Content -->
57
+
@@ -1,19 +1,22 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listings Manager" %>
3
3
  <% phc_title_tagline "Listing Index for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
+ <!-- Title System -->
4
7
 
5
8
  <!-- Page Header -->
6
9
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
10
+ <div class="col-sm-8">
8
11
  <h2><%= yield(:phc_title) %></h2>
9
12
  <!-- Bread Crumb -->
10
13
  <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
14
16
  </ol>
17
+ <!-- Bread Crumb -->
15
18
  </div>
16
- <div class="col-sm-8">
19
+ <div class="col-sm-4">
17
20
  <div class="title-action">
18
21
  <%= link_to new_member_profile_listing_path, class: "btn btn-primary" do %>
19
22
  <i class="fa fa-plus"></i> Create a New Listing for <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %>
@@ -21,15 +24,14 @@
21
24
  </div>
22
25
  </div>
23
26
  </div>
27
+ <!-- Page Header -->
24
28
 
29
+ <!-- Page Content -->
25
30
  <div class="wrapper wrapper-content animated fadeInRight">
26
-
27
- <!-- Page Content -->
28
31
  <div class="row">
29
32
  <div class="col-lg-12">
30
33
 
31
34
  <div class="ibox float-e-margins">
32
-
33
35
  <div class="ibox-title">
34
36
  <h5><%= yield(:phc_title_tagline) %></h5>
35
37
  <div class="ibox-tools">
@@ -41,11 +43,9 @@
41
43
  </a>
42
44
  </div>
43
45
  </div>
44
-
45
46
  <div class="ibox-content">
46
47
  <div class="table-responsive">
47
- <table class="table table-striped table-bordered table-hover dataTables-example">
48
-
48
+ <table class="table table-striped table-bordered table-hover">
49
49
  <thead class="thead-inverse">
50
50
  <tr>
51
51
  <th>Company Name</th>
@@ -58,7 +58,6 @@
58
58
  <th></th>
59
59
  </tr>
60
60
  </thead>
61
-
62
61
  <tbody>
63
62
  <% @member_listings.each do |member_listing| %>
64
63
  <tr>
@@ -73,14 +72,12 @@
73
72
  </tr>
74
73
  <% end %>
75
74
  </tbody>
76
-
77
75
  </table>
78
76
  </div>
79
77
  </div>
80
-
81
78
  </div>
82
79
 
83
80
  </div>
84
81
  </div>
85
-
86
82
  </div>
83
+ <!-- Page Content -->
@@ -1,32 +1,39 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
3
  <% phc_title_tagline "Create a New Listing for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
6
+ <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
+ <!-- Title System -->
4
8
 
5
9
  <!-- Page Header -->
6
10
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
11
+ <div class="col-sm-8">
8
12
  <h2><%= yield(:phc_title) %></h2>
9
13
  <!-- Bread Crumb -->
10
14
  <ol class="breadcrumb">
11
- <li><%= link_to "Home", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Members List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ <li><%= yield(:phc_breadcrumb_one) %></li>
16
+ <li><%= yield(:phc_breadcrumb_two) %></li>
17
+ <li class="active"><%= yield(:phc_breadcrumb_three) %></li>
14
18
  </ol>
19
+ <!-- Bread Crumb -->
15
20
  </div>
16
- <div class="col-sm-8">
21
+ <div class="col-sm-4">
17
22
  <div class="title-action">
23
+ <%= link_to phcmemberspro.member_profile_listings_path, class: "btn btn-primary" do %>
24
+ <i class="fa fa-address-card"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing Index
25
+ <% end %>
18
26
  </div>
19
27
  </div>
20
28
  </div>
29
+ <!-- Page Header -->
21
30
 
31
+ <!-- Page Content -->
22
32
  <div class="wrapper wrapper-content animated fadeInRight">
23
-
24
- <!-- Page Content -->
25
33
  <div class="row">
26
34
  <div class="col-lg-12">
27
35
 
28
36
  <div class="ibox float-e-margins">
29
-
30
37
  <div class="ibox-title">
31
38
  <h5><%= yield(:phc_title_tagline) %></h5>
32
39
  <div class="ibox-tools">
@@ -38,14 +45,13 @@
38
45
  </a>
39
46
  </div>
40
47
  </div>
41
-
42
48
  <div class="ibox-content">
43
49
  <%= render 'form', { form_url: member_profile_listings_path } %>
44
50
  </div>
45
-
46
51
  </div>
47
52
 
48
53
  </div>
49
54
  </div>
50
-
51
55
  </div>
56
+ <!-- Page Content -->
57
+
@@ -1,27 +1,35 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
3
  <% phc_title_tagline "Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Members List", phcmemberspro.member_profiles_path %>
6
+ <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
+ <!-- Title System -->
4
8
 
5
9
  <!-- Page Header -->
6
10
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
11
+ <div class="col-sm-8">
8
12
  <h2><%= yield(:phc_title) %></h2>
9
13
  <!-- Bread Crumb -->
10
14
  <ol class="breadcrumb">
11
- <li><%= link_to "Home", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Members List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
15
+ <li><%= yield(:phc_breadcrumb_one) %></li>
16
+ <li><%= yield(:phc_breadcrumb_two) %></li>
17
+ <li class="active"><%= yield(:phc_breadcrumb_three) %></li>
14
18
  </ol>
19
+ <!-- Bread Crumb -->
15
20
  </div>
16
- <div class="col-sm-8">
21
+ <div class="col-sm-4">
17
22
  <div class="title-action">
23
+ <%= link_to phcmemberspro.member_profile_listings_path, class: "btn btn-primary" do %>
24
+ <i class="fa fa-address-card"></i> <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %> Listing Index
25
+ <% end %>
18
26
  </div>
19
27
  </div>
20
28
  </div>
29
+ <!-- Page Header -->
21
30
 
31
+ <!-- Page Content -->
22
32
  <div class="wrapper wrapper-content animated fadeInRight">
23
-
24
- <!-- Page Content -->
25
33
  <div class="row">
26
34
  <div class="col-lg-3">
27
35
  <%= render 'phcmemberspro/member/listings/components/listing_sidebar' %>
@@ -30,5 +38,5 @@
30
38
  <%= render 'phcmemberspro/member/listings/components/listing_main' %>
31
39
  </div>
32
40
  </div>
33
-
34
41
  </div>
42
+ <!-- Page Content -->
@@ -1,5 +1,5 @@
1
1
  <div class="table-responsive">
2
- <table class="table table-striped table-bordered table-advance table-hover">
2
+ <table class="table table-striped table-bordered table-hover">
3
3
  <thead>
4
4
  <tr>
5
5
  <th>Address Line 1</th>
@@ -1,5 +1,5 @@
1
1
  <div class="table-responsive">
2
- <table class="table table-hover">
2
+ <table class="table table-striped table-bordered table-hover">
3
3
  <tbody>
4
4
  <% @versions.each do |version| %>
5
5
  <tr>
@@ -1,5 +1,5 @@
1
1
  <div class="table-responsive">
2
- <table class="table table-striped table-bordered table-advance table-hover">
2
+ <table class="table table-striped table-bordered table-hover">
3
3
  <thead>
4
4
  <tr>
5
5
  <th>Company Name</th>
@@ -1,32 +1,34 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Update Member Information for " + @member_profile.mfirstname + " " + @member_profile.mlastname %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
+ <!-- Title System -->
4
7
 
5
8
  <!-- Page Header -->
6
9
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
10
+ <div class="col-sm-8">
8
11
  <h2><%= yield(:phc_title) %></h2>
9
12
  <!-- Bread Crumb -->
10
13
  <ol class="breadcrumb">
11
- <li><%= link_to "Home", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Members List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
14
16
  </ol>
17
+ <!-- Bread Crumb -->
15
18
  </div>
16
- <div class="col-sm-8">
19
+ <div class="col-sm-4">
17
20
  <div class="title-action">
18
21
  </div>
19
22
  </div>
20
23
  </div>
24
+ <!-- Page Header -->
21
25
 
26
+ <!-- Page Content -->
22
27
  <div class="wrapper wrapper-content animated fadeInRight">
23
-
24
- <!-- Page Content -->
25
28
  <div class="row">
26
29
  <div class="col-lg-12">
27
30
 
28
31
  <div class="ibox float-e-margins">
29
-
30
32
  <div class="ibox-title">
31
33
  <h5><%= yield(:phc_title_tagline) %></h5>
32
34
  <div class="ibox-tools">
@@ -38,14 +40,13 @@
38
40
  </a>
39
41
  </div>
40
42
  </div>
41
-
42
43
  <div class="ibox-content">
43
44
  <%= render 'form', member_profile: @member_profile %>
44
45
  </div>
45
-
46
46
  </div>
47
47
 
48
48
  </div>
49
49
  </div>
50
-
51
50
  </div>
51
+ <!-- Page Content -->
52
+
@@ -1,6 +1,9 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Members List" %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
+ <!-- Title System -->
4
7
 
5
8
  <!-- Page Header -->
6
9
  <div class="row wrapper border-bottom white-bg page-heading">
@@ -8,9 +11,10 @@
8
11
  <h2><%= yield(:phc_title) %></h2>
9
12
  <!-- Bread Crumb -->
10
13
  <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", modules_dashboards_index_path %></li>
12
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
13
16
  </ol>
17
+ <!-- Bread Crumb -->
14
18
  </div>
15
19
  <div class="col-sm-4">
16
20
  <div class="title-action">
@@ -20,15 +24,14 @@
20
24
  </div>
21
25
  </div>
22
26
  </div>
27
+ <!-- Page Header -->
23
28
 
29
+ <!-- Page Content -->
24
30
  <div class="wrapper wrapper-content animated fadeInRight">
25
-
26
- <!-- Page Content -->
27
31
  <div class="row">
28
32
  <div class="col-lg-12">
29
33
 
30
34
  <div class="ibox float-e-margins">
31
-
32
35
  <div class="ibox-title">
33
36
  <h5><%= yield(:phc_title_tagline) %></h5>
34
37
  <div class="ibox-tools">
@@ -40,10 +43,9 @@
40
43
  </a>
41
44
  </div>
42
45
  </div>
43
-
44
46
  <div class="ibox-content">
45
- <div class="table-scrollable">
46
- <table class="table table-striped table-bordered table-hover dataTables-example">
47
+ <div class="table-responsive">
48
+ <table class="table table-striped table-bordered table-hover">
47
49
  <thead>
48
50
  <tr>
49
51
  <th>First Name</th>
@@ -65,11 +67,10 @@
65
67
  </table>
66
68
  </div>
67
69
  </div>
68
-
69
70
  </div>
70
71
 
71
72
  </div>
72
73
  </div>
73
-
74
74
  </div>
75
+ <!-- Page Content -->
75
76
 
@@ -1,32 +1,34 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Create a New Member" %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
+ <!-- Title System -->
4
7
 
5
8
  <!-- Page Header -->
6
9
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
10
+ <div class="col-sm-8">
8
11
  <h2><%= yield(:phc_title) %></h2>
9
12
  <!-- Bread Crumb -->
10
13
  <ol class="breadcrumb">
11
- <li><%= link_to "Home", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Members List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
14
16
  </ol>
17
+ <!-- Bread Crumb -->
15
18
  </div>
16
- <div class="col-sm-8">
19
+ <div class="col-sm-4">
17
20
  <div class="title-action">
18
21
  </div>
19
22
  </div>
20
23
  </div>
24
+ <!-- Page Header -->
21
25
 
26
+ <!-- Page Content -->
22
27
  <div class="wrapper wrapper-content animated fadeInRight">
23
-
24
- <!-- Page Content -->
25
28
  <div class="row">
26
29
  <div class="col-lg-12">
27
30
 
28
31
  <div class="ibox float-e-margins">
29
-
30
32
  <div class="ibox-title">
31
33
  <h5><%= yield(:phc_title_tagline) %></h5>
32
34
  <div class="ibox-tools">
@@ -38,14 +40,13 @@
38
40
  </a>
39
41
  </div>
40
42
  </div>
41
-
42
43
  <div class="ibox-content">
43
44
  <%= render 'form', member_profile: @member_profile %>
44
45
  </div>
45
-
46
46
  </div>
47
47
 
48
48
  </div>
49
49
  </div>
50
-
51
50
  </div>
51
+ <!-- Page Content -->
52
+
@@ -1,34 +1,37 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "Members Manager" %>
3
3
  <% phc_title_tagline "Create a New Member" %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two yield(:phc_title_tagline) %>
6
+ <!-- Title System -->
4
7
 
5
8
  <!-- Page Header -->
6
9
  <div class="row wrapper border-bottom white-bg page-heading">
7
- <div class="col-sm-4">
10
+ <div class="col-sm-8">
8
11
  <h2><%= yield(:phc_title) %></h2>
9
12
  <!-- Bread Crumb -->
10
13
  <ol class="breadcrumb">
11
- <li><%= link_to "Home", modules_dashboards_index_path %></li>
12
- <li><%= link_to "Members List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
14
16
  </ol>
17
+ <!-- Bread Crumb -->
15
18
  </div>
16
- <div class="col-sm-8">
19
+ <div class="col-sm-4">
17
20
  <div class="title-action">
18
21
  </div>
19
22
  </div>
20
23
  </div>
24
+ <!-- Page Header -->
21
25
 
26
+ <!-- Page Content -->
22
27
  <div class="wrapper wrapper-content animated fadeInRight">
23
-
24
- <!-- Page Content -->
25
28
  <div class="row">
26
- <div class="col-md-3">
29
+ <div class="col-lg-3">
27
30
  <%= render 'phcmemberspro/member/profiles/components/profile_sidebar' %>
28
31
  </div>
29
32
  <div class="col-md-9">
30
33
  <%= render 'phcmemberspro/member/profiles/components/profile_main' %>
31
34
  </div>
32
35
  </div>
33
-
34
36
  </div>
37
+ <!-- Page Content -->
@@ -1,3 +1,3 @@
1
1
  module Phcmemberspro
2
- VERSION = "14.7.5"
2
+ VERSION = "14.7.7"
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.5
4
+ version: 14.7.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts