hi !
thanks for your reply !
i wish to display all tags in event calendar and not just a 'multitag one' icone !.
I asume there will not be more than the space allowed, so 4 or 5 , not more.
i discover the concerned code line where it happens, so in the file \jetty\webapps\zimbra\WEB-INF\tags\miniTagImage.tag
there :
Code:
<c:if test="${fn:length(tags) eq 0}"> </c:if>
<c:if test="${fn:length(tags) eq 1}"><app:img src="${tags[0].miniImage}" alt="${fn:escapeXml(tagNames)}" rawtitle="true" title="${fn:escapeXml(tagNames)}"/></c:if>
<c:if test="${fn:length(tags) gt 1}"><app:img src="startup/ImgTagStack.gif" alt="${fn:escapeXml(tagNames)}" rawtitle="true" title="${fn:escapeXml(tagNames)}"/></c:if>
you said that in ajax , this file is not used, so where are the files that ajax use for the desktop ?
best regards