Skip to content

Commit

Permalink
Rename bg-picker components to edicy-tools
Browse files Browse the repository at this point in the history
  • Loading branch information
Kaspar Naaber committed Oct 7, 2014
1 parent 8bca393 commit 52a2cab
Show file tree
Hide file tree
Showing 9 changed files with 28 additions and 28 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions layouts/blog___news.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="{% if editmode %}editmode{% else %}public{% endif %}" lang="{{ page.language_code }}">
<head prefix="og: http://ogp.me/ns#">
{% include "html-head" %}
{% include "bg-picker-variables" %}
{% include "edicy-tools-variables" %}
</head>

<body class="blog-page js-body global-background-color {{ background_type }}-background" {% if background_color != '' or editmode %}{{ background_color_style}}{% endif %}>
Expand All @@ -25,7 +25,7 @@
{% include "footer" %}
</div>
{% include "javascripts" %}
{% include "bg-picker" %}
{% include "edicy-tools" %}
<script>
$(document).ready(function() {
currentUrl = window.location.href;
Expand Down
8 changes: 4 additions & 4 deletions layouts/blog_article.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<html class="{% if editmode %}editmode{% else %}public{% endif %}" lang="{{ page.language_code }}">
<head prefix="og: http://ogp.me/ns#">
{% include "html-head" %}
{% include "bg-picker-variables" %}
{% include "bg-picker-article-variables" %}
{% include "edicy-tools-variables" %}
{% include "edicy-tools-article-variables" %}
{{ site.stats_header }}
</head>

Expand Down Expand Up @@ -58,9 +58,9 @@
{% include "footer" %}
</div>
{% include "javascripts" %}
<script type="text/javascript">
<script type="text/javascript">
site.initArticlePage();
</script>
{% include "bg-picker-article" %}
{% include "edicy-tools-article" %}
</body>
</html>
4 changes: 2 additions & 2 deletions layouts/common_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="{% if editmode %}editmode{% else %}public{% endif %}" lang="{{ page.language_code }}">
<head prefix="og: http://ogp.me/ns#">
{% include "html-head" %}
{% include "bg-picker-variables" %}
{% include "edicy-tools-variables" %}
</head>

<body class="common-page js-body global-background-color {{ background_type }}-background" {% if background_color != '' or editmode %}{{ background_color_style}}{% endif %}>
Expand Down Expand Up @@ -45,6 +45,6 @@
<script type="text/javascript">
site.initCommonPage();
</script>
{% include "bg-picker" %}
{% include "edicy-tools" %}
</body>
</html>
4 changes: 2 additions & 2 deletions layouts/front_page.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html class="{% if editmode %}editmode{% else %}public{% endif %}" lang="{{ page.language_code }}">
<head prefix="og: http://ogp.me/ns#">
{% include "html-head" %}
{% include "bg-picker-variables" %}
{% include "edicy-tools-variables" %}
</head>

<body class="front-page js-body global-background-color {{ background_type }}-background" {% if background_color != '' or editmode %}{{ background_color_style}}{% endif %}>
Expand Down Expand Up @@ -41,6 +41,6 @@
</div>
{% include "javascripts" %}
<script type="text/javascript">site.initFrontPage();</script>
{% include "bg-picker" %}
{% include "edicy-tools" %}
</body>
</html>
36 changes: 18 additions & 18 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,44 +36,44 @@
{
"content_type": "component",
"component": true,
"file": "components/bg-picker-article-variables.tpl",
"layout_name": "bg-picker-article-variables",
"title": "bg-picker-article-variables"
"file": "components/comment-form.tpl",
"layout_name": "comment-form",
"title": "comment-form"
},
{
"content_type": "component",
"component": true,
"file": "components/bg-picker-article.tpl",
"layout_name": "bg-picker-article",
"title": "bg-picker-article"
"file": "components/comments.tpl",
"layout_name": "comments",
"title": "comments"
},
{
"content_type": "component",
"component": true,
"file": "components/bg-picker-variables.tpl",
"layout_name": "bg-picker-variables",
"title": "bg-picker-variables"
"file": "components/edicy-tools-article-variables.tpl",
"layout_name": "edicy-tools-article-variables",
"title": "edicy-tools-article-variables"
},
{
"content_type": "component",
"component": true,
"file": "components/bg-picker.tpl",
"layout_name": "bg-picker",
"title": "bg-picker"
"file": "components/edicy-tools-article.tpl",
"layout_name": "edicy-tools-article",
"title": "edicy-tools-article"
},
{
"content_type": "component",
"component": true,
"file": "components/comment-form.tpl",
"layout_name": "comment-form",
"title": "comment-form"
"file": "components/edicy-tools-variables.tpl",
"layout_name": "edicy-tools-variables",
"title": "edicy-tools-variables"
},
{
"content_type": "component",
"component": true,
"file": "components/comments.tpl",
"layout_name": "comments",
"title": "comments"
"file": "components/edicy-tools.tpl",
"layout_name": "edicy-tools",
"title": "edicy-tools"
},
{
"content_type": "component",
Expand Down

0 comments on commit 52a2cab

Please sign in to comment.