fixed Bar Controller, tons of bugs everywhere, restructured controller namespace
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / Number.pm
index a2a24c3..48ef120 100644 (file)
@@ -8,27 +8,22 @@ class Number is 'Reaction::UI::Widget::Field', which {
 
 1;
 
-=for layout widget
+__END__;
 
-[% label %] [% field %] [% message %] <br>
+=head1 NAME
 
-=for layout field
+Reaction::UI::Widget::Field::Number
 
-<!-- We need a replacement for process_attrs -->
-<input type="text" name="[% name %]" id="[% id %]" value="[% content | html %]" />
+=head1 DESCRIPTION
 
-=for layout label
+See L<Reaction::UI::Widget::Field>
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <label for="[% id %]"> [% 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