working on default data property form
This commit is contained in:
parent
d3fac53bd3
commit
18a762db86
3 changed files with 20 additions and 20 deletions
|
@ -11,7 +11,7 @@
|
|||
<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString}" />
|
||||
|
||||
<form class="editForm" action = "${submitUrl}" method="post">
|
||||
<input type="text" name="label" id="label" size="30" value="${literalValues}"} role="input"/>
|
||||
<input type="text" name="${editConfiguration.varNameForObject}" id="label" size="30" value="${literalValues}"} role="input"/>
|
||||
<input type="hidden" name="editKey" id="editKey" value="${editKey}" role="input"/>
|
||||
<input type="hidden" name="vitroNsProp" value="true" role="input"/>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue