Parent: [3abb2e] (diff)

Child: [7af05e] (diff)

Download this file

label_edit.html    5 lines (4 with data), 192 Bytes

1
2
3
4
<div xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/">
<input id="$name" name="$name" type="text" value="${value or ''}" class="label_edit $className" />
</div>