phcmembers 6.5.1 → 6.7.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: 23fb60d801d9ae6b02f94323ec6758fffc27b238
4
- data.tar.gz: 1f561c6d48863cb490d5106bb5418ac00d8480a3
3
+ metadata.gz: '0059236b34a6d79509addec42d2213a38b5c0418'
4
+ data.tar.gz: f15812ab5a50bfffe24c8dc1f526ab8630d64ebd
5
5
  SHA512:
6
- metadata.gz: 0b71967f1d803a55fb9b8c165ddeefe0b1ab741c6a57195462da7abfeaf215369b4de6da11e265591b657ecf605aa0ec605d6a7522f3fbc05e8ad3c4459218b8
7
- data.tar.gz: 7d0337244f47aae7682039fa01884c00a6c922bd022da3a375a271264553a94a3d8b4fb5548af0f68a27c7cc66213fca23fe846f567d310dbee4476b7da1b49d
6
+ metadata.gz: 73b452e1e168c2e847b08089598fb966db9fa1ce5a7f1e3a38d260e77f3376c3c5e7fd0cc960b3cfd186ecbd5d85a2279fc9b216e39c142392fe13b3d774723e
7
+ data.tar.gz: 6418b7fde7a1458d456078746659135a1157bcc9a30744d5e134c5833aff4592d7e4738cec2862fdea652ed7ff8497ce66e938fe89ca6e2a9e83eb6afea4be32
@@ -1,4 +1,4 @@
1
1
  <div class="pull-right hidden-xs">
2
- <b>Version</b> 6.0.1 - DEC-03-<%= Date.today.year %>
2
+ <b>Version</b> 6.6.0 - -03-<%= Date.today.year %>
3
3
  </div>
4
- <strong>&copy; 2012-<%= Time.now.year %> <%= link_to "https://phcnetworks.net", target: "_blank", rel: "nofollow" do %>PHCNetworks<% end %></strong>
4
+ <strong>&copy; 2012-<%= Time.now.year %> <%= link_to "https://phcnetworks.net", target: "_blank", rel: "nofollow" do %>PHCNetworks<% end %></strong>
@@ -2,4 +2,4 @@
2
2
  <a href="#" class="sidebar-toggle" data-toggle="offcanvas" role="button">
3
3
  <span class="sr-only">Toggle navigation</span>
4
4
  </a>
5
- <!-- Mobile Toggle -->
5
+ <!-- Mobile Toggle -->
@@ -1,46 +1,38 @@
1
- <!-- Title Variables -->
1
+ <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
- <% phc_title_tagline "Update Directory Category" %>
4
-
5
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", directory_root_path %></li>
12
- <li><%= link_to "Directory Category List", directory_categories_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
- </ol>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- </div>
23
- </div>
3
+ <% phc_title_tagline "Edit " + @directory_category.catname + " Category Name" %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
6
+ <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
+ <!-- Title System -->
8
+
9
+ <!-- Page Title Bar -->
10
+ <section class="content-header">
11
+ <!-- Page Title and BreadCrumb -->
12
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
13
+ <ol class="breadcrumb">
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
+ </ol>
17
+ <!-- Page Title and BreadCrumb -->
18
+ </section>
19
+ <!-- Page Title Bar -->
24
20
 
25
21
  <!-- Main Content -->
26
- <div class="row">
27
- <div class="col-lg-12">
22
+ <section class="content">
23
+ <div class="row">
24
+ <div class="col-lg-12">
25
+ <div class="box">
26
+ <div class="box-header with-border">
27
+ <h3 class="box-title"><%= yield(:phc_title) %></h3>
28
+ </div>
29
+ <div class="box-body">
28
30
 
29
- <div class="panel panel-default">
31
+ <%= render 'form', directory_category: @directory_category %>
30
32
 
31
- <div class="panel-heading">
32
- <div class="caption">
33
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
34
33
  </div>
35
- <div class="actions">
36
- </div>
37
- </div>
38
-
39
- <div class="panel-body">
40
- <%= render 'form', directory_category: @directory_category %>
41
34
  </div>
