From 1145686b1998fcecfc1e53d8684e6c65bd4606c5 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Sun, 24 Dec 2017 15:19:06 +0100 Subject: [PATCH] www/web-proxy-*: remove titles, release of useracl --- .../mvc/app/controllers/OPNsense/ProxySSO/IndexController.php | 1 - www/web-proxy-useracl/Makefile | 3 +-- .../app/controllers/OPNsense/ProxyUserACL/IndexController.php | 2 -- 3 files changed, 1 insertion(+), 5 deletions(-) diff --git a/www/web-proxy-sso/src/opnsense/mvc/app/controllers/OPNsense/ProxySSO/IndexController.php b/www/web-proxy-sso/src/opnsense/mvc/app/controllers/OPNsense/ProxySSO/IndexController.php index 49548860c..9e02a9ad2 100644 --- a/www/web-proxy-sso/src/opnsense/mvc/app/controllers/OPNsense/ProxySSO/IndexController.php +++ b/www/web-proxy-sso/src/opnsense/mvc/app/controllers/OPNsense/ProxySSO/IndexController.php @@ -6,7 +6,6 @@ class IndexController extends \OPNsense\Base\IndexController { public function indexAction() { - $this->view->title = gettext("Web Proxy Single Sign-On"); $this->view->pick('OPNsense/ProxySSO/index'); $this->view->generalForm = $this->getForm("general"); $this->view->testingCreateForm = $this->getForm("testing_create"); diff --git a/www/web-proxy-useracl/Makefile b/www/web-proxy-useracl/Makefile index b6dd831ad..b9cbca316 100644 --- a/www/web-proxy-useracl/Makefile +++ b/www/web-proxy-useracl/Makefile @@ -1,8 +1,7 @@ PLUGIN_NAME= web-proxy-useracl -PLUGIN_VERSION= 0.0.2 +PLUGIN_VERSION= 1.0 PLUGIN_COMMENT= Group and user ACL for the web proxy PLUGIN_MAINTAINER= kekek2@ya.ru PLUGIN_WWW= http://smart-soft.ru -PLUGIN_DEVEL= yes .include "../../Mk/plugins.mk" diff --git a/www/web-proxy-useracl/src/opnsense/mvc/app/controllers/OPNsense/ProxyUserACL/IndexController.php b/www/web-proxy-useracl/src/opnsense/mvc/app/controllers/OPNsense/ProxyUserACL/IndexController.php index b8729ca43..46d1e0005 100644 --- a/www/web-proxy-useracl/src/opnsense/mvc/app/controllers/OPNsense/ProxyUserACL/IndexController.php +++ b/www/web-proxy-useracl/src/opnsense/mvc/app/controllers/OPNsense/ProxyUserACL/IndexController.php @@ -34,8 +34,6 @@ class IndexController extends \OPNsense\Base\IndexController { public function indexAction() { - // set page title, used by the standard template in layouts/default.volt. - $this->view->title = gettext("Group and User ACL settings"); // pick the template to serve to our users. $this->view->pick('OPNsense/ProxyUserACL/index'); $this->view->formDialogACL = $this->getForm("dialogACL");