diff options
| author | Lester Caine <lester@lsces.co.uk> | 2007-07-26 12:51:26 +0000 |
|---|---|---|
| committer | Lester Caine <lester@lsces.co.uk> | 2007-07-26 12:51:26 +0000 |
| commit | 47f8e55aa7ab29d84e60dc48d6adce79bea7d148 (patch) | |
| tree | 2e650010773b74caa7b14f8ba6545e796685d872 /templates | |
| parent | c79fd1fa58dacf46a675a9f20fa4c016641f670e (diff) | |
| download | calendar-47f8e55aa7ab29d84e60dc48d6adce79bea7d148.tar.gz calendar-47f8e55aa7ab29d84e60dc48d6adce79bea7d148.tar.bz2 calendar-47f8e55aa7ab29d84e60dc48d6adce79bea7d148.zip | |
Allow calendar users to select what they want to view.
The permissions for calendar need tidying up and we probably need to limit some things in the ajax viewer.
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index 845f41e..df9b25a 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.47 2007/07/16 12:39:26 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.48 2007/07/26 12:51:26 lsces Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'site_help_popup' )} {popup_init src="`$smarty.const.UTIL_PKG_URL`javascript/libs/overlib.js"} @@ -117,7 +117,7 @@ {/if} </table> {/jstab} - {if $gBitUser->hasPermission('p_calendar_view_changes')} + {if $gBitUser->hasPermission('p_calendar_view')} {jstab title="Display Options"} {include file="bitpackage:calendar/calendar_options_inc.tpl"} {/jstab} |
