{add_content key='news.add_content.list.top' listType=$listType}
{style}{literal} .ow_wrap_normal{ white-space: normal; } {/literal}{/style}
{if $addNew_isAuthorized} {if $addNew_promoted}
{decorator name='button' class='ow_ic_add' id='btn-add-new-entry' langLabel='iisnews+add_new'}
{else}
{decorator name='button' class='ow_ic_add' id='btn-add-new-entry' langLabel='iisnews+add_new' onclick="location.href='`$url_new_entry`'"}
{/if} {/if} {if isset($hasRss)}
{decorator name='button' style="border: none;" langLabel='iisrss+rss' onclick="showRssFormComponent()"}
{/if}
{$menu}
{if $paging}
{$paging}
{/if} {if $isBrowseByTagCase} {if isset($tag)}
{text key="iisnews+results_by_tag" tag=$tag}
{else if isset($tagCloud)} {$tagCloud} {/if} {/if} {if $isSearchResultsCase}
{text key="iisnews+search_results_for" q=$q}
{/if} {if $showList} {foreach from=$list item='entry'} {assign var=dto value=$entry.dto} {*-- decorator data*} {assign var=userId value=$dto->getAuthorId()} {capture assign='info_string'} {$dto->getTitle()} {/capture} {capture assign='content'} {$entry.text}{if $entry.showMore}... {text key='iisnews+more'}{/if} {/capture} {assign var='id' value=$dto->getId()} {*~~ decorator data*} {if $dto->image!=null} {decorator name='ipc' infoString=$info_string data=$entry addClass="ow_stdmargin news_item news_with_image" content=$content toolbar=$toolbars[$id]} {else} {decorator name='ipc' infoString=$info_string addClass="ow_stdmargin news_item news_without_image" content=$content toolbar=$toolbars[$id] avatar=$avatars[$userId]} {/if} {foreachelse} {text key='base+empty_list'} {/foreach} {if $paging}
{$paging}
{/if} {/if}
{$entrySearch}
{$tagSearch}
{if isset($archive) && isset($dateParsed)}
{block_decorator name="box" langLabel="iisnews+news_archive_lbl_archives" iconClass="ow_ic_clock"} {/block_decorator}
{/if} {if isset($my_published_entrys_url)}
{decorator name="button" langLabel="iisnews+my_drafts" class="ow_ic_draft" onclick="location.href='$my_published_entrys_url'"}
{/if}