phcpresspro 5.3.3 → 5.3.4

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: 8cbdcec11e975c3cd41d657aee3928f7732eefe8
4
- data.tar.gz: 68a345d0a1d719064e0836b2f32f0040caaebfe3
3
+ metadata.gz: c83e12b4919222243cc39007d734f75cb3f015da
4
+ data.tar.gz: a42a0bd717bec1ae6b1ec7aafca5c9f831a08794
5
5
  SHA512:
6
- metadata.gz: 65a9ee1341b14157bf8b7c2f215d3c077197fd1832390fd733e5a4fb194dffe09b292e04e2478e0d4e0eca98362572fb2cb28884e793d493bc564f7e1edf74f1
7
- data.tar.gz: c95b76c6c89a69f3d74359cbce733d0ec3f070ad32f549ec8a864519ffa54142b79b04356098e3db98a1cca8fa1cf9de09b50449de0afa4378a55c6840ebed58
6
+ metadata.gz: a202c439b33d1fb0d1832bd0a015ffa3e144f40ff43b655705088e2861a7674db9405483add337a75b5ab2ab9ca24e11ec2675cff8601181177d9933b79d5d4b
7
+ data.tar.gz: 35ff7b4eb35b202900f19bd3b812b8ff17c247153366a62eca68b180af60303918c8303352d069021e6cdda62313ee1c2f6856917f74f52d05f12366ff1b536c
@@ -1,42 +1,56 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "PHCPress Plugin: Connections" %>
3
- <% phc_title_tagline "Edit Plugin Connections" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Plugin Connections List", phcpresspro.modules_connections_path %><i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %></li>
11
- </ul>
3
+ <% phc_title_tagline "Update Category Connections" %>
4
+ <!-- Title System -->
12
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Category List", phcpresspro.modules_connections_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcpresspro.modules_connections_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Connections Index
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
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
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
- <div class="caption">
29
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
30
44
  </div>
31
- <div class="actions">
45
+
46
+ <div class="ibox-content">
47
+ <%= render 'form', modules_connection: @modules_connection %>
32
48
  </div>
33
- </div>
34
49
 
35
- <div class="portlet-body">
36
- <%= render 'form', modules_connection: @modules_connection %>
37
50
  </div>
38
51
 
39
52
  </div>
40
-
41
53
  </div>
54
+
42
55
  </div>
56
+ <!-- Page Content -->
@@ -1,69 +1,78 @@
1
1
  <!-- Title System -->
2
- <% phc_title "PHCPress - Articles" %>
3
- <% phc_title_tagline "Article Index" %>
4
-
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Articles List", phcpresspro.modules_connections_path %><i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %></li>
11
- </ul>
2
+ <% phc_title "PHCPress Plugin: Connections" %>
3
+ <% phc_title_tagline "Connections Index" %>
4
+ <!-- Title System -->
12
5
 
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Articles List", phcpresspro.modules_connections_path %></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcpresspro.new_modules_connection_path, class: "btn blue-primary" do %>
19
+ <i class="fa fa-plus"></i> Create a New Connection
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
24
+ <!-- Page Header -->
14
25
 
15
- <!-- Page Title -->
16
- <h3 class="page-title">
17
- <%= yield(:phc_title) %> </br>
18
- <small><%= yield(:phc_title_tagline) %></small>
19
- </h3>
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
20
28
 
21
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
29
+ <div class="row">
30
+ <div class="col-lg-12">
24
31
 
25
- <div class="portlet light">
32
+ <div class="ibox float-e-margins">
26
33
 
27
- <div class="portlet-title">
28
-
29
- <div class="caption">
30
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
31
- </div>
32
- <div class="actions">
33
- <%= link_to phcpresspro.new_modules_connection_path, class: "btn blue-chambray" do %>
34
- <i class="fa fa-plus"></i> Create a New Connection
35
- <% end %>
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
36
44
  </div>
37
45
 
38
- </div>
39
-
40
- <div class="portlet-body">
41
- <div class="table-responsive">
42
- <table class="table table-striped table-bordered table-hover table-header-fixed">
46
+ <div class="ibox-content">
47
+ <div class="table-responsive">
43
48
 
44
- <thead>
45
- <tr>
46
- <th>Item</th>
47
- <th>Article</th>
48
- <th></th>
49
- </tr>
50
- </thead>
51
-
52
- <tbody>
53
- <% @modules_connections.each do |modules_connection| %>
49
+ <table class="table table-striped table-bordered table-hover dataTables-example">
50
+ <thead>
54
51
  <tr>
