{style} {literal} .forumpostcontent_admin_list .ow_lbutton { cursor: default; } td.forumpostcontent-item-content img{ max-width: 100%; } td.forumpostcontent-item-content{ position: relative; text-align: left; } td.forumpostcontent-item-content .ns-hover-block{ height:16px; padding:0px; position: absolute; right: 10px; top: 10px; } {/literal} {/style}
{decorator name='button' langLabel='forumpostcontent+add' id='forumpostcontent-add-content' class='ow_ic_add'}
{block_decorator name='box' langLabel='forumpostcontent+contents'} {if !empty($contents)} {foreach from=$contents item='item'} {/foreach}
{text key='forumpostcontent+admin_content_title_heading'} {text key='forumpostcontent+admin_content_content_heading'} {text key='forumpostcontent+admin_content_position_heading'} {text key='forumpostcontent+admin_content_order_heading'}
{$item->getTitle()} {$item->getContent()} {$item->getPosition()} {$item->getOrder()}
{else}
{text key='forumpostcontent+no_content'}
{/if} {/block_decorator}
{component class='FORUMPOSTCONTENT_CMP_ContentInfo'}