aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
diff options
context:
space:
mode:
authorAlexander Marsalek <amarsalek@iaik.tugraz.at>2014-10-16 15:07:14 +0200
committerAlexander Marsalek <amarsalek@iaik.tugraz.at>2014-10-16 15:07:14 +0200
commit2c63ca5a3d8b7fe4583e96abe33cde589ade9d54 (patch)
tree169537371c2d4711a5ca9b672fc78914dfbfa784 /id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
parent7727f1798299b11bed248ed6a920adf02e43e6b3 (diff)
downloadmoa-id-spss-2c63ca5a3d8b7fe4583e96abe33cde589ade9d54.tar.gz
moa-id-spss-2c63ca5a3d8b7fe4583e96abe33cde589ade9d54.tar.bz2
moa-id-spss-2c63ca5a3d8b7fe4583e96abe33cde589ade9d54.zip
config -newpeps() fix
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp')
-rw-r--r--id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp1
1 files changed, 1 insertions, 0 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
index bf5625419..1aeda519f 100644
--- a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
+++ b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
@@ -260,6 +260,7 @@
<s:if test="%{storkconfig.cpepslist == null || storkconfig.cpepslist.isEmpty}">
<tr><td><s:textfield name="storkconfig.cpepslist[0].countryCode" value="CC" cssClass="textfield_short"/></td>
<td><s:textfield name="storkconfig.cpepslist[0].URL" value="http://" cssClass="textfield_long"/></td>
+ <td><s:checkbox name="storkconfig.cpepslist[0].supportsXMLSignature" value="true" /></td>
<td><input type="button" value="<%=LanguageHelper.getGUIString("webpages.moaconfig.stork.removepeps", request) %>" onclick='this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);'/></td></tr>
</s:if>
</table>