From 21cf113c44d8554b72a8c5313f2cbfc869bc8aac Mon Sep 17 00:00:00 2001 From: Shagshag Date: Thu, 25 Jul 2013 10:26:53 +0200 Subject: [PATCH] twice class attribute in color input --- admin-dev/themes/default/template/helpers/form/form.tpl | 1 - 1 file changed, 1 deletion(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index ee78720f7..cfae56a76 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -314,7 +314,6 @@ {if isset($input.class)}class="{$input.class}" {else}class="color mColorPickerInput"{/if} name="{$input.name}" - class="{if isset($input.class)}{$input.class}{/if}" value="{$fields_value[$input.name]|escape:'htmlall':'UTF-8'}" /> {elseif $input.type == 'date'}