phcpresspro 4.2.7 → 4.2.8

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: 846813e43076834d0476fe187629239cb4fafa28
4
- data.tar.gz: 77d896cbc6ff3a355c5ea1b2050f7b5c1f91e3eb
3
+ metadata.gz: 0ac6d431583b473dfd01e78779648f5b280a11a3
4
+ data.tar.gz: a7237ddcbb5502e23d442435f58c1871096f75cc
5
5
  SHA512:
6
- metadata.gz: 41dddc33ca07d59a8293ee7a6d8412b2a3a128c226a3433a28cd32a45f8269a6bb348e076d2b1fb12e300155eddc100c66515513e7561cd0cfa65433068e90f3
7
- data.tar.gz: d55a524af5e8117b2ee650e71431f9240b4357e038d4605dd662e1a305de6d8e40f156ba80160fdec11601fa0c2c701d8c7693f989d50721757666984d54c195
6
+ metadata.gz: 74ca5f990e071392dc672ead665634faf60b2d2f71242efa2b6e7381feb61f26ed5caf028df351dc2bebb8ab96a8a64390665bb11f3f575d0061da7c93ac7415
7
+ data.tar.gz: 7687456368354cabe6eecfdd403c40fe73b40479cacb13686730df2b07d9b4baf13087c09d217446fd047b68e6568e302b032102cebe14f4d094cbdbad3f3384
@@ -1,16 +1,19 @@
1
1
  <div class="row">
2
2
  <%= form_for(@articles_post, :html => {:multipart => true}) do |f| %>
3
-
4
- <!-- PHC-Notifi Render Validation -->
5
- <%= render 'phcnotifi/validations', :object => @articles_post %>
6
-
3
+
7
4
  <div class="col-md-3">
8
5
 
9
- <div class="panel panel-primary">
10
- <div class="panel-heading">
11
- <i class="fa fa-paper-plane-o"></i> Publish Panel
6
+ <div class="portlet light">
7
+
8
+ <div class="portlet-title">
9
+ <div class="caption">
10
+ <span class="caption-subject bold uppercase">Article Publish Panel</span>
11
+ </div>
12
+ <div class="actions">
13
+ </div>
12
14
  </div>
13
- <div class="panel-body">
15
+
16
+ <div class="portlet-body">
14
17
  <div class="form-group">
15
18
  <%= f.label :pststatus, "Post Status" %>
16
19
  <%= f.select( :pststatus, [['Draft','draft'],['Publish','publish'],['Review','review']], {}, {class: "form-control form-control-sm"}) %>
@@ -19,13 +22,20 @@
19
22
  <%= f.submit "Publish", class: "btn btn-primary btn-sm" %>
20
23
  </div>
21
24
  </div>
25
+
22
26
  </div>
23
27
 
24
- <div class="panel panel-primary">
25
- <div class="panel-heading">
26
- <i class="fa fa-camera-retro"></i> Post Images
28
+ <div class="portlet light">
29
+
30
+ <div class="portlet-title">
31
+ <div class="caption">
32
+ <span class="caption-subject bold uppercase">Article Images</span>
33
+ </div>
34
+ <div class="actions">
35
+ </div>
27
36
  </div>
28
- <div class="panel-body">
37
+
38
+ <div class="portlet-body">
29
39
  <div class="form-group">
30
40
  <%= f.label :pstimage, "Featured Image" %>
31
41
  <%= f.file_field :pstimage, class: "form-control" %>
@@ -36,13 +46,20 @@
36
46
  <%= f.check_box :remove_pstimage %>
37
47
  <% end %>
38
48
  </div>
49
+
39
50
  </div>
40
51
 
41
- <div class="panel panel-primary">
42
- <div class="panel-heading">
43
- <i class="fa fa-sitemap"></i> Post Categories & Tags
52
+ <div class="portlet light">
53
+
54
+ <div class="portlet-title">
55
+ <div class="caption">
56
+ <span class="caption-subject bold uppercase">Article Tags &amp; Categories</span>
57
+ </div>
58
+ <div class="actions">
59
+ </div>
44
60
  </div>
45
- <div class="panel-body">
61
+
62
+ <div class="portlet-body">
46
63
  <div class="form-group">
47
64
  <%= f.collection_check_boxes :category_ids, Phcpresspro::Modules::Category.all, :id, :catname do |post_category| %>
48
65
  <%= post_category.check_box %>
@@ -50,17 +67,24 @@
50
67
  <% end %>
51
68
  </div>
52
69
  </div>
70
+
53
71
  </div>
54
72
 
55
73
  </div>
56
74
 
57
75
  <div class="col-md-9 ">
58
76
 
