diff --git a/admin-dev/themes/default/template/content.tpl b/admin-dev/themes/default/template/content.tpl
index eb075512c..7d81a6596 100644
--- a/admin-dev/themes/default/template/content.tpl
+++ b/admin-dev/themes/default/template/content.tpl
@@ -25,7 +25,7 @@
{foreach from=$page_header_toolbar_btn item=btn key=k}
{if $k == 'modules-list'}
diff --git a/admin-dev/themes/default/template/controllers/addons_catalog/content.tpl b/admin-dev/themes/default/template/controllers/addons_catalog/content.tpl
index 71856813c..5ca953b48 100644
--- a/admin-dev/themes/default/template/controllers/addons_catalog/content.tpl
+++ b/admin-dev/themes/default/template/controllers/addons_catalog/content.tpl
@@ -22,6 +22,33 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
+{if isset($content)}
+ {if isset($show_page_header_toolbar) && $show_page_header_toolbar &&(!isset($lite_display) || !$lite_display)}
+
+ {foreach from=$page_header_toolbar_btn item=btn key=k}
+ {if $k == 'modules-list'}
+
+ {/if}
+ {/foreach}
+
+ {include file="page_header_toolbar.tpl" toolbar_btn=$page_header_toolbar_btn title=$page_header_toolbar_title}
+ {/if}
+ {$content}
+{/if}
+
diff --git a/admin-dev/themes/default/template/controllers/cart_rules/form.tpl b/admin-dev/themes/default/template/controllers/cart_rules/form.tpl
index 57ac8bf24..9f752db1e 100644
--- a/admin-dev/themes/default/template/controllers/cart_rules/form.tpl
+++ b/admin-dev/themes/default/template/controllers/cart_rules/form.tpl
@@ -1,45 +1,37 @@
-
- {include file="toolbar.tpl" toolbar_btn=$toolbar_btn toolbar_scroll=$toolbar_scroll title=$title}
-
{block name="leadin"}{/block}
-
-
-
-
-
-
-
+
+
-{$content}
-
+{if isset($content)}
+ {if isset($show_page_header_toolbar) && $show_page_header_toolbar &&(!isset($lite_display) || !$lite_display)}
+
+ {foreach from=$page_header_toolbar_btn item=btn key=k}
+ {if $k == 'modules-list'}
+
+ {/if}
+ {/foreach}
+
+ {include file="page_header_toolbar.tpl" toolbar_btn=$page_header_toolbar_btn title=$page_header_toolbar_title}
+ {/if}
+ {$content}
+{/if}
diff --git a/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl b/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl
index 7558ca2e5..355edbce5 100644
--- a/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl
+++ b/admin-dev/themes/default/template/controllers/geolocation/helpers/options/options.tpl
@@ -26,7 +26,8 @@
{extends file="helpers/options/options.tpl"}
{block name="field"}
{if $field['type'] == 'checkbox_table'}
-