diff --git a/mod/events.php b/mod/events.php index 636cf6c57..1b5dfdf31 100644 --- a/mod/events.php +++ b/mod/events.php @@ -506,7 +506,8 @@ function events_content(&$a) { '$acl' => $acl, '$submit' => t('Submit'), '$basic' => t("Basic"), - '$advanced' => t("Advanced") + '$advanced' => t("Advanced"), + '$permissions' => t('Permissions'), )); diff --git a/view/theme/frio/templates/event_form.tpl b/view/theme/frio/templates/event_form.tpl index 97892d186..55f73ac8e 100644 --- a/view/theme/frio/templates/event_form.tpl +++ b/view/theme/frio/templates/event_form.tpl @@ -9,7 +9,7 @@ the modal. Changing of the activity status is done by js in event_head.tpl *}}
  • {{$advanced}}
  • - {{if $acl}}
  • Permissions
  • {{/if}} + {{if $acl}}
  • {{$permissions}}
  • {{/if}} {{if $preview}}
  • {{$preview}}
  • {{/if}} {{* commented out because it isn't implemented yet
  • Browser