Parent: [17f281] (diff)

Child: [dc2948] (diff)

Download this file

admin_field.html    10 lines (9 with data), 419 Bytes

1
2
3
4
5
6
7
8
9
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/"
data-name="$field.name">
<div class="span-3 clear">
<label py:if="field.label and field.show_label">$field.label:</label>
<label py:if="not field.label or not field.show_label">&nbsp;</label>
</div>
<div class="span-9 last">${field.display(css_class=css_class, name=name, value=value, errors=errors)}</div>
</div>