##// END OF EJS Templates
meta-tags: fixes #4305, metatags are not taken into account when truncating output....
meta-tags: fixes #4305, metatags are not taken into account when truncating output. - also makes the personal repo groups show special tag disregarding if metatags are on or off - truncate via CSS instead of hardcoded 60 chars

File last commit:

r518:9f9ffd3a default
r1102:e81bd352 default
Show More
sequence_item.pt
11 lines | 450 B | text/plain | TextLexer
<div tal:omit-tag="field.widget.hidden"
tal:define="
hidden hidden|field.widget.hidden;
description description|field.description;"
title="${description}"
class="form-group row deform-seq-item ${field.error and error_class or ''} ${field.widget.item_css_class or ''}"
i18n:domain="deform">
<div class="deform-seq-item-group">
<span tal:replace="structure field.serialize(cstruct, readonly=True)"/>
</div>
</div>