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 13:48:06 +0100
committerFlorian Reimair <florian.reimair@iaik.tugraz.at>2014-01-27 16:34:14 +0100
commit7c39d9e0cff15a87678bf68d6d754ee1e720ca12 (patch)
tree5f0c652ade251d04e61fda97a0ad01e9b480f139 /id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
parentbb32dd1f8978907c57beedfb490229b39a77e8df (diff)
downloadmoa-id-spss-7c39d9e0cff15a87678bf68d6d754ee1e720ca12.tar.gz
moa-id-spss-7c39d9e0cff15a87678bf68d6d754ee1e720ca12.tar.bz2
moa-id-spss-7c39d9e0cff15a87678bf68d6d754ee1e720ca12.zip
attr table in global config
Diffstat (limited to 'id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp')
-rw-r--r--id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp13
1 files changed, 8 insertions, 5 deletions
diff --git a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
index df6a43e7a..aff2028ac 100644
--- a/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
+++ b/id/ConfigWebTool/src/main/webapp/jsp/editMOAConfig.jsp
@@ -228,11 +228,6 @@
<div class="oa_config_block">
<h3><%=LanguageHelper.getGUIString("webpages.oaconfig.stork.header", request) %></h3>
- <s:textfield name="storkconfig.defaultAttributes"
- value="%{storkconfig.defaultAttributes}"
- labelposition="left"
- key="webpages.moaconfig.stork.requestedattributes.default"
- cssClass="textfield_long"/>
<s:select list="#{1:'1', 2:'2', 3:'3', 4:'4'}"
value="#{storkconfig.defaultQaa}"
name="storkconfig.defaultQaa"
@@ -248,6 +243,14 @@
</s:iterator>
</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>
+ <tr><th>Attribute Name</th></tr>
+ <s:iterator value="storkconfig.attributes" var="attr" status="stat">
+ <tr><td><s:textfield name="storkconfig.attributes[%{#stat.index}]"/></td>
+ <td><input type="button" value="Delete" onclick='this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode);'/></td></tr>
+ </s:iterator>
+ </table>
</div>
<div class="oa_config_block">