[-] FO: fixed bug #PSCFV-8126
This commit is contained in:
@@ -169,6 +169,8 @@ span.view_scroll_spacer {
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
.ie7 #pb-left-column #buy_block label {margin-right:5px}
|
||||
|
||||
/* short description pack */
|
||||
.short_description_pack {
|
||||
display:none;
|
||||
@@ -192,9 +194,24 @@ span.view_scroll_spacer {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
.ie7 #attributes .attribute_list {
|
||||
display:inline;
|
||||
zoom:1
|
||||
}
|
||||
|
||||
#attributes .attribute_list ul{
|
||||
list-style:none
|
||||
}
|
||||
|
||||
#attributes .attribute_list ul li{
|
||||
clear:both
|
||||
}
|
||||
|
||||
#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
|
||||
#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}
|
||||
|
||||
.ie7 #attributes .attribute_list span{margin-top:1px}
|
||||
|
||||
.attribute_list #color_to_pick_list {
|
||||
list-style-type:none;
|
||||
width:125px;
|
||||
|
||||
@@ -306,10 +306,14 @@ var fieldRequired = '{l s='Please fill in all the required fields before saving
|
||||
</ul>
|
||||
<input type="hidden" class="color_pick_hidden" name="{$groupName}" value="{$default_colorpicker}" />
|
||||
{elseif ($group.group_type == 'radio')}
|
||||
{foreach from=$group.attributes key=id_attribute item=group_attribute}
|
||||
<input type="radio" class="attribute_radio" name="{$groupName}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} onclick="findCombination();getProductAttribute();{if $colors|@count > 0}$('#wrapResetImages').show('slow');{/if}">
|
||||
<span>{$group_attribute|escape:'htmlall':'UTF-8'}</span><br/>
|
||||
{/foreach}
|
||||
<ul>
|
||||
{foreach from=$group.attributes key=id_attribute item=group_attribute}
|
||||
<li>
|
||||
<input type="radio" class="attribute_radio" name="{$groupName}" value="{$id_attribute}" {if ($group.default == $id_attribute)} checked="checked"{/if} onclick="findCombination();getProductAttribute();{if $colors|@count > 0}$('#wrapResetImages').show('slow');{/if}">
|
||||
<span>{$group_attribute|escape:'htmlall':'UTF-8'}</span>
|
||||
</li>
|
||||
{/foreach}
|
||||
</ul>
|
||||
{/if}
|
||||
</div>
|
||||
</fieldset>
|
||||
|
||||
Reference in New Issue
Block a user