[TYPO3-templavoila] [FCE] List section / interruption
Kay Strobach
typo3 at kay-strobach.de
Sat Sep 27 21:05:22 CEST 2008
Steffen Kamper schrieb:
> Hi,
>
> i did a simple FCE with a linklist, this template
> <ul>
> <li><a href="index.html" title="titel" target="_blank">consequat
> molestie</a></li>
> </ul>
>
> I mapped link_text, link_titel (TS=link_text) and link_url
>
> Now i will interrupt the list if i omit the url like this
> </ul><h2>link_text</h2><ul>
>
> Reason: i don't want to have an extra field and i will have this element
> in the section so i can sort all with drag&drop.
>
> How can i do this?
>
> thx, vg Steffen
hello steffen,
i think it should work, if you create the ul within an section too, so
that you need a template like this
<div>
<h2>...</h2>
<ul>
<li><a href="..." ...>text</a></li>
</ul>
</div>
with map type outer the div will disappear in the fe.
Hope this was helpfully
Kay
More information about the TYPO3-project-templavoila
mailing list