Merge remote-tracking branch 'remotes/origin/master' into responsiveadmin
This commit is contained in:
commit
e1fee8e355
@ -1,3 +1,6 @@
|
||||
{if !isset($is_managing)}
|
||||
{assign var="is_managing" value=false}
|
||||
{/if}
|
||||
<table class="entrylist table">
|
||||
<thead><tr>
|
||||
{if !isset($delete)}<th></th>{/if}
|
||||
@ -11,7 +14,9 @@
|
||||
<tbody>
|
||||
{assign var="i" value=0}
|
||||
{foreach from=$entries key=entryid item=entry}
|
||||
{if count($entry.$fetch)>0 && !$is_managing}<tr><td colspan="{if isset($delete)}5{else}7{/if}">{$entryid|idToSubject} ({$entryid})</td></tr>
|
||||
{if isset($entry.$fetch)}
|
||||
{if count($entry.$fetch)>0 && !$is_managing}
|
||||
<tr><td colspan="{if isset($delete)}5{else}7{/if}">{$entryid|idToSubject} ({$entryid})</td></tr>
|
||||
{/if}
|
||||
{foreach from=$entry.$fetch item=comm key=comm_id}
|
||||
{assign var="i" value=$i+1}
|
||||
@ -48,6 +53,7 @@
|
||||
{/if}
|
||||
</tr>
|
||||
{/foreach}
|
||||
{/if}
|
||||
{/foreach}
|
||||
{if $i==0}
|
||||
<tr><td colspan="{if isset($delete)}5{else}7{/if}">{$plang.app_nocomms}</td></tr>{/if}
|
||||
|
Loading…
x
Reference in New Issue
Block a user