Working on default data process form

This commit is contained in:
briancaruso 2011-11-15 22:05:53 +00:00
parent 3dbd67d5c2
commit 221a38eca7
17 changed files with 496 additions and 436 deletions

View file

@ -11,7 +11,7 @@
</#if>
<textarea rows="2" id="${editConfiguration.dataLiteral}" name="${editConfiguration.dataLiteral}" value="${literalValues}" class="useTinyMce" role="textarea">${literalValues}</textarea>
<textarea rows="2" id="literal" name="literal" value="${literalValues}" class="useTinyMce" role="textarea">${literalValues}</textarea>
<br />
<#--The submit label should be set within the template itself, right now