diff options
author | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-25 16:27:19 +0100 |
---|---|---|
committer | Florian Reimair <florian.reimair@iaik.tugraz.at> | 2014-03-25 17:14:41 +0100 |
commit | 489f9404bf0f37692946e992614c5515d1af935d (patch) | |
tree | 8e7bc47489e8462dd82e78e67c7f6ac512cdfa15 /id/ConfigWebTool/src/main/webapp/jsp | |
parent | 5eb2500909f82759d114f910ca37393e3f8639ba (diff) | |
download | moa-id-spss-489f9404bf0f37692946e992614c5515d1af935d.tar.gz moa-id-spss-489f9404bf0f37692946e992614c5515d1af935d.tar.bz2 moa-id-spss-489f9404bf0f37692946e992614c5515d1af935d.zip |
selection gets reported to config
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp')
-rw-r--r-- | id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp index ac433a47a..cd3eca67d 100644 --- a/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp +++ b/id/ConfigWebTool/src/main/webapp/jsp/editOAGeneral.jsp @@ -389,9 +389,7 @@ key="webpages.moaconfig.stork.qaa" labelposition="left" /> <h4>wählbare Zielländer</h4> - <s:iterator value="storkOA.availableCitizenCountries"> - <s:checkbox name="%{countryCode}" label="%{countryCode}" labelposition="left"/> - </s:iterator> + <s:checkboxlist name="storkOA.enabledCitizenCountries" list="storkOA.availableCitizenCountries" value="storkOA.enabledCitizenCountries" /> <h4><%=LanguageHelper.getGUIString("webpages.oaconfig.stork.attributes.header", request) %></h4> <table> <tr><th><%=LanguageHelper.getGUIString("webpages.oaconfig.stork.attributes.used", request) %></th> |