first commit
This commit is contained in:
15
Resources/Private/Partials/ListItem.html
Normal file
15
Resources/Private/Partials/ListItem.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<html data-namespace-typo3-fluid="true"
|
||||
xmlns="http://www.w3.org/1999/xhtml"
|
||||
xmlns:f="http://xsd.helmut-hummel.de/ns/TYPO3/CMS/Fluid/ViewHelpers"
|
||||
xmlns:t="http://typo3.org/ns/Helhum/TyposcriptRendering/ViewHelpers">
|
||||
|
||||
<li>
|
||||
<f:comment>
|
||||
For the content to be substituted correctly the text link needs to have the class `bookmark-link`
|
||||
and the remove item the data attribute `data-remove` assigned to.
|
||||
</f:comment>
|
||||
<f:link.external class="bookmark-link" title="{bookmark.title}" uri="{bookmark.url}">{bookmark.title}</f:link.external>
|
||||
<a class="action-button bookmark-ajax-submit" data-remove="{bookmark.id}" href="javascript:void(0);">×</a>
|
||||
</li>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user