55
- <td><%= link_to modules_connection.category.catname, modules_connection %></td>
56
- <td><%= link_to modules_connection.post.psttitle, modules_connection %></td>
57
- <td><%= link_to 'Delete', modules_connection, class: "btn btn-primary btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
52
+ <th>Item</th>
53
+ <th>Article</th>
54
+ <th></th>
58
55
  </tr>
59
- <% end %>
60
- </tbody>
56
+ </thead>
57
+
58
+ <tbody>
59
+ <% @modules_connections.each do |modules_connection| %>
60
+ <tr>
61
+ <td><%= link_to modules_connection.category.catname, modules_connection %></td>
62
+ <td><%= link_to modules_connection.post.psttitle, modules_connection %></td>
63
+ <td><%= link_to 'Delete', modules_connection, class: "btn btn-primary btn-xs", method: :delete, data: { confirm: 'Are you sure?' } %></td>
64
+ </tr>
65
+ <% end %>
66
+ </tbody>
67
+ </table>
61
68
 
62
- </table>
69
+ </div>
63
70
  </div>
71
+
64
72
  </div>
65
73
 
66
74
  </div>
67
-
68
75
  </div>
76
+
69
77
  </div>
78
+ <!-- Page Content -->
@@ -1,42 +1,56 @@
1
1
  <!-- Title System -->
2
2
  <% phc_title "PHCPress Plugin: Connections" %>
3
3
  <% phc_title_tagline "Create a New Plugin Connection" %>
4
+ <!-- Title System -->
4
5
 
5
- <!-- Bread Crumb -->
6
- <div class="page-bar">
7
-
8
- <ul class="page-breadcrumb">
9
- <li><%= link_to "Plugin Connections List", phcpresspro.modules_connections_path %><i class="fa fa-circle"></i></li>
10
- <li class="active"><%= yield(:phc_title_tagline) %></li>
11
- </ul>
12
-
6
+ <!-- Page Header -->
7
+ <div class="row wrapper border-bottom white-bg page-heading">
8
+ <div class="col-sm-4">
9
+ <h2><%= yield(:phc_title) %></h2>
10
+ <!-- Bread Crumb -->
11
+ <ol class="breadcrumb">
12
+ <li><%= link_to "Plugin Connections List", phcpresspro.modules_connections_path %><i class="fa fa-circle"></i></li>
13
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
14
+ </ol>
15
+ </div>
16
+ <div class="col-sm-8">
17
+ <div class="title-action">
18
+ <%= link_to phcpresspro.modules_connections_path, class: "btn btn-primary" do %>
19
+ <i class="fa fa-plus"></i> Back to Connections Index
20
+ <% end %>
21
+ </div>
22
+ </div>
13
23
  </div>
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
- <!-- Main Content -->
22
- <div class="row">
23
- <div class="col-lg-12">
24
-
25
- <div class="portlet light">
26
-
27
- <div class="portlet-title">
28
- <div class="caption">
29
- <span class="caption-subject bold uppercase"><%= yield(:phc_title_tagline) %></span>
24
+ <!-- Page Header -->
25
+
26
+ <!-- Page Content -->
27
+ <div class="wrapper wrapper-content animated fadeInRight">
28
+
29
+ <div class="row">
30
+ <div class="col-lg-12">
31
+
32
+ <div class="ibox float-e-margins">
33
+
34
+ <div class="ibox-title">
35
+ <h5><%= yield(:phc_title_tagline) %></h5>
36
+ <div class="ibox-tools">
37
+ <a class="collapse-link">
38
+ <i class="fa fa-chevron-up"></i>
39
+ </a>
40
+ <a class="close-link">
41
+ <i class="fa fa-times"></i>
42
+ </a>
43
+ </div>
30
44
  </div>
31
- <div class="actions">
45
+
46
+ <div class="ibox-content">
47
+ <%= render 'form', modules_connection: @modules_connection %>
32
48
  </div>
33
- </div>
34
49
 
35
- <div class="portlet-body">
36
- <%= render 'form', modules_connection: @modules_connection %>
37
50
  </div>
38
51
 
39
52
  </div>
40
-
41
53
  </div>
54
+
42
55
  </div>
56
+ <!-- Page Content -->
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "5.3.3"
2
+ VERSION = "5.3.4"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: phcpresspro
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.3.3
4
+ version: 5.3.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts