From 2a4b7cae7514152bbe7e21f35eb15ca5196d858f Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Thu, 6 Dec 2012 10:06:56 +0100 Subject: [PATCH] [-] FO: improvement on h4/h5 edits (id become class) --- .../blockbestsellers-home.tpl | 4 ++-- modules/blockbestsellers/blockbestsellers.tpl | 2 +- modules/blockcart/blockcart.css | 4 ++-- modules/blockcart/blockcart.tpl | 2 +- modules/blockcategories/blockcategories.tpl | 2 +- .../blockcategories_footer.tpl | 2 +- modules/blockcms/blockcms.tpl | 4 ++-- modules/blockcontact/blockcontact.css | 6 +++++ modules/blockcontact/blockcontact.tpl | 2 +- .../blockcontactinfos/blockcontactinfos.tpl | 2 +- modules/blocklayered/blocklayered.tpl | 2 +- modules/blocklink/blocklink.tpl | 2 +- .../blockmanufacturer/blockmanufacturer.tpl | 2 +- modules/blockmyaccount/blockmyaccount.tpl | 2 +- .../blockmyaccountfooter/blockmyaccount.css | 5 +++-- .../blockmyaccountfooter.tpl | 2 +- modules/blocknewproducts/blocknewproducts.css | 5 +++++ modules/blocknewproducts/blocknewproducts.tpl | 2 +- modules/blocknewsletter/blocknewsletter.css | 2 +- .../views/templates/hook/blocknewsletter.tpl | 2 +- modules/blockrss/blockrss.tpl | 2 +- modules/blocksearch/blocksearch.tpl | 2 +- modules/blocksocial/blocksocial.tpl | 2 +- modules/blockspecials/blockspecials.css | 7 +++++- modules/blockspecials/blockspecials.tpl | 4 ++-- modules/blockstore/blockstore.tpl | 2 +- modules/blocksupplier/blocksupplier.tpl | 2 +- modules/blocktags/blocktags.tpl | 2 +- modules/blockviewed/blockviewed.css | 4 ++-- modules/blockviewed/blockviewed.tpl | 4 ++-- modules/blockwishlist/blockwishlist.css | 2 +- modules/blockwishlist/blockwishlist.tpl | 2 +- modules/homefeatured/homefeatured.css | 2 +- modules/homefeatured/homefeatured.tpl | 4 ++-- modules/productcomments/productcomments.css | 2 +- modules/productcomments/productcomments.tpl | 2 +- themes/default/authentication.tpl | 2 +- themes/default/cms.tpl | 4 ++-- themes/default/css/comparator.css | 2 +- themes/default/css/global.css | 22 +++++++++---------- themes/default/css/history.css | 4 ++-- themes/default/css/my-account.css | 2 +- themes/default/css/product.css | 2 +- themes/default/css/scenes.css | 2 +- themes/default/mobile/addresses.tpl | 2 +- .../default/mobile/authentication-choice.tpl | 2 +- themes/default/mobile/css/global.css | 4 ++-- .../default/mobile/product-desc-features.tpl | 2 +- themes/default/my-account.tpl | 2 +- themes/default/order-address-product-line.tpl | 2 +- themes/default/order-detail.tpl | 2 +- themes/default/order-opc-new-account.tpl | 4 ++-- themes/default/order-payment.tpl | 2 +- themes/default/order-return.tpl | 2 +- themes/default/product.tpl | 2 +- themes/default/products-comparison.tpl | 2 +- themes/default/scenes.tpl | 2 +- themes/default/shopping-cart-product-line.tpl | 2 +- themes/default/shopping-cart.tpl | 4 ++-- 59 files changed, 97 insertions(+), 80 deletions(-) diff --git a/modules/blockbestsellers/blockbestsellers-home.tpl b/modules/blockbestsellers/blockbestsellers-home.tpl index bb6d488d5..993016294 100644 --- a/modules/blockbestsellers/blockbestsellers-home.tpl +++ b/modules/blockbestsellers/blockbestsellers-home.tpl @@ -25,7 +25,7 @@
-

{l s='Top sellers' mod='blockbestsellers'}

+

{l s='Top sellers' mod='blockbestsellers'}

{if isset($best_sellers) AND $best_sellers}
{assign var='liHeight' value=320} @@ -36,7 +36,7 @@
    {foreach from=$best_sellers item=product name=myLoop}
  • -

    {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}

    +

    {$product.name|truncate:27:'...'|escape:'htmlall':'UTF-8'}

    {$product.name|escape:html:'UTF-8'}
    diff --git a/modules/blockbestsellers/blockbestsellers.tpl b/modules/blockbestsellers/blockbestsellers.tpl index 31ebabe06..4446cc7a3 100644 --- a/modules/blockbestsellers/blockbestsellers.tpl +++ b/modules/blockbestsellers/blockbestsellers.tpl @@ -25,7 +25,7 @@
    -

    {l s='Top sellers' mod='blockbestsellers'}

    +

    {l s='Top sellers' mod='blockbestsellers'}

    {if $best_sellers|@count > 0}
      diff --git a/modules/blockcart/blockcart.css b/modules/blockcart/blockcart.css index 7d92153f6..7938aabe9 100644 --- a/modules/blockcart/blockcart.css +++ b/modules/blockcart/blockcart.css @@ -1,7 +1,7 @@ /* Special style for block cart*/ #left_column #cart_block, #right_column #cart_block { } -#header #cart_block #title { +#header #cart_block .title_block { display: none; } #header #cart_block { @@ -22,7 +22,7 @@ background:#eee } #cart_block.cart_block_hover {display:block} -#cart_block #title span { +#cart_block .title_block span { float: right; padding-left: 10px; text-transform: none; diff --git a/modules/blockcart/blockcart.tpl b/modules/blockcart/blockcart.tpl index 4563387d0..cfe1f7ee5 100644 --- a/modules/blockcart/blockcart.tpl +++ b/modules/blockcart/blockcart.tpl @@ -43,7 +43,7 @@ var delete_txt = '{l s='Delete' mod='blockcart'}';
      -

      +

      {l s='Cart' mod='blockcart'} {if $ajax_allowed}   diff --git a/modules/blockcategories/blockcategories.tpl b/modules/blockcategories/blockcategories.tpl index 0e4fbcaec..2ea4775ee 100644 --- a/modules/blockcategories/blockcategories.tpl +++ b/modules/blockcategories/blockcategories.tpl @@ -25,7 +25,7 @@

      -

      {l s='Categories' mod='blockcategories'}

      +

      {l s='Categories' mod='blockcategories'}

        {foreach from=$blockCategTree.children item=child name=blockCategTree} diff --git a/modules/blockcategories/blockcategories_footer.tpl b/modules/blockcategories/blockcategories_footer.tpl index 400b2ed07..681f87130 100644 --- a/modules/blockcategories/blockcategories_footer.tpl +++ b/modules/blockcategories/blockcategories_footer.tpl @@ -25,7 +25,7 @@