42
-
43
35
  </div>
44
-
45
36
  </div>
46
- </div>
37
+ </section>
38
+ <!-- Main Content -->
@@ -1,47 +1,42 @@
1
- <!-- Title Variables -->
1
+ <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
- <% phc_title_tagline "Directory Category Index" %>
3
+ <% phc_title_tagline "Web Directory Category Index" %>
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
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", directory_root_path %></li>
12
- <li class="active"><%= yield(:phc_title_tagline) %></li>
13
- </ol>
14
-
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
20
-
21
- </div>
22
- </div>
8
+ <!-- Page Title Bar -->
9
+ <section class="content-header">
10
+ <!-- Page Title and BreadCrumb -->
11
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
12
+ <ol class="breadcrumb">
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
15
+ </ol>
16
+ <!-- Page Title and BreadCrumb -->
17
+ </section>
18
+ <!-- Page Title Bar -->
23
19
 
24
20
  <!-- Main Content -->
25
- <div class="row">
26
- <div class="col-lg-12">
27
-
28
- <div class="panel panel-default">
29
- <div class="panel-heading">
30
- <div class="caption">
31
- <span class="caption-subject bold uppercase">Category List</span>
21
+ <section class="content">
22
+ <div class="row">
23
+ <div class="col-lg-12">
24
+ <div class="box">
25
+ <div class="box-header with-border">
26
+ <h3 class="box-title"><%= yield(:phc_title) %></h3>
27
+ </div>
28
+ <div class="box-body">
29
+ <ul class="list-group">
30
+ <% @directory_categories.each do |directory_category| %>
31
+ <li class="list-group-item">
32
+ <span class="badge badge-default badge-roundless"><%= directory_category.listings.count %></span>
33
+ <%= link_to directory_category.catname, directory_category %>
34
+ </li>
35
+ <% end %>
36
+ </ul>
32
37
  </div>
33
- </div>
34
- <div class="panel-body">
35
- <ul class="list-group">
36
- <% @directory_categories.each do |directory_category| %>
37
- <li class="list-group-item">
38
- <span class="badge badge-default badge-roundless"><%= directory_category.listings.count %></span>
39
- <%= link_to directory_category.catname, directory_category %>
40
- </li>
41
- <% end %>
42
- </ul>
43
38
  </div>
44
39
  </div>
45
-
46
40
  </div>
47
- </div>
41
+ </section>
42
+ <!-- Main Content -->
@@ -1,46 +1,36 @@
1
- <!-- Title Variables -->
1
+ <!-- Title System -->
2
2
  <% phc_title "Directory Category Manager" %>
3
3
  <% phc_title_tagline "Create a New Directory Category" %>
4
-
5
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", directory_root_path %></li>
12
- <li><%= link_to "Directory Category List", directory_categories_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
- </ol>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- </div>
23
- </div>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
6
+ <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
+ <!-- Title System -->
8
+
9
+ <!-- Page Title Bar -->
10
+ <section class="content-header">
11
+ <!-- Page Title and BreadCrumb -->
12
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
13
+ <ol class="breadcrumb">
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
+ </ol>
17
+ <!-- Page Title and BreadCrumb -->
18
+ </section>
19
+ <!-- Page Title Bar -->
24
20
 
25
21
  <!-- Main Content -->
26
- <div class="row">
27
- <div class="col-lg-12">
28
-
29
- <div class="panel panel-default">
30
-
31
- <div class="panel-heading">
32
- <div class="caption">
33
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
22
+ <section class="content">
23
+ <div class="row">
24
+ <div class="col-lg-12">
25
+ <div class="box">
26
+ <div class="box-header with-border">
27
+ <h3 class="box-title"><%= yield(:phc_title) %></h3>
34
28
  </div>
35
- <div class="actions">
29
+ <div class="box-body">
30
+ <%= render 'form', directory_category: @directory_category %>
36
31
  </div>
37
32
  </div>
38
-
39
- <div class="panel-body">
40
- <%= render 'form', directory_category: @directory_category %>
41
- </div>
42
-
43
33
  </div>