59
- <div class="panel panel-primary">
60
- <div class="panel-heading">
61
- <i class="fa fa-pencil-square-o"></i> Blog Post Publisher
77
+ <div class="portlet light">
78
+
79
+ <div class="portlet-title">
80
+ <div class="caption">
81
+ <span class="caption-subject bold uppercase">Article Publisher</span>
82
+ </div>
83
+ <div class="actions">
84
+ </div>
62
85
  </div>
63
- <div class="panel-body">
86
+
87
+ <div class="portlet-body">
64
88
  <div class="form-group">
65
89
  <%= f.label :psttitle, "Title" %>
66
90
  <%= f.text_field :psttitle, class: "form-control" %>
@@ -74,6 +98,7 @@
74
98
  <%= f.text_area :pstexcerpts, class: "form-control" %>
75
99
  </div>
76
100
  </div>
101
+
77
102
  </div>
78
103
 
79
104
  </div>
@@ -6,7 +6,7 @@
6
6
  <div class="page-bar">
7
7
 
8
8
  <ul class="page-breadcrumb">
9
- <li><%= link_to "Script Listings", phcpresspro.articles_posts_path %><i class="fa fa-circle"></i></li>
9
+ <li><%= link_to "Article List", phcpresspro.articles_posts_path %><i class="fa fa-circle"></i></li>
10
10
  <li class="active"><%= yield(:phc_title_tagline) %></li>
11
11
  </ul>
12
12
 
@@ -1 +1,42 @@
1
- <%= render 'form', modules_category: @modules_category %>
1
+ <!-- Title System -->
2
+ <% phc_title "PHCPress Plugin: Categories" %>
3
+ <% phc_title_tagline "Article Categories" %>
4
+
5
+ <!-- Bread Crumb -->
6
+ <div class="page-bar">
7
+
8
+ <ul class="page-breadcrumb">
9
+ <li><%= link_to "Category List", phcpresspro.modules_category_path %><i class="fa fa-circle"></i></li>
10
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
11
+ </ul>
12
+
13
+ </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>
30
+ </div>
31
+ <div class="actions">
32
+ </div>
33
+ </div>
34
+
35
+ <div class="portlet-body">
36
+ <%= render 'form', modules_category: @modules_category %>
37
+ </div>
38
+
39
+ </div>
40
+
41
+ </div>
42
+ </div>
@@ -1 +1,42 @@
1
- <%= render 'form', modules_category: @modules_category %>
1
+ <!-- Title System -->
2
+ <% phc_title "PHCPress Plugin: Categories" %>
3
+ <% phc_title_tagline "Article Categories" %>
4
+
5
+ <!-- Bread Crumb -->
6
+ <div class="page-bar">
7
+
8
+ <ul class="page-breadcrumb">
9
+ <li><%= link_to "Category List", phcpresspro.modules_category_path %><i class="fa fa-circle"></i></li>
10
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
11
+ </ul>
12
+
13
+ </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>
30
+ </div>
31
+ <div class="actions">
32
+ </div>
33
+ </div>
34
+
35
+ <div class="portlet-body">
36
+ <%= render 'form', modules_category: @modules_category %>
37
+ </div>
38
+
39
+ </div>
40
+
41
+ </div>
42
+ </div>
@@ -1 +1,42 @@
1
- <%= render 'form', modules_connection: @modules_connection %>
1
+ <!-- Title System -->
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_connection_path %><i class="fa fa-circle"></i></li>
10
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
11
+ </ul>
12
+
13
+ </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>
30
+ </div>
31
+ <div class="actions">
32
+ </div>
33
+ </div>
34
+
35
+ <div class="portlet-body">
36
+ <%= render 'form', modules_connection: @modules_connection %>
37
+ </div>
38
+
39
+ </div>
40
+
41
+ </div>
42
+ </div>
@@ -1 +1,42 @@
1
- <%= render 'form', modules_connection: @modules_connection %>
1
+ <!-- Title System -->
2
+ <% phc_title "PHCPress Plugin: Connections" %>
3
+ <% phc_title_tagline "Create a New Plugin Connection" %>
4
+
5
+ <!-- Bread Crumb -->
6
+ <div class="page-bar">
7
+
8
+ <ul class="page-breadcrumb">
9
+ <li><%= link_to "Plugin Connections List", phcpresspro.modules_connection_path %><i class="fa fa-circle"></i></li>
10
+ <li class="active"><%= yield(:phc_title_tagline) %></li>
11
+ </ul>
12
+
13
+ </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>
30
+ </div>
31
+ <div class="actions">
32
+ </div>
33
+ </div>
34
+
35
+ <div class="portlet-body">
36
+ <%= render 'form', modules_connection: @modules_connection %>
37
+ </div>
38
+
39
+ </div>
40
+
41
+ </div>
42
+ </div>
@@ -1,3 +1,3 @@
1
1
  module Phcpresspro
2
- VERSION = "4.2.7"
2
+ VERSION = "4.2.8"
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: 4.2.7
4
+ version: 4.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - BradPotts