From 4c87b1db7cda5e7f49bc58ec04e6d94a6dbfc684 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 5 Mar 2015 14:55:53 +0100 Subject: [PATCH] work in progress proxy feature --- .../mvc/app/views/OPNsense/Proxy/index.volt | 107 +++++++++--------- 1 file changed, 56 insertions(+), 51 deletions(-) diff --git a/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt b/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt index 0dee370c5..fc52ee186 100644 --- a/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt +++ b/src/opnsense/mvc/app/views/OPNsense/Proxy/index.volt @@ -1,67 +1,72 @@ - -
- -
-
-
- {{ partial("layout_partials/form_input", ['id': 'general.port','label':'test']) }} -
- -
- -
-
-
- -
- - -
-
- - -
- - + + +
+
+
+ + + + + + + + {{ partial("layout_partials/form_input_tr", + ['id': 'general.enabled', + 'label':'enabled', + 'type':'checkbox', + 'help':'gfvjhgghfh' + ]) + }} + {{ partial("layout_partials/form_input_tr", ['id': 'general.port','label':'test','type':'text']) }} + + + + + +
+
+
+
+ +
+
+