44
-
45
34
  </div>
46
- </div>
35
+ </section>
36
+ <!-- Main Content -->
@@ -1,28 +1,27 @@
1
- <!-- Title Variables -->
2
- <% phc_title "Member Listings Manager" %>
3
- <% phc_title_tagline "Detailed Category Information" %>
1
+ <!-- Title System -->
2
+ <% phc_title "Directory Category Manager" %>
3
+ <% phc_title_tagline "Detailed Information for " + @directory_category.catname %>
4
+ <% phc_breadcrumb_one link_to "Dashboard", phcmemberspro.modules_dashboards_index_path %>
5
+ <% phc_breadcrumb_two link_to "Directory Category Index", phcmemberspro.directory_categories_path %>
6
+ <% phc_breadcrumb_three yield(:phc_title_tagline) %>
7
+ <!-- Title System -->
4
8
 
5
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", directory_root_path %></li>
12
- <li><%= link_to "Directory Category List", directory_categories_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
- </ol>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- </div>
23
- </div>
9
+ <!-- Page Title Bar -->
10
+ <section class="content-header">
11
+ <!-- Page Title and BreadCrumb -->
12
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
13
+ <ol class="breadcrumb">
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
+ </ol>
17
+ <!-- Page Title and BreadCrumb -->
18
+ </section>
19
+ <!-- Page Title Bar -->
24
20
 
25
21
  <!-- Main Content -->
26
- <div class="row">
27
- <%= render 'phcmembers/directory/categories/components/category_main' %>
28
- </div>
22
+ <section class="content">
23
+ <div class="row">
24
+ <%= render 'phcmembers/directory/categories/components/category_main' %>
25
+ </div>
26
+ </section>
27
+ <!-- Main Content -->
@@ -1,21 +1,20 @@
1
- <!-- Title System -->
2
- <% phc_title "Member Listing Manager" %>
3
- <% phc_title_tagline "Update Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
1
+ <!-- Title Variables -->
2
+ <% phc_title "Member Address Manager" %>
3
+ <% phc_title_tagline "Update Address 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) %>
4
7
  <!-- Title System -->
5
8
 
6
9
  <!-- Page Title Bar -->
7
10
  <section class="content-header">
8
-
9
11
  <!-- Page Title and BreadCrumb -->
10
12
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
13
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Address Index", member_profile_addresses_path %></li>
15
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
16
  </ol>
17
17
  <!-- Page Title and BreadCrumb -->
18
-
19
18
  </section>
20
19
  <!-- Page Title Bar -->
21
20
 
@@ -23,16 +22,16 @@
23
22
  <section class="content">
24
23
  <div class="row">
25
24
  <div class="col-lg-12">
26
-
27
25
  <div class="box">
28
26
  <div class="box-header with-border">
29
27
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
30
28
  </div>
31
29
  <div class="box-body">
30
+
32
31
  <%= render 'form', { form_url: member_profile_address_path } %>
32
+
33
33
  </div>
34
34
  </div>
35
-
36
35
  </div>
37
36
  </div>
38
37
  </section>
@@ -1,20 +1,19 @@
1
1
  <!-- Title Variables -->
2
2
  <% phc_title "Member Address Manager" %>
3
3
  <% phc_title_tagline "Address 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) %>
4
6
  <!-- Title System -->
5
7
 
6
8
  <!-- Page Title Bar -->
7
9
  <section class="content-header">
8
-
9
10
  <!-- Page Title and BreadCrumb -->
10
11
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
12
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li class="active"><%= yield(:phc_title_tagline) %></li>
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
15
15
  </ol>
16
16
  <!-- Page Title and BreadCrumb -->
17
-
18
17
  </section>
19
18
  <!-- Page Title Bar -->
20
19
 
@@ -22,12 +21,12 @@
22
21
  <section class="content">
23
22
  <div class="row">
24
23
  <div class="col-lg-12">
25
-
26
24
  <div class="box">
27
25
  <div class="box-header with-border">
