slight change for saner behavior when munging names
[catagits/Reaction.git] / share / skin / default / layout / field / date_time
1 =for layout widget
2
3 [% label %] [% field %] [% message %]
4
5 =for layout field
6
7 <!-- We need a replacement for process_attrs -->
8 <input type="text" name="[% name | html %]" id="[% id | html%]" value="[% content | html %]" />
9
10 =for layout label
11
12 <!-- This conditional goes away when mst comes up with something better -->
13 [% IF content %]
14   <label for="[% id | html %]"> [% content | html %]: </label>
15 [% END %]
16
17 =for layout message
18
19 <!-- This conditional goes away when mst comes up with something better -->
20 [% IF content %]
21   <span> [% content | html %] </span>
22 [% END %]
23
24 =cut