diff options
| -rw-r--r-- | templates/calendar_box.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/calendar_box.tpl b/templates/calendar_box.tpl index a417a5e..a349bfb 100644 --- a/templates/calendar_box.tpl +++ b/templates/calendar_box.tpl @@ -8,7 +8,7 @@ {if !empty($cellHash.rendered)} {$cellHash.rendered} {/if} - {if $gBitUser->hasPermission('p_calendar_view_changes')} + {if $gBitUser->hasPermission('p_calendar_view_changes') && !empty($cellHash.creator_real_name) } <div class="boxcontent"> {tr}Content Type{/tr}: {$cellHash.content_description} <br /> |
