From aab97adb23c65dfc54f4f160742f8066fcd98032 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 26 Sep 2018 16:22:34 +0200 Subject: oauth and oauth2 apps manager --- view/tpl/oauth2_edit.tpl | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 view/tpl/oauth2_edit.tpl (limited to 'view/tpl/oauth2_edit.tpl') diff --git a/view/tpl/oauth2_edit.tpl b/view/tpl/oauth2_edit.tpl new file mode 100755 index 000000000..399c64977 --- /dev/null +++ b/view/tpl/oauth2_edit.tpl @@ -0,0 +1,21 @@ +
+
+

{{$title}}

+
+
+
+ +{{include file="field_input.tpl" field=$name}} +{{include file="field_input.tpl" field=$secret}} +{{include file="field_input.tpl" field=$redirect}} +{{include file="field_input.tpl" field=$grant}} +{{include file="field_input.tpl" field=$scope}} + +
+ + +
+ +
+
+
-- cgit v1.2.3