work in progress, listview still broken
[catagits/Reaction.git] / share / skin / default / layout / field / mutable / text.tt
1 =extends field/mutable
2
3 =for layout field
4
5 <textarea name="[% field_name %]" id="[% field_id %]">
6   [% field_value %]
7 </textarea>
8
9 =cut