fixed field_class
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Number.pm
index 2cd371f..0691768 100644 (file)
@@ -8,27 +8,22 @@ class Number is 'Reaction::UI::Widget::Field', which {
 
 1;
 
-=for layout widget
+__END__;
 
-[% label %] [% field %] [% message %]
+=head1 NAME
 
-=for layout field
+Reaction::UI::Widget::DisplayField::Number
 
-<!-- We need a replacement for process_attrs -->
-<input type="text" name="[% name | html%]" id="[% id | html %]" value="[% content | html %]" />
+=head1 DESCRIPTION
 
-=for layout label
+See L<Reaction::UI::Widget::Display>
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <label for="[% id | html %]"> [% content | html %]: </label>
-[% END %]
+=head1 AUTHORS
 
-=for layout message
+See L<Reaction::Class> for authors.
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <span> [% content | html %] </span>
-[% END %]
+=head1 LICENSE
+
+See L<Reaction::Class> for the license.
 
 =cut