{style}{literal} .hidden-placeholder { display: none; } .dd_handle { cursor: move; } .ow_dnd_freezed .dd_handle { cursor: default; } .component .action { display: none; } .component .action .dd_delete { display: none; } #place_components .clone .action .dd_delete { display: inline-block; } .place_section .component .action .dd_delete { display: inline-block; } #place_components .component { float: left; } .place_section .component { } .place_section { min-height: 60px; padding-top: 10px; } .ow_dragndrop_panel .ow_dnd_schem_item{ width: 150px; } .ow_dnd_locked_section { opacity: 0.5; filter: alpha(opacity=50) } .ow_dnd_locked_section .ow_dnd_placeholder { display: none; } .add_btn_cont { position: absolute; right: 0px; top: 0px; } {/literal}{/style} {add_content key='base.widget_panel_customize.content.top' placeName=$placeName entityId=$entityId} {add_content key='base.`$placeName`_customize.content.top' entityId=$entityId} {block_decorator name='box' addClass='ow_highbox ow_stdmargin customize_box'}
{decorator name='button' langLabel='base+widgets_finish_customize_btn' class='ow_ic_ok ow_positive' id="goto_normal_btn"}
{if $disableJs} {decorator name='button' type="submit" langLabel='base+widgets_enable_js' class='ow_ic_unlock'} {else} {decorator name='button' type="submit" langLabel='base+widgets_disable_js' class='ow_ic_restrict ow_negative'} {/if}
{decorator name='button' langLabel='base+widgets_reset_customization' class='ow_ic_delete ow_negative' id="reset_position_btn"}
{block_decorator name='box' iconClass='ow_ic_add' langLabel='base+widgets_section_box_title' addClass='ow_smallmargin'}
{foreach from=$componentList.place item="component"} {dd_component uniqName=$component.uniqName} {/foreach}
{foreach from=$componentList.clonable item="component"} {dd_component uniqName=$component.uniqName} {/foreach}
{/block_decorator}
{/block_decorator}
{if isset($componentList.section.top)} {foreach from=$componentList.section.top item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if isset($componentList.section.left)} {foreach from=$componentList.section.left item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if isset($componentList.section.right)} {foreach from=$componentList.section.right item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{if isset($componentList.section.bottom)} {foreach from=$componentList.section.bottom item="component"} {dd_component uniqName=$component.uniqName render=true} {/foreach} {/if}
{add_content key='base.widget_panel_customize.content.bottom' placeName=$placeName entityId=$entityId} {add_content key='base.`$placeName`_customize.content.bottom' entityId=$entityId}