diff --git a/admin-dev/themes/default/css/_carrier-wizard.sass b/admin-dev/themes/default/css/_carrier-wizard.sass index c1a96a36d..6eed571a4 100644 --- a/admin-dev/themes/default/css/_carrier-wizard.sass +++ b/admin-dev/themes/default/css/_carrier-wizard.sass @@ -139,4 +139,9 @@ table#zones_table width: auto .field_error - border-color: $brand-danger \ No newline at end of file + border-color: $brand-danger + .actionBar + height: 30px + .actionBar a + float: right + margin-right: 10px \ No newline at end of file diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 7eb91a15b..a72139b1b 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -1,4 +1,4 @@ -/* +/*! * Bootstrap v3.0.0 * * Copyright 2013 Twitter, Inc @@ -7,7 +7,7 @@ * * Designed and built with all the love in the world by @mdo and @fat. */ -/* normalize.css v2.1.0 | MIT License | git.io/normalize */ +/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ /* line 22, ../bower_components/sass-bootstrap/lib/_normalize.scss */ article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; } @@ -5717,7 +5717,7 @@ th.visible-print, td.visible-print { /* line 523, ../bower_components/sass-bootstrap/lib/_mixins.scss */ th.hidden-print, td.hidden-print { display: none !important; } } -/* +/*! * Font Awesome 3.2.1 * the iconic font designed for Bootstrap * ------------------------------------------------------------------------------ @@ -9132,6 +9132,13 @@ li.sortable-placeholder { /* line 141, _carrier-wizard.sass */ #carrier_wizard .field_error { border-color: #d9534f; } +/* line 143, _carrier-wizard.sass */ +#carrier_wizard .actionBar { + height: 30px; } +/* line 145, _carrier-wizard.sass */ +#carrier_wizard .actionBar a { + float: right; + margin-right: 10px; } /* line 3, _dashboard.sass */ .size_s, .size_md, .size_l, .size_xl, .size_xxl { diff --git a/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl b/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl index f9899fce1..362696275 100644 --- a/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/controllers/categories/helpers/list/list_header.tpl @@ -30,18 +30,19 @@ {/block} diff --git a/admin-dev/themes/default/template/toolbar.tpl b/admin-dev/themes/default/template/toolbar.tpl new file mode 100644 index 000000000..b59459ebc --- /dev/null +++ b/admin-dev/themes/default/template/toolbar.tpl @@ -0,0 +1,185 @@ +{* +* 2007-2013 PrestaShop +* +* NOTICE OF LICENSE +* +* This source file is subject to the Academic Free License (AFL 3.0) +* that is bundled with this package in the file LICENSE.txt. +* It is also available through the world-wide-web at this URL: +* http://opensource.org/licenses/afl-3.0.php +* If you did not receive a copy of the license and are unable to +* obtain it through the world-wide-web, please send an email +* to license@prestashop.com so we can send you a copy immediately. +* +* DISCLAIMER +* +* Do not edit or add to this file if you wish to upgrade PrestaShop to newer +* versions in the future. If you wish to customize PrestaShop for your +* needs please refer to http://www.prestashop.com for more information. +* +* @author PrestaShop SA +* @copyright 2007-2013 PrestaShop SA +* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) +* International Registered Trademark & Property of PrestaShop SA +*} + +
+
+ {block name=toolbarBox} +
    + {foreach from=$toolbar_btn item=btn key=k} +
  • + + +
    {$btn.desc}
    +
    + {if $k == 'modules-list'} + + {/if} +
  • + {/foreach} +
+ + + {/block} +
+

{block name=pageTitle} + + {if $title} + {foreach $title as $key => $item name=title} + {* Use strip_tags because if the string already has been through htmlentities using escape will break it *} + {$item|strip_tags} + {if !$smarty.foreach.title.last} + > + {/if} + + {/foreach} + {else} +   + {/if} + + {/block} +

+
+
+