[-] FO : Wordwrap on prices in history
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
padding:15px 20px;
|
||||
background:#ccc
|
||||
}
|
||||
#history #center_column .title_block input {
|
||||
#history #center_column .title_block input {
|
||||
position: relative;
|
||||
top: -8px;
|
||||
float:right;
|
||||
@@ -21,7 +21,6 @@
|
||||
top:2px;
|
||||
left:0
|
||||
}
|
||||
|
||||
#order-list {
|
||||
margin-bottom:20px;
|
||||
width:100%;
|
||||
@@ -36,7 +35,7 @@
|
||||
background:url(../img/bg_table_th.png) repeat-x 0 0 #999
|
||||
}
|
||||
#order-list tr.alternate_item {background-color: #f3f3f3}
|
||||
#order-list td {
|
||||
#order-list td {
|
||||
padding:12px;
|
||||
border-right:1px solid #e9e9e9;
|
||||
border-bottom:1px solid #e9e9e9;
|
||||
@@ -44,12 +43,15 @@
|
||||
font-size:12px;
|
||||
vertical-align:top
|
||||
}
|
||||
#order-list td.history_detail {border-right:none;}
|
||||
#order-list td .price, #order-detail-content tbody .price {
|
||||
white-space: nowrap;
|
||||
}
|
||||
#order-list td.history_detail {border-right:none;}
|
||||
|
||||
#order-list .last_item td {border-bottom:1px solid #999}
|
||||
#order-list .last_item td {border-bottom:1px solid #999}
|
||||
|
||||
.adresses_bloc {margin-bottom:20px}
|
||||
.adresses_bloc .item {margin-right:60px}
|
||||
.adresses_bloc .item {margin-right:60px}
|
||||
|
||||
.detail_step_by_step {width:100%}
|
||||
.detail_step_by_step tr.last_item td {border-bottom:1px solid #999}
|
||||
@@ -66,18 +68,4 @@
|
||||
#sendOrderMessage .textarea textarea {
|
||||
width:100%;
|
||||
border:1px solid #999
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
@@ -98,6 +98,7 @@ var moderation_active = {$moderation_active};
|
||||
<div id="new_comment_form">
|
||||
<form id="id_new_comment_form" action="#">
|
||||
<h2 class="title">{l s='Write your review' mod='productcomments'}</h2>
|
||||
{if isset($product) && $product}
|
||||
<div class="product clearfix">
|
||||
<img src="{$link->getImageLink($product->link_rewrite, $productcomment_cover, 'home_default')|escape:'html'}" height="{$homeSize.height}" width="{$homeSize.width}" alt="{$product->name|escape:html:'UTF-8'}" />
|
||||
<div class="product_desc">
|
||||
@@ -105,7 +106,7 @@ var moderation_active = {$moderation_active};
|
||||
{$product->description_short}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/if}
|
||||
<div class="new_comment_form_content">
|
||||
<h2>{l s='Write your review' mod='productcomments'}</h2>
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@
|
||||
</td>
|
||||
{/if}
|
||||
<td>
|
||||
<label for="cb_{$product.id_order_detail|intval}">
|
||||
<label class="price" for="cb_{$product.id_order_detail|intval}">
|
||||
{if $group_use_tax}
|
||||
{convertPriceWithCurrency price=$product.unit_price_tax_incl currency=$currency}
|
||||
{else}
|
||||
@@ -195,7 +195,7 @@
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label for="cb_{$product.id_order_detail|intval}">
|
||||
<label class="price" for="cb_{$product.id_order_detail|intval}">
|
||||
{if isset($customizedDatas.$productId.$productAttributeId)}
|
||||
{if $group_use_tax}
|
||||
{convertPriceWithCurrency price=$product.total_customization_wt currency=$currency}
|
||||
@@ -274,7 +274,7 @@
|
||||
</td>
|
||||
{/if}
|
||||
<td>
|
||||
<label for="cb_{$product.id_order_detail|intval}">
|
||||
<label class="price" for="cb_{$product.id_order_detail|intval}">
|
||||
{if $group_use_tax}
|
||||
{convertPriceWithCurrency price=$product.unit_price_tax_incl currency=$currency}
|
||||
{else}
|
||||
@@ -283,7 +283,7 @@
|
||||
</label>
|
||||
</td>
|
||||
<td>
|
||||
<label for="cb_{$product.id_order_detail|intval}">
|
||||
<label class="price" for="cb_{$product.id_order_detail|intval}">
|
||||
{if $group_use_tax}
|
||||
{convertPriceWithCurrency price=$product.total_price_tax_incl currency=$currency}
|
||||
{else}
|
||||
|
||||
Reference in New Issue
Block a user