Details
-
Improvement
-
Resolution: Won't Do
-
Major
-
None
-
None
-
None
-
-
Empty show more show less
Description
A footer link used in a footer link list is theoretically the same like the standert used "internalLink.ftl" paragraph.
But the formatting trick used in all link paragraphs do not work in the footerLink paragraph.
The ways the formatting is achieved with the standard links:
if mgnl.editMode
<div style="float:right;height:20px">[@cms.editBar /]</div>
/#if
if model.link?exists
something...
/#if
if mgnl.editMode
<div style="clear:both;"> </div>
/#if
How it is done as a hack in the footerLink:
if mgnl.editMode
<table>
<tr>
<td width="350">
/#if
if model.link?exists
something
/#if
if mgnl.editMode
</td>
<td>
[@cms.editBar /]
</td>
</tr>
</table>
/#if
The hack should be removed -> a better way to format both in the same way.
Checklists
Attachments
Issue Links
- is related to
-
MGNLSTK-232 Removing Hack: Edit bar of horizontal tabbed etxras for New- + Edit-bar
-
- Closed
-