// fix toolbar button IE7, stylesheet edit product Informations Associations

This commit is contained in:
vKham
2011-12-13 10:45:21 +00:00
parent a4d902edd1
commit 3b62118ddf
5 changed files with 53 additions and 18 deletions
@@ -27,17 +27,24 @@
<div class="Associations">
<h4>{l s='Product price'}</h4>
<div class="separation"></div>
<label for="id_category_default" class="t">
{l s='Default category:'}
</label>
<div id="no_default_category" style="color: red;font-weight: bold;display: none;">
<div id="no_default_category" style="font-weight: bold;display: none;">
{l s='Please check a category in order to select the default category.'}
</div>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td class="col-left">
<label for="id_category_default">{l s='Default category:'}</label>
</td>
<td class="col-right">
<select id="id_category_default" name="id_category_default">
{foreach from=$selected_cat item=cat}
<option value="{$cat.id_category}" {if $product->id_category_default == $cat.id_category}selected="selected"{/if} >{$cat.name}</option>
{/foreach}
</select>
</td>
</tr>
</table>
<br/>
<div id="category_block">{$category_tree}</div>
{if $feature_shop_active}
{* @todo use asso_shop from Helper *}
@@ -47,6 +54,7 @@
</tr>
{/if}
<div class="separation"></div>
<table>
<tr>
<td class="col-left"><label>{l s='Accessories:'}<br /><br /><i>{l s='(Do not forget to Save the product afterward)'}</i></label></td>
@@ -373,7 +373,7 @@ var textFieldLabel = 0;
<tr><td colspan="2" style="padding-bottom:5px;"><div class="separation"></div></td></tr>
<table cellspacing="0" cellpadding="5" border="0">
<tr>
<td class="col-left"><label>{l s='Short description:'}<br /><br /><i>({l s='appears in the product lists and on the top of the product page'})</i></label></td>
<td class="col-left"><label>{l s='Short description:'}<br /></label><p class="product_description">({l s='appears in the product lists and on the top of the product page'})</p></td>
<td style="padding-bottom:5px;">
{include file="products/textarea_lang.tpl"
languages=$languages
@@ -384,7 +384,7 @@ var textFieldLabel = 0;
</td>
</tr>
<tr>
<td class="col-left"><label>{l s='Description:'}<br /><br /><i>({l s='appears in the body of the product page'})</i></label></td>
<td class="col-left"><label>{l s='Description:'}<br /></label><p class="product_description">({l s='appears in the body of the product page'})</p></td>
<td style="padding-bottom:5px;">
{include file="products/textarea_lang.tpl" languages=$languages
input_name='description'