From f225fb5f2c3199c33d6bded6313e61a47084dc6c Mon Sep 17 00:00:00 2001 From: Kevin Granger Date: Wed, 16 Oct 2013 14:19:26 +0200 Subject: [PATCH] // replaced class .row with class .form-group inside forms --- .../themes/default/template/helpers/form/form.tpl | 14 +++++++------- .../default/template/helpers/form/form_group.tpl | 2 +- .../default/template/helpers/list/list_header.tpl | 4 ++-- .../default/template/helpers/options/options.tpl | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index b54caccd3..ebff4fcad 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -44,7 +44,7 @@ {elseif $key == 'input'} {foreach $field as $input} {block name="input_row"} -
+
{if $input.type == 'hidden'} {else} @@ -81,7 +81,7 @@ {if $input.type == 'text' || $input.type == 'tags'} {if isset($input.lang) AND $input.lang} {if $languages|count > 1} -
+
{/if} {foreach $languages as $language} {assign var='value_text' value=$fields_value[$input.name][$language.id_lang]} @@ -239,7 +239,7 @@ {/if} {elseif $input.type == 'textbutton'} {assign var='value_text' value=$fields_value[$input.name]} -
+
{if isset($input.maxchar)}
@@ -371,7 +371,7 @@ {if isset($value.p) && $value.p}

{$value.p}

{/if} {/foreach} {elseif $input.type == 'switch'} -
+
{foreach $input.values as $value} @@ -413,7 +413,7 @@ {if isset($input.lang) AND $input.lang} {foreach $languages as $language} {if $languages|count > 1} -
+
{/if} @@ -511,7 +511,7 @@ value="" {if isset($input.autocomplete) && !$input.autocomplete}autocomplete="off"{/if} /> {elseif $input.type == 'birthday'} -
+
{foreach $input.options as $key => $select}
diff --git a/admin-dev/themes/default/template/helpers/list/list_header.tpl b/admin-dev/themes/default/template/helpers/list/list_header.tpl index 94d650a99..adaa77c08 100644 --- a/admin-dev/themes/default/template/helpers/list/list_header.tpl +++ b/admin-dev/themes/default/template/helpers/list/list_header.tpl @@ -243,7 +243,7 @@ {if !$simple_header && $show_filters} - + {if $has_bulk_actions} -- {/if} @@ -263,7 +263,7 @@ {elseif $params.type == 'date' || $params.type == 'datetime'}
-
+
{l s='From'} diff --git a/admin-dev/themes/default/template/helpers/options/options.tpl b/admin-dev/themes/default/template/helpers/options/options.tpl index 546687b79..dc1badf7a 100644 --- a/admin-dev/themes/default/template/helpers/options/options.tpl +++ b/admin-dev/themes/default/template/helpers/options/options.tpl @@ -87,7 +87,7 @@ {if $field['type'] == 'hidden'} {else} -
+
{block name="label"} {if isset($field['title']) && isset($field['hint'])} @@ -357,7 +357,7 @@ {/if} {/foreach} {if isset($categoryData['submit'])} -
+