From 2d0c503bf19905be469ddd650c494e7adcc798d0 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 13 Aug 2016 18:58:49 +0200 Subject: [PATCH 1/2] frio: fix - permissions string was missing --- mod/events.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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'), )); From efdb98de6df3b912a3fe553fb23edafd1da9a678 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Sat, 13 Aug 2016 18:59:59 +0200 Subject: [PATCH 2/2] frio: fix - add string to template --- view/theme/frio/templates/event_form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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