{script}{literal} DND_InterfaceFix.fix('.place_section'); {/literal}{/script} {style}{literal} .hidden-placeholder { display: none; } .placeholder { height: 10px; border: 1px dashed #999999; background-color: #FFF; } .dd_helper { border: 1px dashed #000; } .dd_handle { cursor: move; } .component .action { display: none; } .component .action .dd_delete { display: none; } #place_components .clone .action .dd_delete { display: inline; } .place_section .component .action .dd_delete { display: inline; } .place_section .dd_freezed { background-color: #FFAAAA; } #place_components .component { float: left; } .place_section .component { } .place_section { min-height: 60px; padding-top: 10px; } .view_component div{ overflow: hidden; } .configurable_component .controll { display: inline-block; width: 18px; height: 16px; text-decoration: none; background-position: center; background-repeat: no-repeat; } .ow_box_cap_empty .controll { background-color: #FFFFFF; } .configurable_component .ow_box_icons { float: right; padding-top: 6px; } .configurable_component h3 { float: left; } .ow_dragndrop_panel { background: #fff; padding: 0px 10px 10px; margin-top: 5px; } .ow_dragndrop_panel .ow_dnd_schem_item{ width: 150px; } .ow_dragndrop_sections .ow_highbox{ margin-top: 6px; margin-left: 3px; margin-right: 3px; } .content_components{ padding: 10px 0; width: 74%; } .sidebar_components{ border-left: 1px solid #ccc; padding: 10px 0 10px 10px; width: 24%; } {/literal}{/style} {add_content key='base.widget_panel.content.top' placeName=$placeName} {add_content key='base.`$placeName`.content.top'} {block_decorator name='box' add_class='ow_highbox ow_stdmargin'}
{decorator name='button' label='Customize this page' class='ow_ic_gear_wheel'} {decorator name='button' label='Finish customizing' class='ow_ic_lock'}
{block_decorator name="box" iconClass="ow_ic_add" lang_label="components+section_box_title" type="empty" add_class="ow_smallmargin"}

Drag'n'drop items to the page to add features or custom components. These are items activated by plugins. If you want an element to stay on all pages put it to the sidebar.

Items visibility: users only guests only everyone

{foreach from=$componentList.place 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}
{foreach from=$schemeList item=scheme}
{/foreach}
{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.content.bottom' placeName=$placeName} {add_content key='base.`$placeName`.content.bottom'}