You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by ah...@apache.org on 2020/06/22 07:56:13 UTC

[isis] branch master updated: ISIS-2340: CCS replace fa-pencil-square-o -> fa-edit (using fa-5 now)(2)

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

ahuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/master by this push:
     new a6f9234  ISIS-2340: CCS replace fa-pencil-square-o -> fa-edit (using fa-5 now)(2)
a6f9234 is described below

commit a6f92349e982009fc515d2438de2a802c46d147d
Author: Andi Huber <ah...@apache.org>
AuthorDate: Mon Jun 22 09:55:56 2020 +0200

    ISIS-2340: CCS replace fa-pencil-square-o -> fa-edit (using fa-5 now)(2)
---
 .../src/main/java/org/apache/isis/core/config/IsisConfiguration.java    | 2 +-
 .../viewer/wicket/ui/components/scalars/primitive/BooleanPanel.html     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java b/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java
index cd97e7a..3c5497a 100644
--- a/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java
+++ b/core/config/src/main/java/org/apache/isis/core/config/IsisConfiguration.java
@@ -778,7 +778,7 @@ public class IsisConfiguration {
                             "delete.*:fa-trash",
                             "discard.*:fa-trash-o",
                             "download.*:fa-download",
-                            "edit.*:fa-pencil-square-o",
+                            "edit.*:fa-edit",
                             "execute.*:fa-bolt",
                             "export.*:fa-download",
                             "first.*:fa-star",
diff --git a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.html b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.html
index c3a6d79..46f116a 100644
--- a/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.html
+++ b/viewers/wicket/ui/src/main/java/org/apache/isis/viewer/wicket/ui/components/scalars/primitive/BooleanPanel.html
@@ -47,7 +47,7 @@
                                            wicket:id="scalarValue" />
 
                                     <a href="#"
-                                       class="edit fa fa-pencil-square-o"
+                                       class="edit fa fa-edit"
                                        wicket:id="editProperty" ></a>
 
                                     <a href="#"