refinerycms 0.9.5.2 → 0.9.5.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -1,6 +1,6 @@
1
1
  <div id="body_content" class='clearfix'>
2
+ <h1 id='body_content_page_title'><%= page_title %></h1>
2
3
  <div id="body_content_left" class='inquiries'>
3
- <h1><%= page_title %></h1>
4
4
  <%= @page[:body] %>
5
5
 
6
6
  <%= error_messages_for :inquiry, :header_message => "Whoops there was a small problem",
@@ -1,6 +1,6 @@
1
1
  <div id="body_content" class='clearfix'>
2
+ <h1 id='body_content_page_title'><%= page_title %></h1>
2
3
  <div id="body_content_left">
3
- <h1><%= page_title %></h1>
4
4
  <%= @page[:body] %>
5
5
  </div>
6
6
  <div id='body_content_right' class='clearfix'>
@@ -1,6 +1,6 @@
1
1
  <div id='body_content' class='clearfix'>
2
+ <h1 id='body_content_page_title'><%= page_title %></h1>
2
3
  <div id='body_content_left' class='clearfix'>
3
- <h1><%= page_title %></h1>
4
4
  <%= @page[:body] %>
5
5
 
6
6
  <% if @news_items.size > 0 %>
@@ -15,15 +15,14 @@
15
15
  </head>
16
16
  <body>
17
17
  <%= render :partial => "/shared/ie6check" if request.env['HTTP_USER_AGENT'] =~ /MSIE/ %>
18
- <div id='page'>
18
+ <div id='page' class='clearfix'>
19
19
  <div id='header' class='clearfix'>
20
- <h1><%= link_to RefinerySetting[:site_name], root_url %></h1>
21
- <%= render :partial => "/shared/menu" %>
20
+ <%= render :partial => "/shared/header" %>
22
21
  </div>
23
22
  <div id='body' class='clearfix'>
24
23
  <%= yield %>
25
24
  </div>
26
- <div id='footer'>
25
+ <div id='footer' class='clearfix'>
27
26
  <%= render :partial => "/shared/footer" %>
28
27
  </div>
29
28
  </div>
@@ -1,3 +1,5 @@
1
- <p>
2
- Copyright &copy; <%= Time.now.year %> <%= RefinerySetting[:site_name] %>
3
- </p>
1
+ <div id='footer_content'>
2
+ <p>
3
+ Copyright &copy; <%= Time.now.year %> <%= RefinerySetting[:site_name] %>
4
+ </p>
5
+ </div>
@@ -0,0 +1,4 @@
1
+ <div id='header_content'>
2
+ <h1><%= link_to RefinerySetting[:site_name], root_url %></h1>
3
+ <%= render :partial => "/shared/menu" %>
4
+ </div>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: refinerycms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.5.2
4
+ version: 0.9.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Resolve Digital
@@ -413,6 +413,7 @@ files:
413
413
  - vendor/plugins/refinery/app/views/layouts/admin.html.erb
414
414
  - vendor/plugins/refinery/app/views/layouts/application.html.erb
415
415
  - vendor/plugins/refinery/app/views/shared/_footer.html.erb
416
+ - vendor/plugins/refinery/app/views/shared/_header.html.erb
416
417
  - vendor/plugins/refinery/app/views/shared/_google_analytics.html.erb
417
418
  - vendor/plugins/refinery/app/views/shared/_ie6check.html.erb
418
419
  - vendor/plugins/refinery/app/views/shared/_menu.html.erb