+ {/block}
+ {if $field['type'] == 'select'}
+ {if $field['list']}
+
-
+ {else if isset($input.empty_message)}
+ {$input.empty_message}
+ {/if}
+ {elseif $field['type'] == 'bool'}
+
- {l s='Choose language:'}
- {foreach $languages as $language}
-

+
+ {*{elseif $field['type'] == 'checkbox'}
+ {foreach $field['choices'] AS $k => $v}
+
+
+ {/foreach}
+
+ *}
+ {elseif $field['type'] == 'text'}
+
+ {if isset($field['suffix'])} {$field['suffix']|strval}{/if}
+ {elseif $field['type'] == 'password'}
+
+ {if isset($field['suffix'])} {$field['suffix']|strval}{/if}
+ {elseif $field['type'] == 'textarea'}
+
+ {elseif $field['type'] == 'file'}
+ {if isset($field['thumb']) && $field['thumb']}
+
![{$field['title']} {$field['title']}]({$field['thumb']})
+ {/if}
+
+ {elseif $field['type'] == 'price'}
+ {$currency_left_sign}
{$currency_right_sign} {l s='(tax excl.)'}
+ {elseif $field['type'] == 'textLang' || $field['type'] == 'textareaLang' || $field['type'] == 'selectLang'}
+ {if $field['type'] == 'textLang'}
+ {foreach $field['languages'] AS $id_lang => $value}
+
+
+
{/foreach}
+ {elseif $field['type'] == 'textareaLang'}
+ {foreach $field['languages'] AS $id_lang => $value}
+
+
+
+ {/foreach}
+ {elseif $field['type'] == 'selectLang'}
+ {foreach $languages as $language}
+
+
+
+ {/foreach}
+ {/if}
+ {if count($languages) > 1}
+
+

+
+
+ {l s='Choose language:'}
+ {foreach $languages as $language}
+

+ {/foreach}
+
+ {/if}
+
+ {/if}
+ {if ($field['multishop_default'])}
+
+
{/if}
-
- {/if}
- {if ($field['multishop_default'])}
-
-
+ {if isset($field['required']) && $field['required'] && $field['type'] != 'radio'}
+
*
+ {/if}
+ {if isset($field['hint'])}
{$field['hint']} {/if}
+ {if isset($field['desc'])}
{$field['desc']}
{/if}
+ {if $field['is_invisible']}
{l s='You can\'t change the value of this configuration field in this shop context'}
{/if}
+ {block name="end_field_block"}
+
+ {l s='You can\'t change the value of this configuration field in this shop context'}
{/if}
-