You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2020/04/14 15:24:41 UTC

[syncope] branch 2_1_X updated (32b190b -> fb17abf)

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

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


    from 32b190b  cleanup for better extendability
     new 737e80d  Upgrading greenmail
     new fb17abf  Adding vertical scrollbar

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../client/console/wicket/markup/html/form/NonI18nPalette.html        | 4 ++--
 pom.xml                                                               | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


[syncope] 01/02: Upgrading greenmail

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 737e80d4503b52f599bef09b46f0d5558a748d65
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 14 17:12:34 2020 +0200

    Upgrading greenmail
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c4f2cac..6d1215c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1153,7 +1153,7 @@ under the License.
       <dependency>
         <groupId>com.icegreen</groupId>
         <artifactId>greenmail</artifactId>
-        <version>1.5.12</version>
+        <version>1.5.13</version>
         <exclusions>
           <exclusion>
             <groupId>junit</groupId>


[syncope] 02/02: Adding vertical scrollbar

Posted by il...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit fb17abf033324a55c9a8d2a3b51f3450e6a4dd2c
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Apr 14 17:21:57 2020 +0200

    Adding vertical scrollbar
---
 .../client/console/wicket/markup/html/form/NonI18nPalette.html        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html
index 79728da..cf2a291 100644
--- a/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html
+++ b/client/console/src/main/resources/org/apache/syncope/client/console/wicket/markup/html/form/NonI18nPalette.html
@@ -22,7 +22,7 @@
         <label>
           <span wicket:id="availableHeader">[available header]</span>
         </label>
-        <select class="form-control" style="min-width: 100px;" wicket:id="choices">[choices]</select>
+        <select class="form-control" style="min-width: 100px; overflow: scroll;" wicket:id="choices">[choices]</select>
       </div>
     </div>
     <div style="width: 20px; float: left; padding-top: 30px; text-align: center">
@@ -50,7 +50,7 @@
         <label>
           <span wicket:id="selectedHeader">[selected header]</span>
         </label>
-        <select class="form-control" style="min-width: 100px;" wicket:id="selection">[selection]</select>	
+        <select class="form-control" style="min-width: 100px; overflow: scroll;" wicket:id="selection">[selection]</select>
       </div>
     </div>
   </wicket:panel>