[SYNCOPE-991] Slight changes to style

Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/f74a2bcb
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/f74a2bcb
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/f74a2bcb

Branch: refs/heads/master
Commit: f74a2bcb4aa60d7aeb951e76754298e0954fd1c7
Parents: d5f925f
Author: Francesco Chicchiriccò <ilgro...@apache.org>
Authored: Tue Mar 14 12:05:28 2017 +0100
Committer: Francesco Chicchiriccò <ilgro...@apache.org>
Committed: Tue Mar 14 12:21:54 2017 +0100

----------------------------------------------------------------------
 .../apache/syncope/client/console/wizards/any/UserDetails.java  | 5 +----
 .../console/wicket/markup/html/form/ActionLinksPanel.html       | 2 +-
 .../syncope/client/console/wizards/any/Details.properties       | 2 +-
 .../syncope/client/console/wizards/any/Details_it.properties    | 2 +-
 .../syncope/client/console/wizards/any/Details_pt_BR.properties | 2 +-
 .../syncope/client/console/wizards/any/Details_ru.properties    | 2 +-
 .../console/wizards/any/UserDetails$EditUserPasswordPanel.html  | 5 ++++-
 7 files changed, 10 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserDetails.java
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserDetails.java
 
b/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserDetails.java
index f300687..60e3c4d 100644
--- 
a/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserDetails.java
+++ 
b/client/console/src/main/java/org/apache/syncope/client/console/wizards/any/UserDetails.java
@@ -128,10 +128,7 @@ public class UserDetails extends Details<UserTO> {
                 final boolean templateMode) {
             super(id);
             setOutputMarkupId(true);
-            add(new Label("warning", new ResourceModel(
-                    "password.change.warning",
-                    "Password value will be sent to all associated 
resources")));
-
+            add(new Label("warning", new 
ResourceModel("password.change.warning")));
             add(new PasswordPanel("passwordPanel", wrapper, templateMode));
         }
 

http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
index 9c12554..c4ab06e 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionLinksPanel.html
@@ -196,7 +196,7 @@ under the License.
     </wicket:fragment>
 
     <wicket:fragment wicket:id="fragmentPasswordReset">
-      <a href="#" wicket:id="passwordResetLink" class="btn"><i class="fa 
fa-key" alt="password reset icon" title="Password reset"></i></a>
+      <a href="#" wicket:id="passwordResetLink" class="btn"><i class="fa 
fa-shield" alt="password reset icon" title="Password reset"></i></a>
     </wicket:fragment>
 
     <wicket:fragment wicket:id="fragmentSelect">

http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.properties
index ad8805e..8d7410c 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details.properties
@@ -18,6 +18,6 @@ username=Username
 password=Password
 confirmPassword=Password (confirm)
 password.change=Password management
-password.change.warning=Please note, password value will be sent to all 
associated resources, including the internal storage!
+password.change.warning=Password value will be sent to all associated resources
 storePasswordInSyncope=Store password in Syncope
 destinationRealm=Destination realm

http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_it.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_it.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_it.properties
index a65883e..d760f89 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_it.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_it.properties
@@ -18,6 +18,6 @@ username=Username
 password=Password
 confirmPassword=Password (conferma)
 password.change=Gestisci password
-password.change.warning=Attenzione, la password sar\u00e0 inviata a tutte le 
risorse associate, incluso lo torage interno!
+password.change.warning=La password sar\u00e0 inviata a tutte le risorse 
associate
 storePasswordInSyncope=Salva password in Syncope
 destinationRealm=Realm di destinazione

http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_pt_BR.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_pt_BR.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_pt_BR.properties
index c081de1..6cecec3 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_pt_BR.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_pt_BR.properties
@@ -18,6 +18,6 @@ username=Nome do Usu\u00e1rio
 password=Senha
 confirmPassword=Senha (confirmar)
 password.change=Gest\u00e3o password
-password.change.warning=Please note, password value will be sent to all 
associated resources, including the internal storage!
+password.change.warning=Password value will be sent to all associated resources
 storePasswordInSyncope=Salvar senha in Syncope
 destinationRealm=Destination realm

http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_ru.properties
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_ru.properties
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_ru.properties
index 581f189..cc2ffa2 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_ru.properties
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/Details_ru.properties
@@ -18,6 +18,6 @@ username=\u0418\u043c\u044f 
\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u04
 password=\u041f\u0430\u0440\u043e\u043b\u044c
 confirmPassword=\u041f\u0430\u0440\u043e\u043b\u044c 
(\u043f\u043e\u0434\u0442\u0432\u0435\u0440\u0436\u0434\u0435\u043d\u0438\u0435)
 password.change=\u0421\u043c\u0435\u043d\u0438\u0442\u044c 
\u043f\u0430\u0440\u043e\u043b\u044c
-password.change.warning=Please note, password value will be sent to all 
associated resources, including the internal storage!
+password.change.warning=Password value will be sent to all associated resources
 storePasswordInSyncope=\u0425\u0440\u0430\u043d\u0438\u0442\u044c 
\u043f\u0430\u0440\u043e\u043b\u044c \u0432 Syncope
 destinationRealm=\u041e\u0431\u043b\u0430\u0441\u0442\u044c 
\u043d\u0430\u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f

http://git-wip-us.apache.org/repos/asf/syncope/blob/f74a2bcb/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails$EditUserPasswordPanel.html
----------------------------------------------------------------------
diff --git 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails$EditUserPasswordPanel.html
 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails$EditUserPasswordPanel.html
index 0918113..0665169 100644
--- 
a/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails$EditUserPasswordPanel.html
+++ 
b/client/console/src/main/resources/org/apache/syncope/client/console/wizards/any/UserDetails$EditUserPasswordPanel.html
@@ -19,7 +19,10 @@ under the License.
 <html xmlns="http://www.w3.org/1999/xhtml"; 
xmlns:wicket="http://wicket.apache.org";>
   <wicket:panel>
     <div id="editUserChangePassword">
-      <label wicket:id="warning">[warning]</label>
+      <div class="callout callout-warning">
+        <i class="icon fa fa-warning"></i> <label 
wicket:id="warning">[warning]</label>
+      </div>
+
       <div wicket:id="passwordPanel">[change password panel]</div>
     </div>
   </wicket:panel>

Reply via email to