From 4438aa6606d5f6048a215a7786a0441f12040aa0 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Tue, 12 Aug 2014 16:22:26 -0400 Subject: [PATCH] tooltips --- .../partials/application-role-detail.html | 22 ++++++++------- .../resources/partials/federated-ldap.html | 5 ++++ .../partials/realm-cache-settings.html | 8 +++--- .../resources/partials/realm-credentials.html | 2 +- .../partials/realm-default-roles.html | 19 ++++++------- .../base/resources/partials/realm-keys.html | 2 +- .../partials/realm-login-settings.html | 8 ++++++ .../base/resources/partials/realm-smtp.html | 2 +- .../partials/realm-theme-settings.html | 6 ++++- .../base/resources/partials/role-detail.html | 20 +++++++------- .../resources/partials/role-mappings.html | 27 +++++++++++-------- .../base/resources/partials/user-detail.html | 2 ++ 12 files changed, 76 insertions(+), 47 deletions(-) diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-detail.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-detail.html index 4e706ff770..ebb96c5c9c 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-detail.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/application-role-detail.html @@ -20,8 +20,8 @@
  • {{role.name}}
  • -

    {{application.name}} {{role.name}}

    -

    {{application.name}} Add Role

    +

    {{application.name}} {{role.name}} Application Role

    +

    {{application.name}} Add Application Role

    * Required fields

    @@ -49,6 +49,7 @@
    + @@ -57,7 +58,7 @@
    - + Select an Application...
    +
    - +
    +
    +
    @@ -42,12 +44,14 @@
    +
    +
    @@ -124,6 +128,7 @@
    +
    diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-cache-settings.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-cache-settings.html index f6d9845dda..43ccfcb6d4 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-cache-settings.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-cache-settings.html @@ -8,16 +8,18 @@
    - +
    -
    + +
    - +
    +
    diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-credentials.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-credentials.html index de845fb0e4..46b3c8d108 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-credentials.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-credentials.html @@ -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 ed7efcfe89..74027d288b 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 @@ -6,14 +6,14 @@

    -

    {{realm.realm}} Default Roles

    +

    {{realm.realm}} Default Roles

    Realm Default Roles
    - + Select an Application...
    +
    - +

    -

    {{realm.realm}} Keys

    +

    {{realm.realm}} Realm Public Key

    diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-login-settings.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-login-settings.html index f3be63bf2f..b348a9a42c 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-login-settings.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-login-settings.html @@ -12,42 +12,49 @@
    +
    +
    +
    +
    +
    +
    +
    @@ -60,6 +67,7 @@
    +
    diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-smtp.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-smtp.html index 30f42368ad..30cd1d058b 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-smtp.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-smtp.html @@ -3,7 +3,7 @@

    -

    {{realm.realm}} Email Server Settings

    +

    {{realm.realm}} Email Settings

    * Required fields

    diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-theme-settings.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-theme-settings.html index 4b9afa6910..3f37c09a8c 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-theme-settings.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/realm-theme-settings.html @@ -4,7 +4,7 @@

    -

    {{realm.realm}} Theme Settings

    +

    {{realm.realm}} Theme Settings

    @@ -18,6 +18,7 @@
    +
    @@ -30,6 +31,7 @@
    +
    @@ -42,6 +44,7 @@
    +
    @@ -54,6 +57,7 @@
    +
    diff --git a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/role-detail.html b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/role-detail.html index e3e9b9caa4..72ac2d28e4 100755 --- a/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/role-detail.html +++ b/forms/common-themes/src/main/resources/theme/admin/base/resources/partials/role-detail.html @@ -34,7 +34,7 @@
    -
    +
    @@ -46,7 +46,7 @@
    - + Select an Application...
    +
    -
    - +
    - Realm Roles + Realm Roles +
    - +
    - +
    - -
    - +
    +
    @@ -88,6 +89,7 @@
    +