diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 100ab3a7c..eeb85b74c 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -464,14 +464,14 @@ {elseif $input.type == 'asso_shop' && isset($asso_shop) && $asso_shop} {$asso_shop} {elseif $input.type == 'color'} - +
- +
{elseif $input.type == 'date'}
diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index ca7c2554a..d3831560c 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -173,8 +173,10 @@
{elseif $field['type'] == 'color'} -
- +
+
+ +
{elseif $field['type'] == 'price'}
diff --git a/js/jquery/plugins/jquery.colorpicker.js b/js/jquery/plugins/jquery.colorpicker.js index b2f0c8469..592d7c773 100755 --- a/js/jquery/plugins/jquery.colorpicker.js +++ b/js/jquery/plugins/jquery.colorpicker.js @@ -154,7 +154,7 @@ }).css({ 'color': $.fn.mColorPicker.textColor($('#' + id).css('background-color')) }).after( - '' + '' ).addClass('mColorPickerInput'); }