more work towards widgets, split up the templates and added some super basic POD
[catagits/Reaction.git] / lib / Reaction / UI / Widget / Field / File.pm
index 0e4d375..aa079c7 100644 (file)
@@ -9,26 +9,20 @@ class File is 'Reaction::UI::Widget::Field', which {
 1;
 
 
-=for layout widget
+=head1 NAME
 
-[% label %] [% field %] [% message %] <br>
+Reaction::UI::Widget::Field::File
 
-=for layout field
+=head1 DESCRIPTION
 
-TODO
+See L<Reaction::UI::Widget::Field>
 
-=for layout label
+=head1 AUTHORS
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <label for="[% id %]"> [% content | html %]: </label>
-[% END %]
+See L<Reaction::Class> for authors.
 
-=for layout message
+=head1 LICENSE
 
-<!-- This conditional goes away when mst comes up with something better -->
-[% IF content %]
-  <span> [% content | html %] </span>
-[% END %]
+See L<Reaction::Class> for the license.
 
 =cut