diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css
index aa8135a62..465c7a1c0 100644
--- a/admin-dev/themes/default/css/admin-theme.css
+++ b/admin-dev/themes/default/css/admin-theme.css
@@ -2011,8 +2011,8 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
@font-face {
font-family: 'Glyphicons Halflings';
- src: url("${icon-font-path}${icon-font-name}.eot");
- src: url("${icon-font-path}${icon-font-name}.eot?#iefix") format("embedded-opentype"), url("${icon-font-path}${icon-font-name}.woff") format("woff"), url("${icon-font-path}${icon-font-name}.ttf") format("truetype"), url("${icon-font-path}${icon-font-name}.svg#glyphicons-halflingsregular") format("svg"); }
+ src: url("../fonts/glyphicons-halflings-regular.eot");
+ src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg"); }
/* line 21, ../bower_components/sass-bootstrap/lib/_glyphicons.scss */
.glyphicon {
@@ -3542,7 +3542,7 @@ input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="butto
/* line 205, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav, #header_notifs_icon_wrapper, #header_employee_box, #header_quick {
- margin: -0.5px; }
+ margin: 4.5px -5px; }
/* line 208, ../bower_components/sass-bootstrap/lib/_navbar.scss */
.navbar-nav > li > a, #header_notifs_icon_wrapper > li > a, #header_employee_box > li > a, #header_quick > li > a {
padding-top: 10px;
@@ -7635,7 +7635,6 @@ html, body {
/* line 92, admin-theme.sass */
#content h3:not(.modal-title), #content .panel-heading:not(.modal-title), #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header:not(.modal-title), #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header:not(.modal-title), #content .panel-heading, #content #header_notifs_icon_wrapper .notifs_panel .notifs_panel_header, #header_notifs_icon_wrapper .notifs_panel #content .notifs_panel_header {
border: none;
- height: 30px;
padding: 0 5px;
margin: -16px -16px 15px -16px;
color: contrasted(#e6e8e3);
@@ -7909,7 +7908,7 @@ hr {
/* line 373, admin-theme.sass */
tr.filter {
- background-color: #f4fafd; }
+ background-color: #dfeff8; }
/* line 375, admin-theme.sass */
tr.filter input[type="text"].filter, tr.filter input[type="password"].filter, tr.filter select.filter {
font-size: 12px;
@@ -8019,30 +8018,38 @@ tr.filter input[type="text"].filter, tr.filter input[type="password"].filter, tr
#nobootstrap {
float: left; }
-/* line 469, admin-theme.sass */
+/* line 468, admin-theme.sass */
.fixed-width-xs {
width: 40px; }
-/* line 471, admin-theme.sass */
+/* line 470, admin-theme.sass */
.fixed-width-sm {
width: 80px; }
-/* line 473, admin-theme.sass */
+/* line 472, admin-theme.sass */
.fixed-width-md {
width: 120px; }
-/* line 475, admin-theme.sass */
+/* line 474, admin-theme.sass */
.fixed-width-lg {
width: 160px; }
-/* line 484, admin-theme.sass */
+/* line 476, admin-theme.sass */
+.fixed-width-xl {
+ width: 200px; }
+
+/* line 478, admin-theme.sass */
+.fixed-width-xxl {
+ width: 250px; }
+
+/* line 487, admin-theme.sass */
textarea {
resize: none; }
-/* line 487, admin-theme.sass */
+/* line 490, admin-theme.sass */
.box-stats {
background-color: white; }
-/* line 489, admin-theme.sass */
+/* line 492, admin-theme.sass */
.box-stats .boxchart-overlay {
padding: 10px 10px 5px 10px;
margin-right: 10px;
@@ -8053,7 +8060,7 @@ textarea {
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px; }
-/* line 495, admin-theme.sass */
+/* line 498, admin-theme.sass */
.box-stats i {
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
@@ -8068,96 +8075,96 @@ textarea {
text-align: center;
line-height: 64px;
margin-right: 10px; }
-/* line 505, admin-theme.sass */
+/* line 508, admin-theme.sass */
.box-stats .title {
color: #666666;
display: block; }
-/* line 508, admin-theme.sass */
+/* line 511, admin-theme.sass */
.box-stats .value {
font-size: 22px; }
-/* line 510, admin-theme.sass */
+/* line 513, admin-theme.sass */
.box-stats small {
line-height: 0.3em;
color: #aaaaaa;
text-transform: uppercase; }
-/* line 515, admin-theme.sass */
+/* line 518, admin-theme.sass */
.color1 i, .color1 .boxchart-overlay {
background-color: #2ba8e3;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
-/* line 518, admin-theme.sass */
+/* line 521, admin-theme.sass */
.color1 .value {
color: #2ba8e3; }
-/* line 521, admin-theme.sass */
+/* line 524, admin-theme.sass */
.color2 i, .color2 .boxchart-overlay {
background-color: #ff5450;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
-/* line 524, admin-theme.sass */
+/* line 527, admin-theme.sass */
.color2 .value {
color: #ff5450; }
-/* line 527, admin-theme.sass */
+/* line 530, admin-theme.sass */
.color3 i, .color3 .boxchart-overlay {
background-color: #9e5ba1;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
-/* line 530, admin-theme.sass */
+/* line 533, admin-theme.sass */
.color3 .value {
color: #9e5ba1; }
-/* line 533, admin-theme.sass */
+/* line 536, admin-theme.sass */
.color4 i, .color4 .boxchart-overlay {
background-color: #95cc6b;
-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset;
box-shadow: rgba(0, 0, 0, 0.15) 0 -3px 0 inset; }
-/* line 536, admin-theme.sass */
+/* line 539, admin-theme.sass */
.color4 .value {
color: #95cc6b; }
-/* line 540, admin-theme.sass */
+/* line 543, admin-theme.sass */
.data_chart rect {
fill: white; }
-/* line 542, admin-theme.sass */
+/* line 545, admin-theme.sass */
.data_chart path {
stroke: white;
stroke-width: 2;
fill: none; }
-/* line 546, admin-theme.sass */
+/* line 549, admin-theme.sass */
.data_chart line {
stroke: black; }
-/* line 548, admin-theme.sass */
+/* line 551, admin-theme.sass */
.data_chart .area {
fill: rgba(255, 255, 255, 0.3);
stroke-width: 0; }
-/* line 552, admin-theme.sass */
+/* line 555, admin-theme.sass */
.thumbnail {
background-color: white;
border-color: #cccccc !important; }
-/* line 556, admin-theme.sass */
+/* line 559, admin-theme.sass */
.highlight {
background-color: #ffffc0; }
-/* line 559, admin-theme.sass */
+/* line 562, admin-theme.sass */
.hook_panel {
-webkit-box-shadow: rgba(255, 255, 255, 0.9) 0 0 0 1px inset;
box-shadow: rgba(255, 255, 255, 0.9) 0 0 0 1px inset;
padding: 10px 10px 5px 10px;
margin-bottom: 3px !important; }
-/* line 564, admin-theme.sass */
+/* line 567, admin-theme.sass */
.module_name {
font-size: 1.2em; }
-/* line 568, admin-theme.sass */
+/* line 571, admin-theme.sass */
.hook_panel_header {
margin: 0 -10px 0 -10px;
padding: 0 10px 10px 10px; }
-/* line 571, admin-theme.sass */
+/* line 574, admin-theme.sass */
.hook_panel_header .hook_name {
font-weight: 400;
font-size: 1.2em;
@@ -8170,15 +8177,15 @@ textarea {
border: solid 1px #cccccc;
background-color: white;
padding: 0 4px; }
-/* line 579, admin-theme.sass */
+/* line 582, admin-theme.sass */
.hook_panel_header .hook_title {
text-transform: uppercase;
font-size: 1em; }
-/* line 582, admin-theme.sass */
+/* line 585, admin-theme.sass */
.hook_panel_header .hook_description {
padding: 3px 0 0 3px; }
-/* line 586, admin-theme.sass */
+/* line 589, admin-theme.sass */
.module_list .module_list_item {
display: table;
width: 100%;
@@ -8193,7 +8200,7 @@ textarea {
-o-border-radius: 3px;
border-radius: 3px; }
-/* line 594, admin-theme.sass */
+/* line 597, admin-theme.sass */
.module_col_select {
display: table-cell;
width: 22px;
@@ -8202,13 +8209,13 @@ textarea {
text-align: center;
border-right: 1px solid #dddddd; }
-/* line 601, admin-theme.sass */
+/* line 604, admin-theme.sass */
.module_col_position {
display: table-cell;
width: 60px;
vertical-align: middle;
text-align: right; }
-/* line 606, admin-theme.sass */
+/* line 609, admin-theme.sass */
.module_col_position .positions {
font-family: "Ubuntu", sans-serif;
font-weight: 200;
@@ -8226,41 +8233,41 @@ textarea {
border: solid 1px #cccccc;
background-color: #eeeeee; }
-/* line 617, admin-theme.sass */
+/* line 620, admin-theme.sass */
.module_col_icon {
display: table-cell;
width: 50px;
text-align: center;
vertical-align: middle; }
-/* line 623, admin-theme.sass */
+/* line 626, admin-theme.sass */
.module_col_infos {
display: table-cell;
height: 50px;
vertical-align: middle; }
-/* line 628, admin-theme.sass */
+/* line 631, admin-theme.sass */
.module_col_actions {
display: table-cell;
width: 160px;
padding: 0 10px;
vertical-align: middle;
text-align: right; }
-/* line 634, admin-theme.sass */
+/* line 637, admin-theme.sass */
.module_col_actions .btn-group {
text-align: left; }
-/* line 638, admin-theme.sass */
+/* line 641, admin-theme.sass */
.tree {
padding: 0 0 0 20px;
list-style: none; }
-/* line 641, admin-theme.sass */
+/* line 644, admin-theme.sass */
.tree input {
margin-right: 4px; }
-/* line 643, admin-theme.sass */
+/* line 646, admin-theme.sass */
.tree i {
font-size: 1.3em; }
-/* line 647, admin-theme.sass */
+/* line 650, admin-theme.sass */
.tree .tree-item-name, .tree .tree-folder-name {
padding: 0 5px;
-webkit-border-radius: 6px;
@@ -8269,17 +8276,17 @@ textarea {
-o-border-radius: 6px;
border-radius: 6px;
font-weight: normal; }
-/* line 651, admin-theme.sass */
+/* line 654, admin-theme.sass */
.tree .tree-item-name:hover, .tree .tree-folder-name:hover {
background-color: #eeeeee;
cursor: pointer; }
-/* line 654, admin-theme.sass */
+/* line 657, admin-theme.sass */
.tree .tree-selected {
background-color: #a4dcf5; }
-/* line 656, admin-theme.sass */
+/* line 659, admin-theme.sass */
.tree .tree-selected i.tree-dot {
background-color: #1ba6e5; }
-/* line 658, admin-theme.sass */
+/* line 661, admin-theme.sass */
.tree i.tree-dot {
display: inline-block;
position: relative;
@@ -8292,22 +8299,55 @@ textarea {
-ms-border-radius: 6px;
-o-border-radius: 6px;
border-radius: 6px; }
-/* line 666, admin-theme.sass */
+/* line 669, admin-theme.sass */
.tree .tree-item-disable, .tree .tree-folder-name-disable {
color: #cccccc; }
-/* line 668, admin-theme.sass */
+/* line 671, admin-theme.sass */
.tree .tree-item-disable:hover, .tree .tree-folder-name-disable:hover {
color: #cccccc;
background-color: none; }
-/* line 672, admin-theme.sass */
+/* line 675, admin-theme.sass */
.nav-tabs {
border-bottom: none; }
-/* line 675, admin-theme.sass */
+/* line 678, admin-theme.sass */
.nav-tabs li.active a.tab-page {
background-color: white; }
-/* line 679, admin-theme.sass */
+/* line 681, admin-theme.sass */
+.tree-actions {
+ padding-bottom: 4px;
+ display: inline-block; }
+
+/* line 686, admin-theme.sass */
+.tt-query {
+ border-bottom-right-radius: 3px !important;
+ border-top-right-radius: 3px !important; }
+
+/* line 688, admin-theme.sass */
+.tt-dropdown-menu {
+ background-color: white;
+ border: solid 1px #cccccc;
+ font-size: 0.9em;
+ text-transform: none; }
+
+/* line 693, admin-theme.sass */
+.tt-suggestions {
+ padding: 0 6px;
+ -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px;
+ box-shadow: rgba(0, 0, 0, 0.25) 0 1px 4px; }
+
+/* line 696, admin-theme.sass */
+.tt-suggestion p {
+ border-bottom: solid 1px #cccccc;
+ margin: 0 !important;
+ padding: 0 !important; }
+
+/* line 700, admin-theme.sass */
+.tt-suggestion:last-child p {
+ border-bottom: none; }
+
+/* line 704, admin-theme.sass */
.tagify-container {
background-color: white;
padding: 2px 6px;
@@ -8321,10 +8361,10 @@ textarea {
border: solid 1px #cccccc;
-webkit-box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset;
box-shadow: rgba(0, 0, 0, 0.075) 0 1px 1px inset; }
-/* line 687, admin-theme.sass */
+/* line 712, admin-theme.sass */
.tagify-container span {
float: left; }
-/* line 689, admin-theme.sass */
+/* line 714, admin-theme.sass */
.tagify-container > span {
display: inline-block;
padding: 3px 5px;
@@ -8333,20 +8373,20 @@ textarea {
border: 1px solid #1ba6e5;
background-color: #60c1ed;
color: white; }
-/* line 697, admin-theme.sass */
+/* line 722, admin-theme.sass */
.tagify-container > span > a {
padding-left: 5px;
color: #1ba6e5;
text-decoration: none;
font-weight: bold; }
-/* line 702, admin-theme.sass */
+/* line 727, admin-theme.sass */
.tagify-container > input {
margin-top: 2px;
border: 0 none;
width: 100px;
-webkit-box-shadow: none;
box-shadow: none; }
-/* line 707, admin-theme.sass */
+/* line 732, admin-theme.sass */
.tagify-container > input:focus {
outline: 0;
-webkit-box-shadow: none;
diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass
index ade0cc62c..10b70a026 100755
--- a/admin-dev/themes/default/css/admin-theme.sass
+++ b/admin-dev/themes/default/css/admin-theme.sass
@@ -91,7 +91,7 @@ html, body
@extend h3
h3:not(.modal-title), .panel-heading
border: none
- height: 30px
+ //height: 30px
padding: 0 5px
margin: -16px -16px 15px -16px
color: contrasted($bg-panel-heading-color)
@@ -371,7 +371,7 @@ hr
//filter table
tr.filter
- background-color: lighten(#CAE5F4,10%)
+ background-color: lighten(#CAE5F4,5%)
input[type="text"].filter, input[type="password"].filter, select.filter
font-size: 12px
border-color: darken(#CAE5F4,10%)
@@ -462,7 +462,6 @@ tr.filter
#nobootstrap
float: left
-
//WIP (refacto, keep it simple, order ...)
//some helpers to get fixed width
@@ -474,6 +473,10 @@ tr.filter
width: 120px
.fixed-width-lg
width: 160px
+.fixed-width-xl
+ width: 200px
+.fixed-width-xxl
+ width: 250px
// temp fix for latest bootstrap
input[type="text"],input[type="search"],input[type="password"], textarea, select
@@ -675,6 +678,28 @@ textarea
a.tab-page
background-color: white
+.tree-actions
+ padding-bottom: 4px
+ display: inline-block
+
+//typeahead
+.tt-query
+ +border-right-radius(3px!important)
+.tt-dropdown-menu
+ background-color: white
+ border: solid 1px #ccc
+ font-size: 0.9em
+ text-transform: none
+.tt-suggestions
+ padding: 0 6px
+ +box-shadow(rgba(black,0.25) 0 1px 4px)
+.tt-suggestion p
+ border-bottom: solid 1px #ccc
+ margin: 0!important
+ padding: 0!important
+.tt-suggestion:last-child p
+ border-bottom: none
+
//tag
.tagify-container
background-color: white
diff --git a/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl b/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl
index 683bb9d5c..f44c95802 100644
--- a/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl
+++ b/admin-dev/themes/default/template/controllers/manufacturers/helpers/view/view.tpl
@@ -26,12 +26,9 @@
{extends file="helpers/view/view.tpl"}
{block name="override_tpl"}
-
- {$manufacturer->name}
-
+
+
{$manufacturer->name}
{l s='Total addresses'} {count($addresses)}
-
-
{if !count($addresses)}
{l s='No address has been found for this manufacturer.'}
{else}
@@ -46,23 +43,26 @@
- {$addresse.address1}
- {if $addresse.address2}{$addresse.address2} {/if}
- {$addresse.postcode} {$addresse.city}
- {if $addresse.state}{$addresse.state} {/if}
- {$addresse.country}
- {if $addresse.phone}{$addresse.phone} {/if}
- {if $addresse.phone_mobile}{$addresse.phone_mobile} {/if}
- {if $addresse.other}
- {$addresse.other}
- {/if}
+ {$addresse.address1}
+ {if $addresse.address2}{$addresse.address2} {/if}
+ {$addresse.postcode} {$addresse.city}
+ {if $addresse.state}{$addresse.state} {/if}
+ {$addresse.country}
+ {if $addresse.phone}{$addresse.phone} {/if}
+ {if $addresse.phone_mobile}{$addresse.phone_mobile} {/if}
+ {if $addresse.other}
+ {$addresse.other}
+ {/if}
-
- {l s='Edit'}
+
+
+
+ {l s='Edit'}
+
@@ -72,58 +72,79 @@
{l s='Total products'} {count($products)}
{foreach $products AS $product}
-
{if !$product->hasAttributes()}
-
+
+
-
-
-
- {$product->name}
- {if !empty($product->reference)}{l s='Ref:'} {$product->reference} {/if}
- {if !empty($product->ean13)}{l s='EAN13:'} {$product->ean13} {/if}
- {if !empty($product->upc)}{l s='UPC:'} {$product->upc} {/if}
- {if $stock_management}{l s='Qty:'} {$product->quantity} {/if}
-
-
-
+
+
+
+ {if !empty($product->reference)}{l s='Ref:'} {$product->reference} {/if}
+ {if !empty($product->ean13)}{l s='EAN13:'} {$product->ean13} {/if}
+ {if !empty($product->upc)}{l s='UPC:'} {$product->upc} {/if}
+ {if $stock_management}{l s='Qty:'} {$product->quantity} {/if}
+
+
+
+
{else}
-
-
{l s='Edit'}
-
{l s='Delete'}
+
+
+
+
+
+
+ {l s='Attribute name'}
+ {l s='Reference'}
+ {l s='EAN13'}
+ {l s='UPC'}
+ {if $stock_management && $shopContext != Shop::CONTEXT_ALL}
+ {l s='Available Quantity'}
+ {/if}
+
+
+
+ {foreach $product->combination AS $id_product_attribute => $product_attribute}
+
+ {$product_attribute.attributes}
+ {$product_attribute.reference}
+ {$product_attribute.ean13}
+ {$product_attribute.upc}
+ {if $stock_management && $shopContext != Shop::CONTEXT_ALL}
+ {$product_attribute.quantity}
+ {/if}
+
+ {/foreach}
+
+
-
-
{$product->name}
-
-
-
-
- {l s='Attribute name'}
- {l s='Reference'}
- {l s='EAN13'}
- {l s='UPC'}
- {if $stock_management && $shopContext != Shop::CONTEXT_ALL}
- {l s='Available Quantity'}
- {/if}
-
-
-
- {foreach $product->combination AS $id_product_attribute => $product_attribute}
-
- {$product_attribute.attributes}
- {$product_attribute.reference}
- {$product_attribute.ean13}
- {$product_attribute.upc}
- {if $stock_management && $shopContext != Shop::CONTEXT_ALL}
- {$product_attribute.quantity}
- {/if}
-
- {/foreach}
-
-
{/if}
{/foreach}
+
{/block}
diff --git a/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_header.tpl b/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_header.tpl
index 0271ca921..d71473ba3 100644
--- a/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_header.tpl
+++ b/admin-dev/themes/default/template/controllers/products/helpers/tree/tree_header.tpl
@@ -37,6 +37,9 @@
});
-
{l s=$title}
-
{if isset($toolbar)}{$toolbar}{/if}
+
+ {l s=$title}
+
+ {if isset($toolbar)}{$toolbar}{/if}
+
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/tree/tree_header.tpl b/admin-dev/themes/default/template/helpers/tree/tree_header.tpl
index ad911bad0..841a3b119 100644
--- a/admin-dev/themes/default/template/helpers/tree/tree_header.tpl
+++ b/admin-dev/themes/default/template/helpers/tree/tree_header.tpl
@@ -23,6 +23,6 @@
* International Registered Trademark & Property of PrestaShop SA
*}
- {l s=$title}
+
{if isset($toolbar)}{$toolbar}{/if}
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/tree/tree_node_item_radio.tpl b/admin-dev/themes/default/template/helpers/tree/tree_node_item_radio.tpl
index 911a69bdc..d43ca7a70 100644
--- a/admin-dev/themes/default/template/helpers/tree/tree_node_item_radio.tpl
+++ b/admin-dev/themes/default/template/helpers/tree/tree_node_item_radio.tpl
@@ -27,5 +27,5 @@
{$node['name']}
-
+
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/tree/tree_toolbar.tpl b/admin-dev/themes/default/template/helpers/tree/tree_toolbar.tpl
index ad71c1d7d..c5d0d7083 100644
--- a/admin-dev/themes/default/template/helpers/tree/tree_toolbar.tpl
+++ b/admin-dev/themes/default/template/helpers/tree/tree_toolbar.tpl
@@ -22,4 +22,10 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-
{if isset($actions)}{foreach from=$actions item=action}{$action->render()}{/foreach}{/if}
\ No newline at end of file
+
+ {if isset($actions)}
+ {foreach from=$actions item=action}
+ {$action->render()}
+ {/foreach}
+ {/if}
+
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/tree/tree_toolbar_link.tpl b/admin-dev/themes/default/template/helpers/tree/tree_toolbar_link.tpl
index 52c8480aa..ac2bc08af 100644
--- a/admin-dev/themes/default/template/helpers/tree/tree_toolbar_link.tpl
+++ b/admin-dev/themes/default/template/helpers/tree/tree_toolbar_link.tpl
@@ -22,6 +22,7 @@
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*}
-
- {if isset($icon_class)} {/if}{l s=$label}
+
+ {if isset($icon_class)} {/if}
+ {l s=$label}
\ No newline at end of file
diff --git a/admin-dev/themes/default/template/helpers/tree/tree_toolbar_search.tpl b/admin-dev/themes/default/template/helpers/tree/tree_toolbar_search.tpl
index 6430e2e79..e1cb526fb 100644
--- a/admin-dev/themes/default/template/helpers/tree/tree_toolbar_search.tpl
+++ b/admin-dev/themes/default/template/helpers/tree/tree_toolbar_search.tpl
@@ -24,14 +24,12 @@
*}
-
-
-
-
+
diff --git a/controllers/admin/AdminScenesController.php b/controllers/admin/AdminScenesController.php
index 28fe9a1a5..4eaeefe3d 100644
--- a/controllers/admin/AdminScenesController.php
+++ b/controllers/admin/AdminScenesController.php
@@ -157,12 +157,12 @@ class AdminScenesControllerCore extends AdminController
'description' =>
''.$this->l('How to map products in the image:').'
'.
- $this->l('When a customer hovers over the image, a pop-up appears displaying a brief description of the product.').
- $this->l('The customer can then click to open the full product page.').
- $this->l('To achieve this, please define the \'mapping zone\' that, when hovered over, will display the pop-up.').
- $this->l('Left click with your mouse to draw the four-sided mapping zone, then release.').
- $this->l('Then begin typing the name of the associated product, and a list of products will appear.').
- $this->l('Click the appropriate product and then click OK. Repeat these steps for each mapping zone you wish to create.').
+ $this->l('When a customer hovers over the image, a pop-up appears displaying a brief description of the product.').' '.
+ $this->l('The customer can then click to open the full product page.').' '.
+ $this->l('To achieve this, please define the \'mapping zone\' that, when hovered over, will display the pop-up.').' '.
+ $this->l('Left click with your mouse to draw the four-sided mapping zone, then release.').' '.
+ $this->l('Then begin typing the name of the associated product, and a list of products will appear.').' '.
+ $this->l('Click the appropriate product and then click OK. Repeat these steps for each mapping zone you wish to create.').' '.
$this->l('When you have finished mapping zones, click "Save Image Map."').
'
',
'input' => array(