aboutsummaryrefslogtreecommitdiff
path: root/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
diff options
context:
space:
mode:
authorFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-01-07 15:12:46 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-01-27 16:34:14 +0100
commitc26721de9136104520fd0ce9e8aba91b480a4bb9 (patch)
treeb9d9363cff55080e943f18f3571746098c05339e /id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
parent3da3836bcd77a23ca00df2bdb088e63b47cc6499 (diff)
downloadmoa-id-spss-c26721de9136104520fd0ce9e8aba91b480a4bb9.tar.gz
moa-id-spss-c26721de9136104520fd0ce9e8aba91b480a4bb9.tar.bz2
moa-id-spss-c26721de9136104520fd0ce9e8aba91b480a4bb9.zip
new attribute button
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp')
-rw-r--r--id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp3
1 files changed, 2 insertions, 1 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
index 078e5f681..0f8ec5f1b 100644
--- a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
+++ b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
@@ -244,7 +244,7 @@
</table>
<input type="button" value="<%=LanguageHelper.getGUIString("webpages.moaconfig.stork.newpeps", request) %>" onclick='newPeps();' />
<h4><%=LanguageHelper.getGUIString("webpages.moaconfig.stork.attributes.heading", request) %></h4>
- <table>
+ <table id="stork_attributelist">
<tr><th>Attribute Name</th><th>Mandatory</th></tr>
<s:iterator value="storkconfig.attributes" status="stat">
<tr><td><s:textfield name="storkconfig.attributes[%{#stat.index}].name" value="%{name}"/></td>
@@ -252,6 +252,7 @@
<td><input type="button" value="Delete" onclick='this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);'/></td></tr>
</s:iterator>
</table>
+ <input type="button" value="<%=LanguageHelper.getGUIString("webpages.moaconfig.stork.attributes.new", request) %>" onclick='newStorkAttribute();' />
</div>
<div class="oa_config_block">