Merge pull request #69 from PrestaEdit/mails

[+] Project: add the possibility to change the default color (#db3484)
This commit is contained in:
Vincent Augagneur
2012-12-12 06:59:04 -08:00
151 changed files with 1052 additions and 1028 deletions
@@ -123,6 +123,15 @@
<img src="{$field['thumb']}" alt="{$field['title']}" title="{$field['title']}" /><br />
{/if}
<input type="file" name="{$key}" />
{elseif $field['type'] == 'color'}
<input type="color"
size="{$field['size']}"
data-hex="true"
{if isset($input.class)}class="{$field['class']}"
{else}class="color mColorPickerInput"{/if}
name="{$field['name']}"
class="{if isset($field['class'])}{$field['class']}{/if}"
value="{$field['value']|escape:'htmlall':'UTF-8'}" />
{elseif $field['type'] == 'price'}
{$currency_left_sign}<input type="text" size="{if isset($field['size'])}{$field['size']|intval}{else}5{/if}" name="{$key}" value="{$field['value']|escape:'htmlall':'UTF-8'}" />{$currency_right_sign} {l s='(tax excl.)'}
{elseif $field['type'] == 'textLang' || $field['type'] == 'textareaLang' || $field['type'] == 'selectLang'}