diff --git a/admin-dev/themes/default/css/admin-theme.css b/admin-dev/themes/default/css/admin-theme.css index 81962e0b3..2248e7602 100644 --- a/admin-dev/themes/default/css/admin-theme.css +++ b/admin-dev/themes/default/css/admin-theme.css @@ -5089,7 +5089,7 @@ body.fixed-top { border-radius: 5px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px, white 0 0 0 4px inset; box-shadow: rgba(0, 0, 0, 0.1) 0 0 7px, white 0 0 0 4px inset; } - #content form legend { + #content legend { float: left; padding: 0 0 0 0; margin: 5px 0 15px 0; diff --git a/admin-dev/themes/default/css/admin-theme.sass b/admin-dev/themes/default/css/admin-theme.sass index b2ad5a669..a448cf79f 100755 --- a/admin-dev/themes/default/css/admin-theme.sass +++ b/admin-dev/themes/default/css/admin-theme.sass @@ -53,7 +53,7 @@ body.fixed-top background-color: $bg-content-color @include border-radius(5px) @include box-shadow(rgba(black,0.10) 0 0 7px, white 0 0 0 4px inset) - form legend + legend float: left padding: 0 0 0 0 margin: 5px 0 15px 0 diff --git a/admin-dev/themes/default/template/helpers/form/form.tpl b/admin-dev/themes/default/template/helpers/form/form.tpl index 5085fc34a..d8510f1d6 100644 --- a/admin-dev/themes/default/template/helpers/form/form.tpl +++ b/admin-dev/themes/default/template/helpers/form/form.tpl @@ -283,6 +283,7 @@ + {elseif $input.type == 'textarea'} {if isset($input.lang) AND $input.lang} {foreach $languages as $language} @@ -312,6 +313,7 @@ {else} {/if} + {elseif $input.type == 'checkbox'} {foreach $input.values.query as $value} {assign var=id_checkbox value=$input.name|cat:'_'|cat:$value[$input.values.id]} @@ -395,12 +397,20 @@ value="{$fields_value[$input.name]|escape:'htmlall':'UTF-8'}" /> {elseif $input.type == 'date'} - +
- {foreach $bulk_actions as $key => $params} - - {/foreach} -
- {/if} + + + {if $bulk_actions} ++ {foreach $bulk_actions as $key => $params} + + {/foreach} +
+ {/if} + + {if !$simple_header} +