28
26
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
29
27
  </div>
30
28
  <div class="box-body">
29
+
31
30
  <table class="table table-striped table-bordered table-advance table-hover">
32
31
  <thead>
33
32
  <tr>
@@ -60,8 +59,8 @@
60
59
  <i class="fa fa-plus"></i> <%= "Add a New Address for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
61
60
  <% end %>
62
61
  </div>
63
- </div>
64
62
 
63
+ </div>
65
64
  </div>
66
65
  </div>
67
66
  </section>
@@ -1,21 +1,20 @@
1
- <!-- Title System -->
1
+ <!-- Title Variables -->
2
2
  <% phc_title "Member Address Manager" %>
3
- <% phc_title_tagline "New Address for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
3
+ <% phc_title_tagline "Create a New Address 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) %>
4
7
  <!-- Title System -->
5
8
 
6
9
  <!-- Page Title Bar -->
7
10
  <section class="content-header">
8
-
9
11
  <!-- Page Title and BreadCrumb -->
10
12
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
13
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Address Index", member_profile_addresses_path %></li>
15
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
16
  </ol>
17
17
  <!-- Page Title and BreadCrumb -->
18
-
19
18
  </section>
20
19
  <!-- Page Title Bar -->
21
20
 
@@ -23,17 +22,17 @@
23
22
  <section class="content">
24
23
  <div class="row">
25
24
  <div class="col-lg-12">
26
-
27
25
  <div class="box">
28
26
  <div class="box-header with-border">
29
27
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
30
28
  </div>
31
29
  <div class="box-body">
30
+
32
31
  <%= render 'form', { form_url: member_profile_addresses_path } %>
32
+
33
33
  </div>
34
34
  </div>
35
-
36
35
  </div>
37
36
  </div>
38
37
  </section>
39
- <!-- Main Content -->
38
+ <!-- Main Content -->
@@ -1,29 +1,27 @@
1
1
  <!-- Title Variables -->
2
- <% phc_title "Member Listings Manager" %>
3
- <% phc_title_tagline "Detailed Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
2
+ <% phc_title "Member Address Manager" %>
3
+ <% phc_title_tagline "Detailed Address 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
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", member_root_path %></li>
12
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
13
- <li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Address Index", member_profile_addresses_path %></li>
14
- <li class="active"><%= yield(:phc_title_tagline) %></li>
15
- </ol>
16
-
17
- <!-- Page Title -->
18
- <h3 class="page-title">
19
- <%= yield(:phc_title) %> </br>
20
- <small><%= yield(:phc_title_tagline) %></small>
21
- </h3>
22
-
23
- </div>
24
- </div>
9
+ <!-- Page Title Bar -->
10
+ <section class="content-header">
11
+ <!-- Page Title and BreadCrumb -->
12
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
13
+ <ol class="breadcrumb">
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
+ </ol>
17
+ <!-- Page Title and BreadCrumb -->
18
+ </section>
19
+ <!-- Page Title Bar -->
25
20
 
26
21
  <!-- Main Content -->
27
- <div class="row">
28
- <%= render 'phcmembers/member/addresses/components/address_main' %>
29
- </div>
22
+ <section class="content">
23
+ <div class="row">
24
+ <%= render 'phcmembers/member/addresses/components/address_main' %>
25
+ </div>
26
+ </section>
27
+ <!-- Main Content -->
@@ -1,21 +1,20 @@
1
- <!-- Title System -->
1
+ <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
- <% phc_title_tagline "Update Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
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) %>
4
7
  <!-- Title System -->
5
8
 
6
9
  <!-- Page Title Bar -->
7
10
  <section class="content-header">
8
-
9
11
  <!-- Page Title and BreadCrumb -->
10
12
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
13
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Listing Index", member_profile_listings_path %></li>
15
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
16
  </ol>
17
17
  <!-- Page Title and BreadCrumb -->
18
-
19
18
  </section>
20
19
  <!-- Page Title Bar -->
21
20
 
@@ -23,17 +22,17 @@
23
22
  <section class="content">
