From 517a2b99d737871a07b503c4a8b6ce2cf80de2e7 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Wed, 13 Aug 2014 12:17:20 -0400 Subject: [PATCH] more tooltips --- .../partials/application-claims.html | 2 +- .../partials/application-detail.html | 10 ++++- .../partials/application-installation.html | 2 +- .../resources/partials/application-list.html | 2 +- .../partials/application-revocation.html | 3 +- .../partials/application-role-list.html | 2 +- .../partials/application-scope-mappings.html | 26 +++++++------ .../partials/application-sessions.html | 9 +++-- .../partials/oauth-client-claims.html | 2 +- .../partials/oauth-client-detail.html | 5 +++ .../partials/oauth-client-installation.html | 2 +- .../resources/partials/oauth-client-list.html | 2 +- .../partials/oauth-client-revocation.html | 1 + .../partials/oauth-client-scope-mappings.html | 30 +++++++------- .../resources/partials/realm-credentials.html | 4 +- .../partials/realm-default-roles.html | 2 +- .../base/resources/partials/realm-keys.html | 2 +- .../base/resources/partials/realm-tokens.html | 39 +++++++++++-------- .../base/resources/partials/user-detail.html | 19 ++++----- .../base/resources/partials/user-list.html | 2 +- 20 files changed, 95 insertions(+), 71 deletions(-) diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-claims.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-claims.html index 0bea3618ad..a29215ac58 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-claims.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-claims.html @@ -12,7 +12,7 @@

-

{{application.name}} Allowed Claims

+

{{application.name}} Allowed Claims

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-detail.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-detail.html index 517556a281..741f53f733 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-detail.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-detail.html @@ -32,13 +32,14 @@
-
+
+
-
+
+
@@ -84,6 +88,7 @@
+
@@ -107,6 +112,7 @@
+
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-installation.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-installation.html index 7a32fea681..4187bf963d 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-installation.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-installation.html @@ -14,7 +14,7 @@

-

{{application.name}} Installation

+

{{application.name}} Installation

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-list.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-list.html index 892e4b87a6..37cb2ab557 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-list.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-list.html @@ -5,7 +5,7 @@

-

{{realm.realm}} Applications

+

{{realm.realm}} Applications

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-revocation.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-revocation.html index 3353a93845..9670154138 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-revocation.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-revocation.html @@ -20,6 +20,7 @@
+
@@ -27,7 +28,7 @@ -
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-list.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-list.html index 128729e949..bca7267321 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-list.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-list.html @@ -13,7 +13,7 @@

-

{{application.name}} Roles

+

{{application.name}} Application Roles

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-scope-mappings.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-scope-mappings.html index f466b9b5c2..1aca4f46a0 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-scope-mappings.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-scope-mappings.html @@ -13,7 +13,7 @@

-

{{application.name}} Scope Mappings

+

{{application.name}} Scope Mappings

@@ -22,17 +22,18 @@
+
- Realm Roles + Realm Roles
- +
- +
- -
- +

-

{{application.name}} Sessions

+

{{application.name}} Sessions

@@ -20,15 +20,16 @@
+
- + @@ -38,7 +39,7 @@ - +
Session Start
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-claims.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-claims.html index 6bf63c414c..756a45159a 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-claims.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-claims.html @@ -10,7 +10,7 @@

-

{{oauth.name}} Allowed Claims

+

{{oauth.name}} Allowed Claims

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-detail.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-detail.html index 1cfd8bfba4..76167450eb 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-detail.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-detail.html @@ -35,6 +35,7 @@
+
@@ -47,12 +48,14 @@
+
+
@@ -76,6 +79,7 @@
+
@@ -99,6 +103,7 @@
+ diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-installation.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-installation.html index 5e02fb972d..f20e8ba2e4 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-installation.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-installation.html @@ -10,7 +10,7 @@

-

OAuth Client Installation

+

OAuth Client Installation

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html index 06c8456105..a19323f4cf 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-list.html @@ -5,7 +5,7 @@

-

{{realm.realm}} OAuth Clients

+

{{realm.realm}} OAuth Clients

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-revocation.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-revocation.html index fbde66a855..16941d66b9 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-revocation.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-revocation.html @@ -18,6 +18,7 @@
+
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-scope-mappings.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-scope-mappings.html index b49566c80e..707cc3d2f6 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-scope-mappings.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/oauth-client-scope-mappings.html @@ -11,7 +11,7 @@

-

{{oauth.name}} Scope Mappings

+

{{oauth.name}} Scope Mappings

@@ -20,16 +20,17 @@
+
- Realm Roles + Realm Roles
- +
- +
- -
- + {{realm.realm}} Credentials
- Realm Credentials Settings + Realm Credentials Settings
@@ -17,7 +17,7 @@
- Realm Password Policy + Realm Password Policy
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-default-roles.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-default-roles.html index 74027d288b..a8af7dd7e1 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-default-roles.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-default-roles.html @@ -51,9 +51,9 @@ - +
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-keys.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-keys.html index 38eda81b77..b56dcc4c7f 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-keys.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-keys.html @@ -3,7 +3,7 @@

-

{{realm.realm}} Realm Public Key

+

{{realm.realm}} Realm Public Key

diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-tokens.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-tokens.html index 3e071ab9af..39768aac6c 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-tokens.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-tokens.html @@ -12,14 +12,14 @@
-
+
-
+
-
+
-
+
-
+
-
+
-
+
-
+
@@ -40,7 +40,7 @@
-
+
@@ -48,7 +48,7 @@
-
+
@@ -56,7 +56,7 @@
-
+
@@ -64,22 +64,23 @@
-
+
-
-
+
+
@@ -89,7 +90,7 @@
- +
diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/user-list.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/user-list.html index 376597a94e..a291b64e85 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/user-list.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/user-list.html @@ -36,7 +36,7 @@
- +