changes relating to issues raised by Scripps: author ordering and label editing
This commit is contained in:
parent
dc3d3873c8
commit
e7a04ae09b
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@
|
|||
<#assign literalValues = "${editConfiguration.dataLiteralValuesAsString}" />
|
||||
|
||||
<form class="editForm" action = "${submitUrl}" method="post">
|
||||
<input type="text" name="${editConfiguration.varNameForObject}" id="label" size="70" value="${literalValues}"} role="input"/>
|
||||
<input type="text" name="${editConfiguration.varNameForObject}" id="label" size="70" value="${literalValues?html}" 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