diff options
| author | lsces <lester@lsces.co.uk> | 2026-03-26 17:06:50 +0000 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2026-03-26 17:06:50 +0000 |
| commit | 437be70bc5a216a6289a7b78b125bf248cf45615 (patch) | |
| tree | 70227f22bffe97ee13b1b0abd03d6490a8846002 | |
| parent | a9460e3799e4eacb821401defdf296af37ca9c55 (diff) | |
| download | calendar-437be70bc5a216a6289a7b78b125bf248cf45615.tar.gz calendar-437be70bc5a216a6289a7b78b125bf248cf45615.tar.bz2 calendar-437be70bc5a216a6289a7b78b125bf248cf45615.zip | |
Smarty style updates
| -rwxr-xr-x[-rw-r--r--] | templates/calendar.tpl | 2 | ||||
| -rwxr-xr-x[-rw-r--r--] | templates/calendar_box.tpl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 34f3041..6297d00 100644..100755 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -117,7 +117,7 @@ {/if} </table> {/jstab} - {if $gBitUser->hasPermission('p_calendar_view') && !empty($calContentTypes)} + {if $gBitUser->hasPermission('p_calendar_view') and !empty($calContentTypes)} {jstab title="Display Options"} {include file="bitpackage:calendar/calendar_options_inc.tpl"} {/jstab} diff --git a/templates/calendar_box.tpl b/templates/calendar_box.tpl index 10893df..aa79bb1 100644..100755 --- 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') && !empty($cellHash.creator_real_name) } + {if $gBitUser->hasPermission('p_calendar_view_changes') and !empty($cellHash.creator_real_name) } <div class="boxcontent"> {tr}Content Type{/tr}: {$gLibertySystem->getContentTypeName($cellHash.content_type_guid)} |
