You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by an...@apache.org on 2019/11/18 09:14:41 UTC

[syncope] branch 2_1_X updated: fixes missing icon for reconciliation pull action

This is an automated email from the ASF dual-hosted git repository.

andreapatricelli pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new d1b933b  fixes missing icon for reconciliation pull action
d1b933b is described below

commit d1b933b1815aabd5dd3a1d37168c899b64a0444f
Author: Andrea Patricelli <an...@apache.org>
AuthorDate: Mon Nov 18 10:14:10 2019 +0100

    fixes missing icon for reconciliation pull action
---
 .../client/console/wicket/markup/html/form/ActionsPanel_it.properties | 3 ++-
 .../client/console/wicket/markup/html/form/ActionsPanel_ja.properties | 3 ++-
 .../client/console/wicket/markup/html/form/ActionsPanel_ru.properties | 4 +++-
 3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
index 6b27dc2..760b241 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_it.properties
@@ -267,7 +267,8 @@ workflow_modeler.alt=workflow modeler icon
 reconciliation_push.class=fa fa-chevron-circle-right
 reconciliation_push.title=push
 reconciliation_push.alt=reconciliation push icon
-reconciliation_pull.class=fa-chevron-circle-left
+
+reconciliation_pull.class=fa fa-chevron-circle-left
 reconciliation_pull.title=pull
 reconciliation_pull.alt=reconciliation pull icon
 
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
index d7d6dca..e2c053a 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ja.properties
@@ -269,7 +269,8 @@ workflow_modeler.alt=\u30ef\u30fc\u30af\u30d5\u30ed\u30fc\u30e2\u30c7\u30e9\u201
 reconciliation_push.class=fa fa-chevron-circle-right
 reconciliation_push.title=\u30d7\u30c3\u30b7\u30e5
 reconciliation_push.alt=\u7167\u5408\u30d7\u30c3\u30b7\u30e5 icon
-reconciliation_pull.class=fa-chevron-circle-left
+
+reconciliation_pull.class=fa fa-chevron-circle-left
 reconciliation_pull.title=\u30d7\u30eb
 reconciliation_pull.alt=\u7167\u5408\u30d7\u30eb icon
 
diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
index bab6993..d3ef6cc 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/ActionsPanel_ru.properties
@@ -264,10 +264,12 @@ zoom_out.alt=zoom-out icon
 workflow_modeler.class=fa fa-picture-o
 workflow_modeler.title=workflow modeler
 workflow_modeler.alt=workflow modeler icon
+
 reconciliation_push.class=fa fa-chevron-circle-right
 reconciliation_push.title=push
 reconciliation_push.alt=reconciliation push icon
-reconciliation_pull.class=fa-chevron-circle-left
+
+reconciliation_pull.class=fa fa-chevron-circle-left
 reconciliation_pull.title=pull
 reconciliation_pull.alt=reconciliation pull icon