diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-07-26 12:17:45 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-07-26 12:17:45 +0000 |
| commit | c79fd1fa58dacf46a675a9f20fa4c016641f670e (patch) | |
| tree | b0ff84c98c08e454175a1ca08c7c2f3f25bc43d0 /templates | |
| parent | bf4637f1f532b959fc367af1b36563715aad489a (diff) | |
| download | calendar-c79fd1fa58dacf46a675a9f20fa4c016641f670e.tar.gz calendar-c79fd1fa58dacf46a675a9f20fa4c016641f670e.tar.bz2 calendar-c79fd1fa58dacf46a675a9f20fa4c016641f670e.zip | |
Hide content details if not set
( user needs to access bituser details to populate fields )
Diffstat (limited to 'templates')
| -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 /> |
