[MGNLFORM-21] Form edit bar wrong place when using two forms in same section in stk Created: 17/Jun/09  Updated: 27/Nov/13  Resolved: 17/Jun/09

Status: Closed
Project: Magnolia Form Module
Component/s: None
Affects Version/s: 1.0.1
Fix Version/s: 1.0.2

Type: Bug Priority: Major
Reporter: Teresa Miyar Assignee: Teresa Miyar
Resolution: Fixed Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified

Template:
Acceptance criteria:
Empty
Task DoD:
[ ]* Doc/release notes changes? Comment present?
[ ]* Downstream builds green?
[ ]* Solution information and context easily available?
[ ]* Tests
[ ]* FixVersion filled and not yet released
[ ]  Architecture Decision Record (ADR)
Bug DoR:
[ ]* Steps to reproduce, expected, and actual results filled
[ ]* Affected version filled
Date of First Response:

 Comments   
Comment by Teresa Miyar [ 17/Jun/09 ]

patch:

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]
-    [@cms.editBar editLabel="${i18n['form.editLabel']}" moveLabel="" deleteLabel="" /]
+    [#if mgnl.editMode]
+    <div style="clear: both" >
+    	[@cms.editBar editLabel="${i18n['form.editLabel']}" moveLabel="" deleteLabel="" /]
+    </div>
+    [/#if]
     <div class="text">
         <h1>${content.formTitle!?html}</h1>
         <p>${content.formText!?html}</p>

Comment by Christoph Meier [ 27/Nov/13 ]

it is resolved and very old.

Generated at Mon Feb 12 05:36:04 CET 2024 using Jira 9.4.2#940002-sha1:46d1a51de284217efdcb32434eab47a99af2938b.