24
23
  <div class="row">
25
24
  <div class="col-lg-12">
26
-
27
25
  <div class="box">
28
26
  <div class="box-header with-border">
29
27
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
30
28
  </div>
31
29
  <div class="box-body">
30
+
32
31
  <%= render 'form', { form_url: member_profile_listing_path } %>
32
+
33
33
  </div>
34
34
  </div>
35
-
36
35
  </div>
37
36
  </div>
38
37
  </section>
39
- <!-- Main Content -->
38
+ <!-- Main Content -->
@@ -1,20 +1,19 @@
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) %>
4
6
  <!-- Title System -->
5
7
 
6
8
  <!-- Page Title Bar -->
7
9
  <section class="content-header">
8
-
9
10
  <!-- Page Title and BreadCrumb -->
10
11
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
12
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", modules_dashboards_index_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li class="active"><%= yield(:phc_title_tagline) %></li>
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
15
15
  </ol>
16
16
  <!-- Page Title and BreadCrumb -->
17
-
18
17
  </section>
19
18
  <!-- Page Title Bar -->
20
19
 
@@ -22,12 +21,12 @@
22
21
  <section class="content">
23
22
  <div class="row">
24
23
  <div class="col-lg-12">
25
-
26
24
  <div class="box">
27
25
  <div class="box-header with-border">
28
26
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
29
27
  </div>
30
28
  <div class="box-body">
29
+
31
30
  <table class="table table-striped table-bordered table-hover dataTables-example">
32
31
  <thead class="thead-inverse">
33
32
  <tr>
@@ -62,9 +61,9 @@
62
61
  <i class="fa fa-plus"></i> Create a New Listing for <%= @members_profile_info.mfirstname + ' ' + @members_profile_info.mlastname %>
63
62
  <% end %>
64
63
  </div>
65
- </div>
66
64
 
65
+ </div>
67
66
  </div>
68
67
  </div>
69
68
  </section>
70
- <!-- Main Content -->
69
+ <!-- Main Content -->
@@ -1,21 +1,20 @@
1
- <!-- Title System -->
1
+ <!-- Title Variables -->
2
2
  <% phc_title "Member Listing Manager" %>
3
- <% phc_title_tagline "New Listing for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
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) %>
4
7
  <!-- Title System -->
5
8
 
6
9
  <!-- Page Title Bar -->
7
10
  <section class="content-header">
8
-
9
11
  <!-- Page Title and BreadCrumb -->
10
12
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
13
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Listing Index", member_profile_listings_path %></li>
15
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
16
  </ol>
17
17
  <!-- Page Title and BreadCrumb -->
18
-
19
18
  </section>
20
19
  <!-- Page Title Bar -->
21
20
 
@@ -23,17 +22,17 @@
23
22
  <section class="content">
24
23
  <div class="row">
25
24
  <div class="col-lg-12">
26
-
27
25
  <div class="box">
28
26
  <div class="box-header with-border">
29
27
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
30
28
  </div>
31
29
  <div class="box-body">
30
+
32
31
  <%= render 'form', { form_url: member_profile_listings_path } %>
32
+
33
33
  </div>
34
34
  </div>
35
-
36
35
  </div>
37
36
  </div>
38
37
  </section>
39
- <!-- Main Content -->
38
+ <!-- Main Content -->
@@ -1,29 +1,27 @@
1
1
  <!-- Title Variables -->
2
- <% phc_title "Member Listings Manager" %>
3
- <% phc_title_tagline "Detailed Listing Information for " + @members_profile_info.mfirstname + " " + @members_profile_info.mlastname %>
2
+ <% phc_title "Member Listing Manager" %>
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
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", member_root_path %></li>
12
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
13
- <li><%= link_to @members_profile_info.mfirstname + " " + @members_profile_info.mlastname + " Listing Index", member_profile_listings_path %></li>
14
- <li class="active"><%= yield(:phc_title_tagline) %></li>
15
- </ol>
16
-
17
- <!-- Page Title -->
18
- <h3 class="page-title">
19
- <%= yield(:phc_title) %> </br>
20
- <small><%= yield(:phc_title_tagline) %></small>
21
- </h3>
22
-
23
- </div>
24
- </div>
9
+ <!-- Page Title Bar -->
10
+ <section class="content-header">
11
+ <!-- Page Title and BreadCrumb -->
12
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
13
+ <ol class="breadcrumb">
14
+ <li><%= yield(:phc_breadcrumb_one) %></li>
15
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
16
+ </ol>
17
+ <!-- Page Title and BreadCrumb -->
18
+ </section>
19
+ <!-- Page Title Bar -->
25
20
 
