# HG changeset patch # User Ingo Weinzierl # Date 1264598762 0 # Node ID 59c6c7b62e43ff1e3a6be6d582f0ee1c138d51a3 # Parent 0ce07c6e132cf9e9fa438948f0c2a94975e568e2 Automatically select entry in multi select boxes if there is only one entry to avoid input failures. gnv/trunk@636 c6561f87-3c4e-4783-a992-168aeb5c3f6f diff -r 0ce07c6e132c -r 59c6c7b62e43 gnv/ChangeLog --- a/gnv/ChangeLog Mon Jan 25 14:53:38 2010 +0000 +++ b/gnv/ChangeLog Wed Jan 27 13:26:02 2010 +0000 @@ -1,3 +1,10 @@ +2010-01-27 Ingo Weinzierl + + * src/main/webapp/WEB-INF/config/templates/describe-ui.xsl: Added a + workarround to avoid input failures caused by multi select boxes with only + one entry. They look like text input fields and don't force the user to + select a row. In this case, the single entry is selected automatically. + 2010-01-25 Ingo Weinzierl * src/main/webapp/styles/default.css: Added a class for dynamic tables diff -r 0ce07c6e132c -r 59c6c7b62e43 gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl --- a/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Mon Jan 25 14:53:38 2010 +0000 +++ b/gnv/src/main/webapp/WEB-INF/config/templates/describe-ui.xsl Wed Jan 27 13:26:02 2010 +0000 @@ -26,6 +26,11 @@ + + +