<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=koi8-r">
<style type="text/css" style="display:none"><!-- p { margin-top: 0px; margin-bottom: 0px; }--></style>
</head>
<body dir="ltr" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
<p></p>
<div id="Signature">
<div name="divtagdefaultwrapper" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:; margin:0">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif">
<p style="font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">
I created list of items with cms:contentload tag. I added attribute editable = "true" . I can edit items in the list, but I can't add new item. There is no button add.<br>
What's wrong with my code?<br>
<br>
OpenCms 10.5.4<br>
<br>
<c:set var="folder" value="/.content/forum-news/"/><br>
<c:set var="type" value="forum-news"/><br>
<c:set var="count" value="3"/><br>
<br>
<ul><br>
<br>
<cms:contentload collector="allInFolderPriorityDateAsc" param="${folder}|${type}" editable = "true" editEmpty="true" pageIndex="${page}" pageSize="3" pageNavLength="4"><br>
<br>
<cms:contentinfo var="info"></cms:contentinfo><br>
<br>
<cms:contentaccess var="content1" /><br>
<c:set var="link"><cms:link>${content1.filename}</cms:link></c:set><br>
<li><span><br>
<fmt:formatDate value="${cms:convertDate(content1.value.Date)}" type="date" pattern="dd.MM.yyyy"/><br>
</span><a href="${link}">${content1.value.Title}</a></li><br>
</cms:contentload></p>
<p style="font-family: Arial, Tahoma, Verdana, sans-serif; font-size: 15px; background-color: rgb(255, 255, 255);">
</ul></p>
<div><br>
<br>
</div>
<br>
</div>
</div>
</div>
</body>
</html>