[-] FO: fixed bug FO - Libellés bouton radio mal calés - #PSCFV-6189
This commit is contained in:
@@ -192,6 +192,9 @@ span.view_scroll_spacer {
|
||||
display:inline-block;
|
||||
}
|
||||
|
||||
#attributes .attribute_list input.attribute_radio{float: left;margin-left: 3px;}
|
||||
#attributes .attribute_list span{float: left;margin-bottom: 5px;margin-left: 3px;}
|
||||
|
||||
.attribute_list #color_to_pick_list {
|
||||
list-style-type:none;
|
||||
width:125px;
|
||||
|
||||
@@ -304,7 +304,7 @@ var fieldRequired = '{l s='Please fill in all required fields, then save the cus
|
||||
{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}">
|
||||
{$group_attribute|escape:'htmlall':'UTF-8'}<br/>
|
||||
<span>{$group_attribute|escape:'htmlall':'UTF-8'}</span><br/>
|
||||
{/foreach}
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user