26
21
  <!-- Main Content -->
27
- <div class="row">
28
- <%= render 'phcmembers/member/listings/components/listing_main' %>
29
- </div>
22
+ <section class="content">
23
+ <div class="row">
24
+ <%= render 'phcmembers/member/listings/components/listing_main' %>
25
+ </div>
26
+ </section>
27
+ <!-- Main Content -->
@@ -1,20 +1,19 @@
1
- <!-- Title Variables -->
2
- <% phc_title "Member Profile Manager" %>
3
- <% phc_title_tagline "Update Member Profile" %>
1
+ <!-- Title System -->
2
+ <% phc_title "Members Manager" %>
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) %>
4
6
  <!-- Title System -->
5
7
 
6
8
  <!-- Page Title Bar -->
7
9
  <section class="content-header">
8
-
9
10
  <!-- Page Title and BreadCrumb -->
10
11
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
12
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
14
- <li class="active"><%= yield(:phc_title_tagline) %></li>
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
15
15
  </ol>
16
16
  <!-- Page Title and BreadCrumb -->
17
-
18
17
  </section>
19
18
  <!-- Page Title Bar -->
20
19
 
@@ -22,17 +21,17 @@
22
21
  <section class="content">
23
22
  <div class="row">
24
23
  <div class="col-lg-12">
25
-
26
24
  <div class="box">
27
25
  <div class="box-header with-border">
28
26
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
29
27
  </div>
30
28
  <div class="box-body">
29
+
31
30
  <%= render 'form', member_profile: @member_profile %>
31
+
32
32
  </div>
33
33
  </div>
34
-
35
34
  </div>
36
35
  </div>
37
36
  </section>
38
- <!-- Main Content -->
37
+ <!-- Main Content -->
@@ -1,19 +1,19 @@
1
- <!-- Title Variables -->
2
- <% phc_title "Member Profile Manager" %>
3
- <% phc_title_tagline "Members Main Index" %>
1
+ <!-- Title System -->
2
+ <% phc_title "Members Manager" %>
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) %>
4
6
  <!-- Title System -->
5
7
 
6
8
  <!-- Page Title Bar -->
7
9
  <section class="content-header">
8
-
9
10
  <!-- Page Title and BreadCrumb -->
10
11
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
12
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
14
15
  </ol>
15
16
  <!-- Page Title and BreadCrumb -->
16
-
17
17
  </section>
18
18
  <!-- Page Title Bar -->
19
19
 
@@ -21,12 +21,12 @@
21
21
  <section class="content">
22
22
  <div class="row">
23
23
  <div class="col-lg-12">
24
-
25
24
  <div class="box">
26
25
  <div class="box-header with-border">
27
26
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
28
27
  </div>
29
28
  <div class="box-body">
29
+
30
30
  <table class="table table-striped table-bordered table-advance table-hover">
31
31
  <thead>
32
32
  <tr>
@@ -53,9 +53,9 @@
53
53
  <i class="fa fa-plus"></i> Create a New Member
54
54
  <% end %>
55
55
  </div>
56
- </div>
57
56
 
57
+ </div>
58
58
  </div>
59
59
  </div>
60
60
  </section>
61
- <!-- Main Content -->
61
+ <!-- Main Content -->
@@ -1,19 +1,19 @@
1
- <!-- Title Variables -->
2
- <% phc_title "Member Profile Manager" %>
3
- <% phc_title_tagline "Create a New Member Profile" %>
1
+ <!-- Title System -->
2
+ <% phc_title "Members Manager" %>
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) %>
4
6
  <!-- Title System -->
