diff --git a/extension/lite/group/ext/lang/resource.php b/extension/lite/group/ext/lang/resource.php index 1bcaa18cee..f88d644c02 100644 --- a/extension/lite/group/ext/lang/resource.php +++ b/extension/lite/group/ext/lang/resource.php @@ -938,6 +938,8 @@ if($config->edition == 'biz' or $config->edition == 'max') $lang->resource->feedback->close = 'closeAction'; $lang->resource->feedback->export = 'exportAction'; + if($config->visions == ',lite,') unset($lang->resource->feedback); + /* Faq. */ $lang->resource->faq = new stdclass(); $lang->resource->faq->browse = 'browse'; diff --git a/module/execution/view/all.html.php b/module/execution/view/all.html.php index 01b7156bfa..98525faf8e 100644 --- a/module/execution/view/all.html.php +++ b/module/execution/view/all.html.php @@ -93,6 +93,8 @@