// Fix some table header column title

This commit is contained in:
Jerome Nadaud
2013-10-14 15:06:09 +02:00
parent 833091674c
commit f4118c4f9d
5 changed files with 15 additions and 18 deletions
@@ -36,9 +36,9 @@
<table class="table">
<thead>
<tr>
<th>{l s='Feature'}</th>
<th>{l s='Pre-defined value'}</th>
<th><u>{l s='or'}</u> {l s='Customized value'}</th>
<th><span class="title_box">{l s='Feature'}</span></th>
<th><span class="title_box">{l s='Pre-defined value'}</span></th>
<th><span class="title_box"><u>{l s='or'}</u> {l s='Customized value'}</span></th>
</tr>
</thead>
@@ -60,14 +60,14 @@
<table class="table tableDnD" id="imageTable">
<thead>
<tr class="nodrag nodrop">
<th>{l s='Image'}</th>
<th class="center">{l s='Position'}</th>
<th class="fixed-width-sm"><span class="title_box">{l s='Image'}</span></th>
<th class="center fixed-width-xs"><span class="title_box">{l s='Position'}</span></th>
{if $shops}
{foreach from=$shops item=shop}
<th>{$shop.name}</th>
<th class="center fixed-width-xs"><span class="title_box">{$shop.name}</span></th>
{/foreach}
{/if}
<th class="center">{l s='Cover'}</th>
<th class="center fixed-width-xs"><span class="title_box">{l s='Cover'}</span></th>
<th></th>
</tr>
</thead>
@@ -42,11 +42,8 @@
{if $show_quantities == true}
<div class="alert alert-warning" id="available_quantity_ajax_msg" style="display: none;"></div>
<div class="error" id="available_quantity_ajax_error_msg" style="display: none;"></div>
<div class="alert" id="available_quantity_ajax_success_msg" style="display: none;"></div>
<div class="alert alert-danger" id="available_quantity_ajax_error_msg" style="display: none;"></div>
<div class="alert alert-success" id="available_quantity_ajax_success_msg" style="display: none;"></div>
<div {if $product->is_virtual || $product->cache_is_pack}style="display:none;"{/if} class="row stockForVirtualProduct">
<div class="col-lg-12">
<p class="checkbox">
@@ -116,8 +113,8 @@
</colgroup>
<thead>
<tr>
<th>{l s='Quantity'}</th>
<th>{l s='Designation'}</th>
<th><span class="title_box">{l s='Quantity'}</span></th>
<th><span class="title_box">{l s='Designation'}</span></th>
</tr>
</thead>
{foreach from=$attributes item=attribute}
@@ -38,9 +38,9 @@
<table class="table">
<thead>
<tr>
<th>{l s='Selected'}</th>
<th>{l s='Supplier Name'}</th>
<th>{l s='Default'}</th>
<th class="fixed-width-xs"><span class="title_box">{l s='Selected'}</span></th>
<th><span class="title_box">{l s='Supplier Name'}</span></th>
<th class="fixed-width-xs"><span class="title_box">{l s='Default'}</span></th>
</tr>
</thead>
<tbody>
@@ -177,7 +177,7 @@
{/if}
{if $simple_header}
<fieldset class="col-lg-12">
<h3>{if isset($icon)}<i class="{$icon}"></i> {/if}{if is_array($title)}{$title|end}{else}{$title}{/if}</h3>
{if isset($title)}<h3>{if isset($icon)}<i class="{$icon}"></i> {/if}{if is_array($title)}{$title|end}{else}{$title}{/if}</h3>{/if}
{/if}
<div class="table-responsive clearfix">
<table