[
http://jira.magnolia-cms.com/browse/MGNLFORM-21?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=23260#action_23260
]
Teresa Miyar commented on MGNLFORM-21:
--------------------------------------
patch:
{code}
Index: src/main/resources/form/paragraphs/form.ftl
===================================================================
--- src/main/resources/form/paragraphs/form.ftl (revision 26215)
+++ src/main/resources/form/paragraphs/form.ftl (working copy)
@@ -19,7 +19,11 @@
</ul>
</div> <!-- end error message -->
[/#if]
- [[email protected] editLabel="${i18n['form.editLabel']}" moveLabel=""
deleteLabel="" /]
+ [#if mgnl.editMode]
+ <div style="clear: both" >
+ [[email protected] editLabel="${i18n['form.editLabel']}" moveLabel=""
deleteLabel="" /]
+ </div>
+ [/#if]
<div class="text">
<h1>${content.formTitle!?html}</h1>
<p>${content.formText!?html}</p>
{code}
> Form edit bar wrong place when using two forms in same section in stk
> ---------------------------------------------------------------------
>
> Key: MGNLFORM-21
> URL: http://jira.magnolia-cms.com/browse/MGNLFORM-21
> Project: Magnolia Form Module
> Issue Type: Bug
> Affects Versions: 1.0.1
> Reporter: Teresa Miyar
> Assignee: Teresa Miyar
> Fix For: 1.1
>
>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia-cms.com/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------