www/web-proxy-*: remove titles, release of useracl

This commit is contained in:
Franco Fichtner 2017-12-24 15:19:06 +01:00
parent 93be37d713
commit 1145686b19
3 changed files with 1 additions and 5 deletions

View file

@ -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");

View file

@ -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"

View file

@ -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");