From a005ba8e29ff68950bc6b9c93898ddb34fb25d60 Mon Sep 17 00:00:00 2001 From: Max Magorsch Date: Fri, 22 May 2020 16:57:43 +0200 Subject: Initial version of the theme Please note that this is currently still a WIP and likely to change a lot in future. Signed-off-by: Max Magorsch --- admin/resources/partials/client-scope-detail.html | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 admin/resources/partials/client-scope-detail.html (limited to 'admin/resources/partials/client-scope-detail.html') diff --git a/admin/resources/partials/client-scope-detail.html b/admin/resources/partials/client-scope-detail.html new file mode 100644 index 0000000..88c3216 --- /dev/null +++ b/admin/resources/partials/client-scope-detail.html @@ -0,0 +1,84 @@ +
+ + + + + +
+
+
+ +
+ +
+ {{:: 'client-scope.name.tooltip' | translate}} +
+
+ +
+ +
+ {{:: 'client-scope.description.tooltip' | translate}} +
+
+ +
+
+ +
+
+ {{:: 'client-scope.protocol.tooltip' | translate}} +
+ +
+ +
+ +
+ {{:: 'client-scope.display-on-consent-screen.tooltip' | translate}} +
+
+ +
+ +
+ {{:: 'client-scope.consent-screen-text.tooltip' | translate}} +
+
+ +
+ +
+ {{:: 'client-scope.include-in-token-scope.tooltip' | translate}} +
+
+ +
+ +
+ {{:: 'client-scope.gui-order.tooltip' | translate}} +
+
+ +
+
+ + +
+
+ + +
+
+
+
+ + \ No newline at end of file -- cgit v1.2.3-65-gdbad