0byt3m1n1 - D7net
0byt3m1n1 - D7net
Path:
/
home
/
s13cf5ef
/
www
/
pshoptuscamisetaspersonalizadas
/
admin
/
themes
/
default
/
template
/
controllers
/
attributes
/
helpers
/
form
/
[
Home
]
Name File: form.tpl
< back
{* * 2007-2013 PrestaShop * * NOTICE OF LICENSE * * This source file is subject to the Academic Free License (AFL 3.0) * that is bundled with this package in the file LICENSE.txt. * It is also available through the world-wide-web at this URL: * http://opensource.org/licenses/afl-3.0.php * If you did not receive a copy of the license and are unable to * obtain it through the world-wide-web, please send an email * to license@prestashop.com so we can send you a copy immediately. * * DISCLAIMER * * Do not edit or add to this file if you wish to upgrade PrestaShop to newer * versions in the future. If you wish to customize PrestaShop for your * needs please refer to http://www.prestashop.com for more information. * * @author PrestaShop SA <contact@prestashop.com> * @copyright 2007-2013 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA *} {extends file="helpers/form/form.tpl"} {block name="label"} {if $input.type == 'color'} <div id="colorAttributeProperties" style="display:{if $colorAttributeProperties}block{else}none{/if};"> {/if} {$smarty.block.parent} {/block} {block name="field"} {if $input.name == 'current_texture'} <div class="margin-form"> {if isset($imageTextureExists) && $imageTextureExists} <img src="{$imageTexture}" alt="{l s='Texture'}" /> {else} {l s='None'} {/if} </div> {else} {$smarty.block.parent} {/if} {if $input.name == 'name'} {hook h="displayAttributeForm" id_attribute=$form_id} {/if} {/block} {block name="script"} var attributesGroups = {ldelim}{$strAttributesGroups}{rdelim}; var displayColorFieldsOption = function() { var val = $('#id_attribute_group').val(); if (attributesGroups[val]) $('#colorAttributeProperties').show(); else $('#colorAttributeProperties').hide(); }; displayColorFieldsOption(); $('#id_attribute_group').change(displayColorFieldsOption); var shop_associations = {$fields[0]['form']['shop_associations']}; var changeAssociationGroup = function() { var id_attribute_group = $('#id_attribute_group').val(); $('.input_shop').each(function(k, item) { var id_shop = $(item).attr('shop_id'); if (typeof shop_associations[id_attribute_group] != 'undefined' && $.inArray(id_shop, shop_associations[id_attribute_group]) > -1) $(item).attr('disabled', false); else { $(item).attr('disabled', true); $(item).attr('checked', false); } }); }; $('#id_attribute_group').change(changeAssociationGroup); changeAssociationGroup(); {/block}
©
2018. | Recode by D7net