5
7
 
6
8
  <!-- Page Title Bar -->
7
9
  <section class="content-header">
8
-
9
10
  <!-- Page Title and BreadCrumb -->
10
11
  <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
11
12
  <ol class="breadcrumb">
12
- <li><%= link_to "Dashboard", member_root_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
14
15
  </ol>
15
16
  <!-- Page Title and BreadCrumb -->
16
-
17
17
  </section>
18
18
  <!-- Page Title Bar -->
19
19
 
@@ -21,17 +21,17 @@
21
21
  <section class="content">
22
22
  <div class="row">
23
23
  <div class="col-lg-12">
24
-
25
24
  <div class="box">
26
25
  <div class="box-header with-border">
27
26
  <h3 class="box-title"><%= yield(:phc_title) %></h3>
28
27
  </div>
29
28
  <div class="box-body">
29
+
30
30
  <%= render 'form', member_profile: @member_profile %>
31
+
31
32
  </div>
32
33
  </div>
33
-
34
34
  </div>
35
35
  </div>
36
36
  </section>
37
- <!-- Main Content -->
37
+ <!-- Main Content -->
@@ -1,35 +1,31 @@
1
- <!-- Title Variables -->
2
- <% phc_title "Member Profile Manager" %>
3
- <% phc_title_tagline "Detailed Profile for " + @member_profile.mfirstname + " " + @member_profile.mlastname %>
1
+ <!-- Title System -->
2
+ <% phc_title "Members Manager" %>
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
- <!-- Page Header -->
6
- <div class="row">
7
- <div class="col-lg-12">
8
-
9
- <!-- Bread Crumbs -->
10
- <ol class="breadcrumb">
11
- <li><%= link_to "Dashboard", member_root_path %></li>
12
- <li><%= link_to "Member Profile List", member_profiles_path %></li>
13
- <li class="active"><%= yield(:phc_title_tagline) %></li>
14
- </ol>
15
-
16
- <!-- Page Title -->
17
- <h3 class="page-title">
18
- <%= yield(:phc_title) %> </br>
19
- <small><%= yield(:phc_title_tagline) %></small>
20
- </h3>
21
-
22
- </div>
23
- </div>
8
+ <!-- Page Title Bar -->
9
+ <section class="content-header">
10
+ <!-- Page Title and BreadCrumb -->
11
+ <h1><%= yield(:phc_title) %> <small><%= yield(:phc_title_tagline) %></small></h1>
12
+ <ol class="breadcrumb">
13
+ <li><%= yield(:phc_breadcrumb_one) %></li>
14
+ <li class="active"><%= yield(:phc_breadcrumb_two) %></li>
15
+ </ol>
16
+ <!-- Page Title and BreadCrumb -->
17
+ </section>
18
+ <!-- Page Title Bar -->
24
19
 
25
20
  <!-- Main Content -->
26
- <div class="row">
27
-
28
- <div class="col-md-3">
29
- <%= render 'phcmembers/member/profiles/components/profile_sidebar' %>
30
- </div>
31
- <div class="col-md-9">
32
- <%= render 'phcmembers/member/profiles/components/profile_main' %>
21
+ <section class="content">
22
+ <div class="row">
23
+ <div class="col-md-3">
24
+ <%= render 'phcmembers/member/profiles/components/profile_sidebar' %>
25
+ </div>
26
+ <div class="col-md-9">
27
+ <%= render 'phcmembers/member/profiles/components/profile_main' %>
28
+ </div>
33
29
  </div>
34
-
35
- </div>
30
+ </section>
31
+ <!-- Main Content -->
@@ -1,3 +1,3 @@
1
1
  module Phcmembers
2
- VERSION = "6.5.1"
3
- end
2
+ VERSION = "6.7.0"
3
+ end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcmembers
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.5.1
4
+ version: 6.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-04 00:00:00.000000000 Z
11
+ date: 2017-03-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails